1
0
Fork 0

Fix gitignores

This commit is contained in:
Chocobozzz 2016-11-06 21:25:21 +01:00
parent 6a16411b24
commit 81ca2cd3f4
2 changed files with 19 additions and 20 deletions

35
.gitignore vendored
View File

@ -1,18 +1,17 @@
node_modules/ /node_modules/
test1/ /test1/
test2/ /test2/
test3/ /test3/
test4/ /test4/
test5/ /test5/
test6/ /test6/
uploads/ /uploads/
videos/ /videos/
videos/ /thumbnails/
thumbnails/ /certs/
certs/ /logs/
logs/ /torrents/
torrents/ /config/production.yaml
config/production.yaml /ffmpeg/
ffmpeg/ /*.sublime-project
*.sublime-project /*.sublime-workspace
*.sublime-workspace

4
client/.gitignore vendored
View File

@ -1,2 +1,2 @@
dist/ /dist/
typings/ /node_modules