Add 'dist' paths to git & prettier ignore.
This commit is contained in:
parent
cf8b1c9709
commit
ffcab4caac
3 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -26,6 +26,7 @@ backend/server.log
|
||||||
# Build output
|
# Build output
|
||||||
dist/
|
dist/
|
||||||
build/
|
build/
|
||||||
|
backend/dist/
|
||||||
|
|
||||||
# Webpack output
|
# Webpack output
|
||||||
public/assets/
|
public/assets/
|
||||||
|
|
|
||||||
1
.prettierignore
Normal file
1
.prettierignore
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
/dist
|
||||||
1
backend/.prettierignore
Normal file
1
backend/.prettierignore
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
/dist
|
||||||
Loading…
Add table
Add a link
Reference in a new issue