no log: Update gitignore list

This commit is contained in:
LASER-Yi 2021-08-29 23:17:53 +08:00
parent 4887b3dcdd
commit aa20633b64
2 changed files with 4 additions and 5 deletions

5
.gitignore vendored
View File

@ -21,8 +21,3 @@ VERSION
# Allow
!*.dll
# Frontend
node_modules
/frontend/dist
/frontend/*.local
/frontend/build

4
frontend/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
node_modules
dist
*.local
build