aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore28
1 files changed, 20 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index f31b67690..5f6814019 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,29 +1,41 @@
1# NPM instalation
1/node_modules/ 2/node_modules/
3*npm-debug.log
4
5# Testing
2/test1/ 6/test1/
3/test2/ 7/test2/
4/test3/ 8/test3/
5/test4/ 9/test4/
6/test5/ 10/test5/
7/test6/ 11/test6/
12
13# Production
8/storage/ 14/storage/
9/config/production.yaml 15/config/production.yaml
10/config/local* 16/config/local*
11/ffmpeg/ 17/ffmpeg/
18/thumbnails/
19/torrents/
20/videos/
21/previews/
22/logs/
23
24# IDE
12/*.sublime-project 25/*.sublime-project
13/*.sublime-workspace 26/*.sublime-workspace
14/dist
15/.idea 27/.idea
28/dist
16/PeerTube.iml 29/PeerTube.iml
30
31# Zanata
32/.zanata-cache
33/scripts/i18n/generate-iso639-target.ts
34
35# Other
17/profiling/ 36/profiling/
18/*.zip 37/*.zip
19/*.tar.xz 38/*.tar.xz
20/*.asc 39/*.asc
21/thumbnails/
22/torrents/
23/videos/
24/previews/
25/logs/
26/server/tools/import-mediacore.ts 40/server/tools/import-mediacore.ts
27/docker-volume/ 41/docker-volume/
28/.zanata-cache
29/scripts/i18n/generate-iso639-target.ts