9073e38238
gitignore: 删社区模板倒灌的死分支 (bower/jspm/snowpack/parcel/fusebox /dynamodb/firebase/yarn-v3/sveltekit/vuepress/docusaurus/gatsby/next /nuxt/grunt/eslintcache 等),只留实际命中的 ~20 行。KISS。 migrate: onnotice 从空函数改成 logger.debug,消除最后一处 silent black hole。pg NOTICE 现在会出现在 LOG_LEVEL=debug 下。
24 lines
220 B
Plaintext
24 lines
220 B
Plaintext
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
.output/
|
|
.tanstack/
|
|
.vite/
|
|
out/
|
|
*.bun-build
|
|
*.tsbuildinfo
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# OS
|
|
.DS_Store
|