You've already forked greyhack
better gitignore
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -1,3 +1,16 @@
|
||||
__pycache__
|
||||
# Generated by provision.py
|
||||
provision.src
|
||||
passwords.txt
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Local savegame notes
|
||||
passwords.*
|
||||
|
||||
# Editor / OS
|
||||
.DS_Store
|
||||
*~
|
||||
*.swp
|
||||
|
||||
Reference in New Issue
Block a user