45 lines
495 B
Plaintext
45 lines
495 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*
|
|
**/*.log
|
|
**/logs/
|
|
**/log/
|
|
**/*_log/
|
|
|
|
# build output
|
|
build/
|
|
dist/
|
|
**/build/
|
|
**/dist/
|
|
|
|
archive/
|
|
归档/
|
|
|
|
# env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
**/live-streaming/.env
|
|
**/live-streaming/data/rooms.json
|
|
|
|
# OS/IDE
|
|
.DS_Store
|
|
Thumbs.db
|
|
**/.idea/
|
|
**/.vscode/
|