feat: update root .gitignore with specified patterns
This commit is contained in:
+3
-60
@@ -1,61 +1,4 @@
|
||||
# Dependencies
|
||||
node_modules
|
||||
|
||||
# Build outputs
|
||||
/dist
|
||||
/build
|
||||
/out
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
|
||||
# Environment files
|
||||
.env*
|
||||
!.env.example
|
||||
|
||||
# IDE and editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Docker
|
||||
.docker/
|
||||
|
||||
# Coverage
|
||||
coverage/
|
||||
|
||||
# Temporary files
|
||||
.tmp
|
||||
*.tmp
|
||||
|
||||
# Yarn
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.pnp/
|
||||
.yarn/cache
|
||||
.yarn/unplugged
|
||||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
.yarn/patches
|
||||
.yarn/plugins
|
||||
.yarn/releases
|
||||
.yarn/sdks
|
||||
.yarn/versions
|
||||
|
||||
# NPM
|
||||
npm-debug.log*
|
||||
npm-error.log*
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
# SQLite
|
||||
*.db
|
||||
*.sqlite
|
||||
|
||||
# Yjs persistence
|
||||
.yjs/
|
||||
dist
|
||||
.env
|
||||
*.db
|
||||
Reference in New Issue
Block a user