Skip to content

Commit

Permalink
Add .gitignore from Chart.js (#531)
Browse files Browse the repository at this point in the history
This is also quite close to the .gitignore from chartjs-plugin-annotation, so it helps bring the various Chart.js projects more in sync.  And it keeps my `.vscode` directory from showing up in Git's list of changes.
  • Loading branch information
joshkel committed Jun 1, 2021
1 parent 6241b7c commit 327775b
Showing 1 changed file with 25 additions and 8 deletions.
33 changes: 25 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,29 @@
.DS_Store

node_modules/*
custom/*

coverage/*
# Deployment
/coverage
/custom
/dist
/gh-pages

nbproject/*
dist/
# Node.js
node_modules/
npm-debug.log*

# Docs
.cache-loader
build/
# generated typedocs
docs/api

# Development
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
.idea
.project
.settings
.vscode
*.log
*.swp
*.stackdump

0 comments on commit 327775b

Please sign in to comment.