You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
684 B
Plaintext
59 lines
684 B
Plaintext
node_modules
|
|
.parcel-cache
|
|
.sass-cache
|
|
.eslintcache
|
|
/dist
|
|
.DS_Store
|
|
config/local.json
|
|
config/local-*.json
|
|
*.provisionprofile
|
|
release/
|
|
/dev-app-update.yml
|
|
*.sublime*
|
|
sql/
|
|
|
|
# React / TypeScript
|
|
ts/**/*.js
|
|
ts/protobuf/*.d.ts
|
|
ts/**/*.js.map
|
|
test/ts/**/*.js.map
|
|
test/ts/**/*.js
|
|
ts/test/automation/**/*.js
|
|
ts/test/automation/**/*.js.map
|
|
|
|
|
|
# Swapfiles
|
|
**/*.swp
|
|
|
|
# Ctags
|
|
tags
|
|
|
|
proxy.key
|
|
proxy.pub
|
|
|
|
*.tsbuildinfo
|
|
yarn-error.log
|
|
|
|
# editor
|
|
.vscode/
|
|
.vscrof/
|
|
|
|
|
|
playwright.config.js
|
|
*.js.map
|
|
ts/node/**/*.d.ts
|
|
ts/node/**/*.d.ts.map
|
|
|
|
test-results/
|
|
|
|
.nyc_output
|
|
coverage/
|
|
stylesheets/dist/
|
|
|
|
*.LICENSE.txt
|
|
ts/webworker/workers/node/**/*.node
|
|
ts/localization/locales.ts
|
|
|
|
.yarn/**/*.mjs
|
|
.yarn/**/*.cjs
|