mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-16 22:46:03 +01:00
chore(.gitignore): merge files
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1,2 +1,12 @@
|
||||
.idea
|
||||
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
6
package/.gitignore
vendored
@@ -1,6 +0,0 @@
|
||||
node_modules
|
||||
pnpm-debug.log*
|
||||
|
||||
*.js
|
||||
*.js.map
|
||||
*.d.ts
|
||||
23
web/.gitignore
vendored
23
web/.gitignore
vendored
@@ -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*
|
||||
Reference in New Issue
Block a user