Skip to content

Instantly share code, notes, and snippets.

@df-a
Forked from octocat/.gitignore
Last active October 5, 2020 11:48
Show Gist options
  • Save df-a/9928800590e66c9e45544267c4b9be58 to your computer and use it in GitHub Desktop.
Save df-a/9928800590e66c9e45544267c4b9be58 to your computer and use it in GitHub Desktop.
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Codekit #
######################
*.codekit
*.codekit3
# VSCode #
######################
*.vscode
# 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_Stor*
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
scripts.sh
.history
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment