Updated to ignore everything except project files
This commit is contained in:
parent
a5e73904bc
commit
98cc739c67
42
.gitignore
vendored
42
.gitignore
vendored
@ -1,31 +1,13 @@
|
|||||||
# User preferance files
|
# Ignore Everything
|
||||||
/rsc*
|
*
|
||||||
/md5/
|
|
||||||
/src/cfg*.py
|
|
||||||
|
|
||||||
# Virtual environment
|
# Exception
|
||||||
/venv*
|
!/default/*
|
||||||
/src/__pycache__/
|
!/docs/*
|
||||||
|
!/render/*
|
||||||
# PyCharm IDE folder
|
!/src/main.py
|
||||||
/.idea/
|
!/.gitignore
|
||||||
|
!/LICENSE.txt
|
||||||
# Editor files
|
!/README.md
|
||||||
/*~
|
!/requirements.txt
|
||||||
/*#
|
!/run.sh
|
||||||
|
|
||||||
# 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*
|
|
||||||
|
Reference in New Issue
Block a user