From d95b4875302279a24acb81f63f933e7251e0030d Mon Sep 17 00:00:00 2001 From: Davte Date: Thu, 25 Oct 2018 19:34:29 +0200 Subject: [PATCH] Do not ignore *.sh files except for my_config.sh --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d21a944..d09e38b 100644 --- a/.gitignore +++ b/.gitignore @@ -8,10 +8,12 @@ local_* *.txt !requirements.txt -# Bash files (to run the code) and nohup output file (nohup lets a script run after terminal closes) -*.sh +# nohup output file (nohup lets a script run after terminal closes) *nohup.out +# my_config.sh +my_config.sh + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/