2024-12-17 15:33:24 +00:00
|
|
|
# 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/
|
|
|
|
|
2024-12-18 07:31:54 +00:00
|
|
|
.npmrc
|