First version
This commit is contained in:
commit
4dc11bc8a4
31 changed files with 676 additions and 0 deletions
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
|
@ -0,0 +1,33 @@
|
|||
###
|
||||
# Repo-specific
|
||||
dst
|
||||
|
||||
###
|
||||
# Default ignores
|
||||
_site/
|
||||
.idea/
|
||||
build/
|
||||
captures/
|
||||
debug/
|
||||
dist/
|
||||
log/
|
||||
logs/
|
||||
temp/
|
||||
tmp/
|
||||
vendor/
|
||||
*~
|
||||
*.core
|
||||
*.key
|
||||
*.log
|
||||
*.out
|
||||
*.pem
|
||||
*.tmp
|
||||
._*
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
.godot
|
||||
.gradle
|
||||
Thumbs.db
|
||||
secring.*
|
Loading…
Add table
Add a link
Reference in a new issue