Fixing .gitignore files
This commit is contained in:
+2
-1
@@ -6,4 +6,5 @@ docker-compose.override.yaml
|
|||||||
*.DS_Store
|
*.DS_Store
|
||||||
maps/yarn.lock
|
maps/yarn.lock
|
||||||
maps/dist/computer.js
|
maps/dist/computer.js
|
||||||
maps/dist/computer.js.map
|
maps/dist/computer.js.map
|
||||||
|
/node_modules/
|
||||||
|
|||||||
+5
-1
@@ -1,5 +1,9 @@
|
|||||||
/node_modules/
|
/node_modules/
|
||||||
/dist/bundle.js
|
/dist/*.js
|
||||||
|
/dist/*.js.map
|
||||||
|
/dist/*.js.LICENSE.txt
|
||||||
|
/dist/main.*.css
|
||||||
|
/dist/main.*.css.map
|
||||||
/dist/tests/
|
/dist/tests/
|
||||||
/yarn-error.log
|
/yarn-error.log
|
||||||
/dist/webpack.config.js
|
/dist/webpack.config.js
|
||||||
|
|||||||
Reference in New Issue
Block a user