mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-11 09:11:50 +00:00
Merge .gitignore files
Prettier only takes the root .gitignore into account, which leads to formatting of auto-generated files. Moving ignore patterns into the root .gitignore file makes Prettier follow them and cleans up the workspace.
This commit is contained in:
parent
1d26ba67ea
commit
392b4cad13
4
.gitignore
vendored
4
.gitignore
vendored
@ -54,3 +54,7 @@ config.local.js
|
||||
|
||||
build_output
|
||||
tmp
|
||||
|
||||
src/js/built-temp
|
||||
translations/tmp
|
||||
gulp/additional_build_files
|
||||
|
||||
1
electron/.gitignore
vendored
1
electron/.gitignore
vendored
@ -1 +0,0 @@
|
||||
mods/*.js
|
||||
1
gulp/.gitignore
vendored
1
gulp/.gitignore
vendored
@ -1 +0,0 @@
|
||||
additional_build_files
|
||||
1
src/js/.gitignore
vendored
1
src/js/.gitignore
vendored
@ -1 +0,0 @@
|
||||
built-temp
|
||||
1
translations/.gitignore
vendored
1
translations/.gitignore
vendored
@ -1 +0,0 @@
|
||||
tmp
|
||||
Loading…
Reference in New Issue
Block a user