Queer European MD passionate about IT
Prechádzať zdrojové kódy

Unnecessary gitignores

Davte 5 rokov pred
rodič
commit
2a26c4e34e
1 zmenil súbory, kde vykonal 0 pridanie a 25 odobranie
  1. 0 25
      .gitignore

+ 0 - 25
.gitignore

@@ -5,38 +5,13 @@ local_*
 *.db
 *.json
 
-# Data
-davtebot/data/*
-!davtebot/data/__init__.py
-!davtebot/data/davtebot_helper.json
-
-# OLD directory (backup files)
-Old/
-
-MiniScript utili/
 *.txt
 !requirements.txt
 
 # Bash files (to run the code) and nohup output file (nohup lets a script run after terminal closes)
 *.sh
-!RunMe.sh
-!RunOnEuler.sh
-!*push.sh
-!nautilus_VPN.sh
 *nohup.out
 
-#Pictures
-davtebot/img/*
-!davtebot/img/balance.png
-!davtebot/img/gear.png
-!davtebot/img/money.png
-!davtebot/img/ProfilePic.png
-!davtebot/img/ProfilePic.xcf
-!davtebot/img/robot.png
-!davtebot/img/search.png
-!davtebot/img/key.png
-!davtebot/img/malus.png
-
 # ---> Python
 # Byte-compiled / optimized / DLL files
 __pycache__/