diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | client/.gitignore | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index fbf8fdf3c..6ef90385c 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -2,6 +2,7 @@ | |||
2 | /node_modules/ | 2 | /node_modules/ |
3 | /server/tools/node_modules | 3 | /server/tools/node_modules |
4 | *npm-debug.log | 4 | *npm-debug.log |
5 | yarn-error.log | ||
5 | 6 | ||
6 | # Testing | 7 | # Testing |
7 | /test1/ | 8 | /test1/ |
@@ -45,3 +46,4 @@ | |||
45 | /*.asc | 46 | /*.asc |
46 | /server/tools/import-mediacore.ts | 47 | /server/tools/import-mediacore.ts |
47 | /docker-volume/ | 48 | /docker-volume/ |
49 | /init.mp4 | ||
diff --git a/client/.gitignore b/client/.gitignore index cc1ec4083..a99ddef31 100644 --- a/client/.gitignore +++ b/client/.gitignore | |||
@@ -4,6 +4,7 @@ | |||
4 | /stats.json | 4 | /stats.json |
5 | /dll | 5 | /dll |
6 | /.awcache | 6 | /.awcache |
7 | /src/locale/pending_target/ | ||
7 | /src/locale/target/iso639_*.xml | 8 | /src/locale/target/iso639_*.xml |
8 | /src/locale/target/player_*.xml | 9 | /src/locale/target/player_*.xml |
9 | /src/locale/target/server_*.xml \ No newline at end of file | 10 | /src/locale/target/server_*.xml |