Private GIT

Skip to content
Snippets Groups Projects
Commit ccd4c27c authored by Alexandre Beloin's avatar Alexandre Beloin
Browse files

Fix gitignore issue with relative folder

parent d3255e0c
Branches
Tags
No related merge requests found
# SR User Related # # SR User Related #
###################### ######################
cache/ /cache/
Logs/ /Logs/
restore/ /restore/
backup/ /backup/
cache.db* cache.db*
config.ini* config.ini*
sickbeard.db* sickbeard.db*
failed.db* failed.db*
autoProcessTV/autoProcessTV.cfg /autoProcessTV/autoProcessTV.cfg
server.crt server.crt
server.key server.key
# SR Test Related # # SR Test Related #
###################### ######################
tests/Logs/* /tests/Logs/*
tests/cache/* /tests/cache/*
tests/sickbeard.db* /tests/sickbeard.db*
tests/cache.db* /tests/cache.db*
tests/failed.db /tests/failed.db
# Compiled source # # Compiled source #
###################### ######################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment