mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix gitignores
This commit is contained in:
parent
6a16411b24
commit
81ca2cd3f4
35
.gitignore
vendored
35
.gitignore
vendored
@ -1,18 +1,17 @@
|
||||
node_modules/
|
||||
test1/
|
||||
test2/
|
||||
test3/
|
||||
test4/
|
||||
test5/
|
||||
test6/
|
||||
uploads/
|
||||
videos/
|
||||
videos/
|
||||
thumbnails/
|
||||
certs/
|
||||
logs/
|
||||
torrents/
|
||||
config/production.yaml
|
||||
ffmpeg/
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
/node_modules/
|
||||
/test1/
|
||||
/test2/
|
||||
/test3/
|
||||
/test4/
|
||||
/test5/
|
||||
/test6/
|
||||
/uploads/
|
||||
/videos/
|
||||
/thumbnails/
|
||||
/certs/
|
||||
/logs/
|
||||
/torrents/
|
||||
/config/production.yaml
|
||||
/ffmpeg/
|
||||
/*.sublime-project
|
||||
/*.sublime-workspace
|
||||
|
4
client/.gitignore
vendored
4
client/.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
dist/
|
||||
typings/
|
||||
/dist/
|
||||
/node_modules
|
||||
|
Loading…
Reference in New Issue
Block a user