Merge remote-tracking branch 'origin/development' into development

This commit is contained in:
morpheus65535 2021-08-29 16:21:46 -04:00
commit 84eecec98e
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