Android development APK / apk (push) Has been cancelled
Checks / go (push) Failing after 6s
Container images / publish (., deploy/pocketbase/Dockerfile, evoliohealth-pocketbase) (push) Has been cancelled
Container images / publish (., server/Dockerfile, evoliohealth-server) (push) Has been cancelled
Checks / compose (push) Has been cancelled
Checks / flutter (push) Has been cancelled
35 lines
368 B
Plaintext
35 lines
368 B
Plaintext
# Environment and secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.key
|
|
*.pem
|
|
*.p12
|
|
*.jks
|
|
key.properties
|
|
|
|
# Go
|
|
server/bin/
|
|
server/coverage.out
|
|
|
|
# Flutter and Dart
|
|
**/.dart_tool/
|
|
**/.flutter-plugins
|
|
**/.flutter-plugins-dependencies
|
|
**/.packages
|
|
**/build/
|
|
**/coverage/
|
|
|
|
# Editors and operating systems
|
|
.idea/
|
|
.vscode/
|
|
*.iml
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Runtime data
|
|
runtime/
|
|
data/
|
|
config/
|
|
|