Merge branch 'develop' into pr/1217
[oweals/peertube.git] / .gitignore
1 # NPM instalation
2 /node_modules/
3 *npm-debug.log
4
5 # Testing
6 /test1/
7 /test2/
8 /test3/
9 /test4/
10 /test5/
11 /test6/
12 /server/tests/fixtures/video_high_bitrate_1080p.mp4
13
14 # Production
15 /storage/
16 /config/production.yaml
17 /config/local*
18 /ffmpeg/
19 /ffmpeg-4/
20 /thumbnails/
21 /torrents/
22 /videos/
23 /previews/
24 /logs/
25
26 # IDE
27 /*.sublime-project
28 /*.sublime-workspace
29 /**/.idea
30 /dist
31 /PeerTube.iml
32
33 # Zanata
34 /.zanata-cache
35 /scripts/i18n/generate-iso639-target.ts
36
37 # Other
38 /profiling/
39 /*.zip
40 /*.tar.xz
41 /*.asc
42 /server/tools/import-mediacore.ts
43 /docker-volume/