36 lines
378 B
Plaintext
36 lines
378 B
Plaintext
.node_modules/
|
|
**/node_modules/
|
|
|
|
**/.gradle/
|
|
**/local.properties
|
|
**/*.iml
|
|
**/.cxx/
|
|
**/.externalNativeBuild/
|
|
**/*.jks
|
|
**/*.keystore
|
|
**/keystore.properties
|
|
**/key.properties
|
|
**/google-services.json
|
|
|
|
# logs
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# build output
|
|
build/
|
|
dist/
|
|
**/build/
|
|
**/dist/
|
|
|
|
# env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# OS/IDE
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|