Skip to content

Commit

Permalink
Add generated files to gitignore to have a clean stage
Browse files Browse the repository at this point in the history
  • Loading branch information
alcalyn authored and Chocobozzz committed Oct 19, 2019
1 parent 5a1e484 commit e063f46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/node_modules/
/server/tools/node_modules
*npm-debug.log
yarn-error.log

# Testing
/test1/
Expand Down Expand Up @@ -45,3 +46,4 @@
/*.asc
/server/tools/import-mediacore.ts
/docker-volume/
/init.mp4
3 changes: 2 additions & 1 deletion client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
/stats.json
/dll
/.awcache
/src/locale/pending_target/
/src/locale/target/iso639_*.xml
/src/locale/target/player_*.xml
/src/locale/target/server_*.xml
/src/locale/target/server_*.xml

0 comments on commit e063f46

Please sign in to comment.