Properly ignore top level /dist

This commit is contained in:
Albert Zhang 2023-11-30 00:36:40 -05:00
parent f13961da67
commit 3ad9d6e4a2
No known key found for this signature in database
GPG key ID: D74C859E94CA6DDC

2
.gitignore vendored
View file

@ -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