Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

gitignore template eclipse

*target*
*.jar
*.war
*.ear
*.class

# eclipse specific git ignore
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch
Comment

gitignore for eclipse

.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# PyDev specific (Python IDE for Eclipse)
*.pydevproject

# CDT-specific (C/C++ Development Tooling)
.cproject

# CDT- autotools
.autotools

# Java annotation processor (APT)
.factorypath

# PDT-specific (PHP Development Tools)
.buildpath

# sbteclipse plugin
.target

# Tern plugin
.tern-project

# TeXlipse plugin
.texlipse

# STS (Spring Tool Suite)
.springBeans

# Code Recommenders
.recommenders/

# Annotation Processing
.apt_generated/
.apt_generated_test/

# Scala IDE specific (Scala & Java development for Eclipse)
.cache-main
.scala_dependencies
.worksheet

# Uncomment this line if you wish to ignore the project description file.
# Typically, this file would be tracked if it contains build/dependency configurations:
#.project
Comment

PREVIOUS NEXT
Code Example
Shell :: download filezilla for ubuntu 
Shell :: remove gitignore cache 
Shell :: get jq command 
Shell :: linux find and delete files by extension 
Shell :: mac zip a folder without compression 
Shell :: how to start a python project 
Shell :: how to install wps office in ubuntu 
Shell :: git default branch name config 
Shell :: hugo serve 
Shell :: how to see path in command prompt 
Shell :: mysql inline password command line 
Shell :: bash replace symbolic links with original files 
Shell :: get last modified date pdf online 
Shell :: stop docker container 
Shell :: how to switch remote from https to ssh on in github 
Shell :: how to download utorrent in kali linux 
Shell :: how to restart apache2 in ubuntu 20.04 
Shell :: firebase deploy hosting only command 
Shell :: install jq in windows 
Shell :: delete directory linux 
Shell :: git remove .ds_store from commit 
Shell :: git commit please tell me who you are 
Shell :: datetime calculation in shell 
Shell :: git shows folder but wont open 
Shell :: gcloud change project 
Shell :: git clone branch from repo 
Shell :: how to replace string in a json sed 
Shell :: install jdk linux command 
Shell :: apache version mac 
Shell :: Call to undefined function factory() in Psy Shell code on line 1 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =