Queer European MD passionate about IT
소스 검색

Do not ignore *.sh files except for my_config.sh

Davte 6 년 전
부모
커밋
d95b487530
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. 4 2
      .gitignore

+ 4 - 2
.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__/