ice/.gitignore

46 lines
580 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
*/**/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
# Packages
packages/*/lib/
# temp folder .ice
examples/*/.ice
# temp file of test
packages/webpack-plugin-extract-css-assets/test/actual/*
build
dist
.history