mirror of
https://github.com/AmanTahiliani/FHIR-Sandbox.git
synced 2026-08-07 19:56:17 -04:00
chore: remove DB and binary from repo, add .gitignore to exclude artifacts
This commit is contained in:
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user