2024-12-17 23:33:24 +08: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 15:31:54 +08:00
|
|
|
.npmrc
|