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