mirror of
https://github.com/AmanTahiliani/FHIR-Sandbox.git
synced 2026-08-07 11:53:56 -04:00
48 lines
392 B
Plaintext
48 lines
392 B
Plaintext
# Binaries
|
|
fhir-sandbox
|
|
bin/
|
|
build/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Go
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
*.test
|
|
coverage.out
|
|
*.coverprofile
|
|
|
|
# Dependency directories
|
|
/vendor/
|
|
node_modules/
|
|
|
|
# IDEs and editors
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
|
|
# Environment / secrets
|
|
.env
|
|
.env.*
|
|
secrets.json
|
|
|
|
# Databases
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
*.db-shm
|
|
*.db-wal
|
|
|
|
# Logs and runtime
|
|
*.log
|
|
*.tmp
|
|
*.cache
|
|
|
|
# Build outputs
|
|
dist/
|
|
out/
|