init
This commit is contained in:
31
.gitignore
vendored
Normal file
31
.gitignore
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
# Build and Release Folders
|
||||
bin-debug/
|
||||
bin-release/
|
||||
__pycache__/
|
||||
logs/
|
||||
config/
|
||||
test/
|
||||
build/
|
||||
image_cache/
|
||||
download/
|
||||
text_cache/
|
||||
.vscode/
|
||||
[Oo]bj/
|
||||
[Bb]in/
|
||||
venv/
|
||||
|
||||
# Other files and folders
|
||||
.settings/
|
||||
|
||||
# Executables
|
||||
*.swf
|
||||
*.air
|
||||
*.ipa
|
||||
*.apk
|
||||
*.pyc
|
||||
*.exe
|
||||
|
||||
/.idea/
|
||||
# Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
|
||||
# should NOT be excluded as they contain compiler settings and other important
|
||||
# information for Eclipse / Flash Builder.
|
||||
Reference in New Issue
Block a user