Skip to content
Snippets Groups Projects
Commit e063f46a authored by Julien Maulny's avatar Julien Maulny Committed by Chocobozzz
Browse files

Add generated files to gitignore to have a clean stage

parent 5a1e4848
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
/node_modules/ /node_modules/
/server/tools/node_modules /server/tools/node_modules
*npm-debug.log *npm-debug.log
yarn-error.log
# Testing # Testing
/test1/ /test1/
...@@ -45,3 +46,4 @@ ...@@ -45,3 +46,4 @@
/*.asc /*.asc
/server/tools/import-mediacore.ts /server/tools/import-mediacore.ts
/docker-volume/ /docker-volume/
/init.mp4
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
/stats.json /stats.json
/dll /dll
/.awcache /.awcache
/src/locale/pending_target/
/src/locale/target/iso639_*.xml /src/locale/target/iso639_*.xml
/src/locale/target/player_*.xml /src/locale/target/player_*.xml
/src/locale/target/server_*.xml /src/locale/target/server_*.xml
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment