Files
DDDMicroFrontend/back-end/.gitignore
2025-09-16 23:40:58 +08:00

14 lines
196 B
Plaintext

# dotenv environment variable files
.env
.env.development.local
.env.test.local
.env.production.local
.env.local
# Fresh build directory
_fresh/
# npm + other dependencies
node_modules/
vendor/