env文件

zhufu
刘妍 2024-12-23 10:05:41 +08:00
parent ba1b230199
commit f0351fecd3
2 changed files with 12 additions and 5 deletions

10
.gitignore vendored
View File

@ -13,11 +13,11 @@ tests/server/static/upload
.env.local .env.local
.env.*.local .env.*.local
.eslintcache .eslintcache
#.env .env
#.env.analyze .env.analyze
#.env.development .env.development
#.env.linyefanghuo .env.linyefanghuo
#.env.production .env.production
# Log files # Log files
npm-debug.log* npm-debug.log*
yarn-debug.log* yarn-debug.log*

7
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
"i18n-ally.localesPaths": [
"src/locales",
"src/locales/lang",
"public/resource/tinymce/langs"
]
}