2022-07-06 07:05:37 +00:00
|
|
|
## [START] Keep in sync with .gitignore
|
|
|
|
# Dependencies
|
|
|
|
node_modules
|
|
|
|
|
|
|
|
# Production
|
2022-06-15 10:05:25 +00:00
|
|
|
build/
|
2022-07-06 07:05:37 +00:00
|
|
|
lib/
|
|
|
|
|
|
|
|
# Generated files
|
2022-08-17 12:39:41 +00:00
|
|
|
**/*.tsbuildinfo
|
2022-10-05 12:17:03 +00:00
|
|
|
*.api.json
|
|
|
|
*.tgz
|
2022-07-06 07:05:37 +00:00
|
|
|
yarn.lock
|
|
|
|
.docusaurus/
|
|
|
|
.cache-loader
|
|
|
|
test/output-*/
|
|
|
|
.dev_profile*
|
|
|
|
coverage/
|
2022-10-05 12:17:03 +00:00
|
|
|
generated/
|
|
|
|
.eslintcache
|
|
|
|
/.cache/
|
2022-07-06 07:05:37 +00:00
|
|
|
|
|
|
|
# IDE Artifacts
|
|
|
|
.vscode
|
2022-08-17 12:39:41 +00:00
|
|
|
.devcontainer
|
2022-07-06 07:05:37 +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-08-17 12:39:41 +00:00
|
|
|
|
2022-10-05 12:17:03 +00:00
|
|
|
# Wireit
|
|
|
|
.wireit
|
2022-07-06 07:05:37 +00:00
|
|
|
## [END] Keep in sync with .gitignore
|
|
|
|
|
|
|
|
# ESLint ignores.
|
|
|
|
assets/
|
2022-09-28 13:23:37 +00:00
|
|
|
third_party/
|