balitasehat/balitasehat-server/.gitignore
2025-08-24 01:04:03 +07:00

9 lines
172 B
Plaintext

# Ignore the node_modules and dist directories.
/node_modules
/dist
# Ignore all .env files,
# but keep the example and specific environment files.
# .env*
!.env.example*