Do not ignore *.sh files except for my_config.sh
This commit is contained in:
parent
b40fd52411
commit
d95b487530
6
.gitignore
vendored
6
.gitignore
vendored
@ -8,10 +8,12 @@ local_*
|
|||||||
*.txt
|
*.txt
|
||||||
!requirements.txt
|
!requirements.txt
|
||||||
|
|
||||||
# Bash files (to run the code) and nohup output file (nohup lets a script run after terminal closes)
|
# nohup output file (nohup lets a script run after terminal closes)
|
||||||
*.sh
|
|
||||||
*nohup.out
|
*nohup.out
|
||||||
|
|
||||||
|
# my_config.sh
|
||||||
|
my_config.sh
|
||||||
|
|
||||||
# ---> Python
|
# ---> Python
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user