Files
2025-06-18 16:15:40 +08:00

90 lines
1.0 KiB
Plaintext

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
nohup.out
*.tmp
*.temp
# Environment files #
######################
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.python-version
.venv
.ipynb_checkpoints
# Logs #
######################
*.log
logs/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
# Editor files #
######################
.idea/
.vscode/
*.swp
*.swo
*~
.vim/
.emacs.d/
.sublime-*
# Node.js #
######################
node_modules/
dist/
build/
coverage/
.nyc_output/
.cache/
.parcel-cache/
.next/
.nuxt/
.vuepress/dist/
.serverless/
.fusebox/
.dynamodb/
.tern-port
package-lock.json
# Testing #
######################
.jest/
.coverage/
junit.xml
test-results/
# Build artifacts #
######################
themes/coo/source/css/style.css
public/
db.json
*.tgz
*.tar.gz
# Security #
######################
.npmrc
.yarnrc
.pnpm-store/
# Misc #
######################
.eslintcache
.stylelintcache
.prettierignore