]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .gitignore
Support sourceMaps
[github/Chocobozzz/PeerTube.git] / .gitignore
index 6ef90385c61a654608a219fb58c8adcd4687c5d0..0ec17217d2b8f584b8c9f72069351f20157d2859 100644 (file)
@@ -12,9 +12,10 @@ yarn-error.log
 /test5/
 /test6/
 /server/tests/fixtures/video_high_bitrate_1080p.mp4
+/server/tests/fixtures/video_59fps.mp4
 
 # Production
-/storage/
+/storage
 /config/production.yaml
 /config/local*
 /ffmpeg/
@@ -29,9 +30,11 @@ yarn-error.log
 # IDE
 /*.sublime-project
 /*.sublime-workspace
+/*.vscode
 /**/.idea
 /dist
 /PeerTube.iml
+*.swp
 
 # Zanata
 /.zanata-cache
@@ -47,3 +50,7 @@ yarn-error.log
 /server/tools/import-mediacore.ts
 /docker-volume/
 /init.mp4
+
+# TypeScript
+*.tsbuildinfo
+/types/dist/