Files
fullstack-starter/.gitignore
T
imbytecat 9073e38238 chore: gitignore瘦身154->21行 + migrate onnotice改logger.debug
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 下。
2026-04-25 17:29:18 +08:00

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