Unnecessary gitignores
This commit is contained in:
parent
9e1421e597
commit
2a26c4e34e
25
.gitignore
vendored
25
.gitignore
vendored
@ -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__/
|
||||
|
Loading…
x
Reference in New Issue
Block a user