Chart.js/.gitignore
Simon He c9f55ccf19
chore: add lint cache (#10974)
* chore: add lint cache

* chore: update

* chore: update
2022-12-14 16:24:43 -05:00

38 lines
383 B
Plaintext

# Deployment
/coverage
/custom
/dist
/gh-pages
# Node.js
node_modules/
npm-debug.log*
# Docs
.cache-loader
build/
# Generated type docs
docs/api
docs/.vuepress/dist
# Development
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.idea
.project
.settings
.vscode
*.log
*.swp
*.stackdump
# Generated
/types/tests/autogen*.ts
# Eslint
.eslintcache