aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 9 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore
index e0004004d..55707fb80 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,8 @@
1# NPM instalation 1# NPM instalation
2/node_modules/ 2node_modules
3/server/tools/node_modules
4*npm-debug.log 3*npm-debug.log
5yarn-error.log 4yarn-error.log
5.yarn
6 6
7# Testing 7# Testing
8/test1/ 8/test1/
@@ -11,8 +11,8 @@ yarn-error.log
11/test4/ 11/test4/
12/test5/ 12/test5/
13/test6/ 13/test6/
14/server/tests/fixtures/video_high_bitrate_1080p.mp4 14/packages/tests/fixtures/video_high_bitrate_1080p.mp4
15/server/tests/fixtures/video_59fps.mp4 15/packages/tests/fixtures/video_59fps.mp4
16 16
17# Production 17# Production
18/storage 18/storage
@@ -49,12 +49,14 @@ yarn-error.log
49/*.tar.xz 49/*.tar.xz
50/*.asc 50/*.asc
51*.DS_Store 51*.DS_Store
52/server/tools/import-mediacore.ts
53/docker-volume/ 52/docker-volume/
54/init.mp4 53/init.mp4
55 54
56# TypeScript 55# TypeScript
57*.tsbuildinfo 56*.tsbuildinfo
58 57
59# Packages 58# EsLint
60/packages/types/dist/ 59.eslintcache
60
61# Compiled output
62dist