env文件
parent
ba1b230199
commit
f0351fecd3
|
|
@ -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*
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"i18n-ally.localesPaths": [
|
||||||
|
"src/locales",
|
||||||
|
"src/locales/lang",
|
||||||
|
"public/resource/tinymce/langs"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue