T01: update .gitignore
This commit is contained in:
+60
-5
@@ -1,6 +1,61 @@
|
|||||||
node_modules/
|
# Dependencies
|
||||||
dist/
|
node_modules
|
||||||
.git/
|
|
||||||
*.sqlite
|
# Build outputs
|
||||||
*.db
|
/dist
|
||||||
|
/build
|
||||||
|
/out
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Environment files
|
||||||
|
.env*
|
||||||
|
!.env.example
|
||||||
|
|
||||||
|
# IDE and editor files
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
|
||||||
|
# OS generated files
|
||||||
.DS_Store
|
.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/
|
||||||
Reference in New Issue
Block a user