first version (works kinda)
This commit is contained in:
66
.gitignore
vendored
Normal file
66
.gitignore
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user