Updated to ignore everything except project files

This commit is contained in:
Anon 2023-03-12 17:38:44 -07:00
parent a5e73904bc
commit 98cc739c67

42
.gitignore vendored
View File

@ -1,31 +1,13 @@
# User preferance files
/rsc*
/md5/
/src/cfg*.py
# Ignore Everything
*
# Virtual environment
/venv*
/src/__pycache__/
# PyCharm IDE folder
/.idea/
# Editor files
/*~
/*#
# Automation scripts + odds and ends
/notes.txt
/compile.sh
/upload.sh
/balance_2.csv
/DEFAULT.csv
/generate_random.sh
/src/make_master_template.py
/src/make_master_list.py
/src/hash_path_exists.py
/utils/
/cfg_availible/
/profile/
/gnu_header.txt
/backup*
# Exception
!/default/*
!/docs/*
!/render/*
!/src/main.py
!/.gitignore
!/LICENSE.txt
!/README.md
!/requirements.txt
!/run.sh