Properly ignore top level /dist
This commit is contained in:
parent
f13961da67
commit
3ad9d6e4a2
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
||||||
# Allow static/dist to contain empty folders
|
# Allow static/dist to contain empty folders
|
||||||
./dist
|
/dist/
|
||||||
|
|
||||||
node_modules
|
node_modules
|
||||||
.env
|
.env
|
||||||
|
|
Loading…
Reference in a new issue