Ignore pictures folder (symbolic link)
This commit is contained in:
parent
d2e876cfad
commit
60034cf30b
5
.gitignore
vendored
5
.gitignore
vendored
@ -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__/
|
||||
|
@ -1,3 +1,4 @@
|
||||
exclude ciclopibot/data/*
|
||||
include ciclopibot/data/__init__.py
|
||||
include ciclopibot/data/help.json
|
||||
exclude ciclopibot/img*
|
||||
|
@ -3,6 +3,6 @@
|
||||
__author__ = "Davide Testa"
|
||||
__email__ = "davide@davte.it"
|
||||
__license__ = "GNU General Public License v3.0"
|
||||
__version__ = "1.0.1"
|
||||
__version__ = "1.0.2"
|
||||
__maintainer__ = "Davide Testa"
|
||||
__contact__ = "t.me/davte"
|
||||
|
Loading…
x
Reference in New Issue
Block a user