ice/.gitignore

53 lines
627 B
Plaintext

# https://github.com/github/gitignore/blob/master/Node.gitignore
# Dependencies
node_modules
jspm_packages
# Only keep yarn.lock in the root
package-lock.json
packages/**/yarn.lock
examples/**/yarn.lock
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Coverage directory used by tools like istanbul
coverage
*.lcov
# Others
.npm
.eslintcache
.idea
.DS_Store
.happypack
.vscode
.tmp
*.swp
*.dia~
*.temp.json
*.swc
# Packages
packages/*/lib/
packages/*/esm/
# temp folder .ice
examples/*/.ice
examples/*/.swc
build
dist
.history
compiled
# website
.docusaurus
.cache-loader
.env*.local