2022-07-06 07:05:37 +00:00
|
|
|
## [START] Keep in sync with .gitignore
|
2022-07-05 12:42:31 +00:00
|
|
|
# Dependencies
|
|
|
|
node_modules
|
|
|
|
|
|
|
|
# Production
|
|
|
|
build/
|
|
|
|
lib/
|
2023-09-19 15:13:30 +00:00
|
|
|
bin/
|
2022-07-05 12:42:31 +00:00
|
|
|
|
|
|
|
# Generated files
|
2022-08-17 12:39:41 +00:00
|
|
|
**/*.tsbuildinfo
|
2022-10-05 12:17:03 +00:00
|
|
|
*.api.json
|
|
|
|
*.tgz
|
2022-07-05 12:42:31 +00:00
|
|
|
yarn.lock
|
|
|
|
.docusaurus/
|
|
|
|
.cache-loader
|
|
|
|
test/output-*/
|
|
|
|
.dev_profile*
|
2022-07-06 07:05:37 +00:00
|
|
|
coverage/
|
2022-10-05 12:17:03 +00:00
|
|
|
generated/
|
|
|
|
.eslintcache
|
|
|
|
/.cache/
|
2022-07-05 12:42:31 +00:00
|
|
|
|
|
|
|
# IDE Artifacts
|
2022-12-05 09:35:31 +00:00
|
|
|
.vscode/*
|
|
|
|
!.vscode/extensions.json
|
2023-02-02 08:01:57 +00:00
|
|
|
!.vscode/*.template.json
|
2022-08-17 12:39:41 +00:00
|
|
|
.devcontainer
|
2022-07-05 12:42:31 +00:00
|
|
|
|
|
|
|
# Misc
|
|
|
|
.DS_Store
|
|
|
|
.env.local
|
|
|
|
.env.development.local
|
|
|
|
.env.test.local
|
|
|
|
.env.production.local
|
|
|
|
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
2022-10-05 12:17:03 +00:00
|
|
|
|
|
|
|
# Wireit
|
|
|
|
.wireit
|
2022-07-06 07:05:37 +00:00
|
|
|
## [END] Keep in sync with .gitignore
|
2022-07-05 12:42:31 +00:00
|
|
|
|
|
|
|
# Prettier-only ignores.
|
2022-06-15 10:05:25 +00:00
|
|
|
CHANGELOG.md
|
2021-03-23 09:02:34 +00:00
|
|
|
package-lock.json
|
2022-02-11 19:29:43 +00:00
|
|
|
test/assets/
|
2022-10-13 08:46:53 +00:00
|
|
|
docs/api
|
2023-06-06 14:59:58 +00:00
|
|
|
docs/browsers-api
|
2022-07-06 07:05:37 +00:00
|
|
|
versioned_*/
|
2023-03-20 09:59:50 +00:00
|
|
|
|
|
|
|
# Ng-schematics
|
|
|
|
/packages/ng-schematics/files/
|
|
|
|
/packages/ng-schematics/sandbox/
|