chore(.gitignore): merge files

This commit is contained in:
Linden
2022-11-21 23:32:14 +11:00
parent b181c63ef7
commit 289fa0ac69
3 changed files with 11 additions and 30 deletions

12
.gitignore vendored
View File

@@ -1,2 +1,12 @@
.idea
created_zones.lua
created_zones.lua
node_modules
pnpm-debug.log*
/package/**/*.js
/package/**/*.js.map
/package/**/*.d.ts
/web/node_modules
/web/build

6
package/.gitignore vendored
View File

@@ -1,6 +0,0 @@
node_modules
pnpm-debug.log*
*.js
*.js.map
*.d.ts

23
web/.gitignore vendored
View File

@@ -1,23 +0,0 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*