added .gitignore
This commit is contained in:
parent
b7095e76c3
commit
f2a2406caf
1 changed files with 16 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
|
||||||
|
.vscode
|
||||||
|
*.pyc
|
||||||
|
.DS_Store
|
||||||
|
*.db
|
||||||
|
Saves/
|
||||||
|
dist/
|
||||||
|
pyinstaller/
|
||||||
|
dokkan.spec
|
||||||
|
build
|
||||||
|
__pycache__
|
||||||
|
*.spec
|
||||||
|
commands.spec
|
||||||
|
physqlsimplecipher
|
||||||
|
.vscode
|
||||||
|
.gitattributes
|
||||||
Loading…
Reference in a new issue