52 lines
699 B
Plaintext
52 lines
699 B
Plaintext
## [START] Keep in sync with .gitignore
|
|
# Dependencies
|
|
node_modules
|
|
|
|
# Production
|
|
build/
|
|
lib/
|
|
|
|
# Generated files
|
|
**/*.tsbuildinfo
|
|
*.api.json
|
|
*.tgz
|
|
yarn.lock
|
|
.docusaurus/
|
|
.cache-loader
|
|
test/output-*/
|
|
.dev_profile*
|
|
coverage/
|
|
generated/
|
|
.eslintcache
|
|
/.cache/
|
|
|
|
# IDE Artifacts
|
|
.vscode
|
|
!.vscode/extensions.json
|
|
!.vscode/*.template.json
|
|
.devcontainer
|
|
|
|
# Misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Wireit
|
|
.wireit
|
|
## [END] Keep in sync with .gitignore
|
|
|
|
# ESLint ignores.
|
|
assets/
|
|
third_party/
|
|
|
|
# ng-schematics
|
|
packages/ng-schematics/sandbox/**
|
|
packages/ng-schematics/multi/**
|
|
packages/ng-schematics/src/**/files/
|