66 lines
994 B
Plaintext
66 lines
994 B
Plaintext
# Common .gitignore Configuration #
|
|
#############################################
|
|
# #
|
|
# Based on the gist provided by #
|
|
# GitHub at: #
|
|
# https://gist.github.com/octocat/9257657 #
|
|
# #
|
|
#############################################
|
|
|
|
# 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
|
|
|
|
# Output Folders #
|
|
##################
|
|
bin/
|
|
obj/
|
|
out/
|
|
build/
|
|
|
|
# Logs and databases #
|
|
######################
|
|
*.log
|
|
*.sql
|
|
*.sqlite
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Backup or temporary files #
|
|
#############################
|
|
*.pyo
|
|
*.pyc
|
|
*~
|
|
*.bak
|
|
*.swp
|
|
|
|
|
|
oauth.json
|
|
browser.json
|
|
.env |