Skip to content

Instantly share code, notes, and snippets.

@devbhuwan
Last active October 25, 2016 09:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devbhuwan/9537d9cbc001a89e73cd4d330c713565 to your computer and use it in GitHub Desktop.
Save devbhuwan/9537d9cbc001a89e73cd4d330c713565 to your computer and use it in GitHub Desktop.
Ignore IDE project files, java packages and also classes in git under depth sub modules also
#Bytecode
*.class
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files
*.jar
*.war
*.ear
#mvn target folder
**/target/
#eclipse project files
**/.settings/
**/.project
**/.classpath
#netbeans project files
**/nbproject/
**/nb-configuration.xml
#idea project files
/.idea/**
*.iml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment