feat: update root .gitignore with specified patterns
This commit is contained in:
+2
-59
@@ -1,61 +1,4 @@
|
|||||||
# Dependencies
|
|
||||||
node_modules
|
node_modules
|
||||||
|
dist
|
||||||
# Build outputs
|
.env
|
||||||
/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
|
*.db
|
||||||
*.sqlite
|
|
||||||
|
|
||||||
# Yjs persistence
|
|
||||||
.yjs/
|
|
||||||
Reference in New Issue
Block a user