Skip to content

Instantly share code, notes, and snippets.

@Fogest
Created March 2, 2014 19:04
Show Gist options
  • Save Fogest/9311816 to your computer and use it in GitHub Desktop.
Save Fogest/9311816 to your computer and use it in GitHub Desktop.
Default gitignore file.
# Eclipse stuff
/.classpath
/.project
/.settings
/.checkstyle
/lib
# netbeans
/nbproject
# we use maven!
/build.xml
# maven
/target
# vim
.*.sw[a-p]
# various other potential build files
/build
/bin
/dist
/manifest.mf
# Mac filesystem dust
*.DS_Store
# intellij
*.iml
*.ipr
*.iws
.idea/
# Fern's utils
uploadtoserver.sh
# Testing files:
debug.log
# Doxygen
/docs/html
debug.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment