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