core/landing/.gitignore
2025-12-11 18:12:14 -03:00

11 lines
179 B
Text

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