mirror of
https://github.com/DumbWareio/DumbAssets.git
synced 2026-01-09 06:10:52 +08:00
77 lines
673 B
Plaintext
77 lines
673 B
Plaintext
# Dependencies
|
|
node_modules
|
|
npm-debug.log
|
|
yarn-debug.log
|
|
yarn-error.log
|
|
yarn.lock
|
|
|
|
# Environment
|
|
.env
|
|
.env.*
|
|
*.env
|
|
|
|
# Git
|
|
.git
|
|
.gitignore
|
|
.gitattributes
|
|
|
|
# IDE and Editor files
|
|
.idea
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
.cursor
|
|
.cursor/
|
|
cursorrules
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Docker
|
|
Dockerfile
|
|
.dockerignore
|
|
docker-compose*
|
|
*.dockerfile
|
|
|
|
# Build and Cache
|
|
dist/
|
|
build/
|
|
.cache/
|
|
coverage/
|
|
.nyc_output/
|
|
*.tsbuildinfo
|
|
|
|
# Data and Logs
|
|
data/
|
|
logs/
|
|
*.log
|
|
.npm/
|
|
.config/
|
|
|
|
# Test
|
|
test/
|
|
__tests__/
|
|
*.test.js
|
|
*.spec.js
|
|
|
|
# Documentation
|
|
README.md
|
|
LICENSE
|
|
*.md
|
|
docs/
|
|
boilerplate.md
|
|
reference.md
|
|
|
|
# Misc
|
|
.editorconfig
|
|
.eslintrc*
|
|
.prettierrc*
|
|
.babelrc*
|
|
jest.config*
|
|
*.gz
|
|
*.zip
|
|
*.tar
|
|
*.rar |