From 2a26c4e34e345415d96d1f5d924ae7030e712e60 Mon Sep 17 00:00:00 2001 From: Davte Date: Wed, 24 Oct 2018 16:13:57 +0200 Subject: [PATCH] Unnecessary gitignores --- .gitignore | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/.gitignore b/.gitignore index 9f594cb..d21a944 100644 --- a/.gitignore +++ b/.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__/