You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
node_modules
|
|
dist
|
|
dist-dev
|
|
dist-staging
|
|
dist-prod
|
|
.DS_Store
|
|
*.log
|
|
|
|
# 环境变量文件(不提交实际配置,但保留示例文件)
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.env.development
|
|
.env.staging
|
|
.env.production
|
|
# 保留 .env.example 作为模板
|
|
!.env.example
|
|
|