update gitignore
This commit is contained in:
No files matched your search
@@ -7,7 +7,7 @@ LOGGER_FORMAT=text
|
||||
# SERVER_TYPE=rest # This will enable the HTTP REST server
|
||||
SERVER_PORT=8098
|
||||
|
||||
SATU_SEHAT_INTERNAL_FHIR_SERVER_URL=http://service-satusehat:8096/api/v1/
|
||||
SATU_SEHAT_INTERNAL_FHIR_SERVER_URL=http://service-satusehat-dev:8096/api/v1/
|
||||
|
||||
AUTH_TYPE=hybrid
|
||||
# # Multiple Static Tokens (comma-separated list)
|
||||
|
||||
Executable
+40
@@ -0,0 +1,40 @@
|
||||
# Binaries & Executables
|
||||
bin/
|
||||
api
|
||||
*.exe
|
||||
*.exe~
|
||||
*.dll
|
||||
*.so
|
||||
*.dylib
|
||||
*.test
|
||||
*.out
|
||||
coverage.out
|
||||
|
||||
# Environment & Secret files
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Logs & Temporary files
|
||||
logs/
|
||||
*.log
|
||||
2026-*/
|
||||
2026-*.txt
|
||||
tmp/
|
||||
.air.toml
|
||||
|
||||
# Docker & Deployment files
|
||||
docker-compose.dev.yml
|
||||
docker-compose.monitoring.yml
|
||||
docker-compose.network.yml
|
||||
docker-compose.prod.yml
|
||||
docker-compose.redis.yml
|
||||
Dockerfile
|
||||
Dockerfile.dev
|
||||
|
||||
# IDE & Editor settings
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
.DS_Store
|
||||
@@ -0,0 +1 @@
|
||||
1
|
||||
@@ -1 +1 @@
|
||||
2026-05-01T10:48:01Z
|
||||
2026-05-05T09:48:49Z
|
||||
@@ -1 +1 @@
|
||||
3578722
|
||||
3664014
|
||||
@@ -1 +1 @@
|
||||
3578682
|
||||
3660677
|
||||
@@ -1 +1 @@
|
||||
3578721
|
||||
3664014
|
||||
@@ -1 +1 @@
|
||||
2026-04-30T20:56:55Z
|
||||
2026-05-06T08:56:55Z
|
||||
+109808
File diff suppressed because it is too large
Load diff
Reference in New Issue
Block a user