Ignore pictures folder (symbolic link)
This commit is contained in:
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__/
|
||||
|
||||
Reference in New Issue
Block a user