ice/.gitignore
luhc228 1c3d3fec6c
feat: i18n plugin (#6149)
* feat: antd5 example with i18n

* feat: fusion example with i18n

* feat: init plugin-i18n

* feat: init i18n example

* chore: lock

* feat: add language selector

* feat: i18n route

* feat: getAllLocales and getDefaultLocale API

* fix: ssr render error

* feat: support auto redirect

* fix: redirect without url param

* feat: support add response handler

* chore: lock

* feat: support blockCookie option

* fix: route test

* fix: ssg error

* fix: i18n response

* feat: add server example

* chore: add basename

* chore: add headers

* feat: i18n docs

* fix: i18n plugin

* feat: enhance disable cookie

* docs: update disabledCookie documentation

* chore: update desc

* fix: param not defined

* fix: generate routes.ts

* fix: remove todo

* test: i18n

* test: i18n

* fix: lint warning

* fix: addDefineRoutesFunc to addRoutesDefinition

* chore: i18n plugin version

* chore: changelog

* feat: use modifyRenderData instead of runtimeOptions.raw

* chore: update changelog

* chore: rename param

* fix: comment

* feat: use createLogger instead of consola directly

* feat: change customRuntimeOptions type from string to object

* refactor: route id

* chore: remove unused console.log

* chore: add comment

* fix: win32 test fail

* chore: changelog
2023-04-24 10:18:53 +08:00

60 lines
653 B
Plaintext

# https://github.com/github/gitignore/blob/master/Node.gitignore
# Dependencies
node_modules
jspm_packages
# Only keep yarn.lock in the root
package-lock.json
*/**/yarn.lock
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# Coverage directory used by tools like istanbul
coverage
*.lcov
# Others
.npm
.eslintcache
.idea
.DS_Store
.happypack
.vscode
.tmp
.cache
*.swp
*.dia~
*.temp.json
*.swc
# yalc
.yalc
yalc.lock
# Packages
packages/*/lib/
packages/*/esm/
packages/*/es2017/
# temp folder .ice
examples/*/.ice
examples/*/.swc
build
dist
.history
compiled
# website
.docusaurus
.cache-loader
*.local
.fleet/