Skip to content

Instantly share code, notes, and snippets.

@OGProgrammer
Forked from octocat/.gitignore
Last active November 3, 2017 22:54
Show Gist options
  • Save OGProgrammer/0185f2b047c5f0880259c9151a512f78 to your computer and use it in GitHub Desktop.
Save OGProgrammer/0185f2b047c5f0880259c9151a512f78 to your computer and use it in GitHub Desktop.
Some common .gitignore configurations
# IDE Files #
###################
# IntelliJ
*.iml
*.iws
*.ipr
.idea/
# Eclipse
.settings/
.classpath
.project
# Netbeans
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
*.sql
*.sqlite
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Misc #
######################
*.swp
release.properties
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment