]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - .gitignore
Fix users tests
[github/Chocobozzz/PeerTube.git] / .gitignore
... / ...
CommitLineData
1# NPM instalation
2/node_modules/
3/server/tools/node_modules
4*npm-debug.log
5yarn-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/server/tests/fixtures/video_59fps.mp4
16
17# Production
18/storage/
19/config/production.yaml
20/config/local*
21/ffmpeg/
22/ffmpeg-3/
23/ffmpeg-4/
24/thumbnails/
25/torrents/
26/videos/
27/previews/
28/logs/
29
30# IDE
31/*.sublime-project
32/*.sublime-workspace
33/**/.idea
34/dist
35/PeerTube.iml
36
37# Zanata
38/.zanata-cache
39/scripts/i18n/generate-iso639-target.ts
40
41# Other
42/dump.rdb
43/.theia/
44/profiling/
45/*.zip
46/*.tar.xz
47/*.asc
48/server/tools/import-mediacore.ts
49/docker-volume/
50/init.mp4