Skip to content

Instantly share code, notes, and snippets.

@mostafa-asg
Last active August 7, 2017 05:01
Show Gist options
  • Save mostafa-asg/5a338f52e7f2086a49033b637a664fa5 to your computer and use it in GitHub Desktop.
Save mostafa-asg/5a338f52e7f2086a49033b637a664fa5 to your computer and use it in GitHub Desktop.
.gitignore for java projects
# Eclipse
.classpath
.project
.settings/
# Intellij
.idea/
*.iml
*.iws
# Mac
.DS_Store
# Maven
log/
target/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment