Ignore pictures folder (symbolic link)

This commit is contained in:
Davte
2019-07-19 13:13:20 +02:00
parent d2e876cfad
commit 60034cf30b
3 changed files with 6 additions and 2 deletions

5
.gitignore vendored
View File

@@ -2,11 +2,14 @@
local_*
my_config.sh
# Data folders
# Data folder
ciclopibot/data/*
!ciclopibot/data/__init__.py
!ciclopibot/data/help.json
# Pictures folder (symbolic link)
ciclopibot/img
# ---> Python
# Byte-compiled / optimized / DLL files
__pycache__/