# 操作系统生成的文件 .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # IDE和编辑器文件 .vscode/ .idea/ *.swp *.swo *~ # 日志文件 *.log logs/ npm-debug.log* yarn-debug.log* yarn-error.log* # 依赖目录 node_modules/ vendor/ # 构建输出目录 dist/ build/ out/ # 环境配置文件 # .env.local # .env.development.local # .env.test.local # .env.production.local # PHP相关 # server/php/.env server/php/runtime/ server/php/vendor/ server/php/composer.lock # 缓存文件 *.cache .cache/ # 临时文件 tmp/ temp/ *.tmp # 备份文件 *.bak *.backup *.old # 压缩文件 *.zip *.rar *.7z *.tar.gz # 数据库文件 *.sqlite *.db # 上传文件目录(只忽略根目录下的) /uploads/ /upload/ # 小程序相关 honey_box/unpackage/ honey_box/node_modules/ # HBuilderX相关 .hbuilderx/ # 微信开发者工具相关 project.config.json project.private.config.json # 图片和媒体文件(可选,根据需要调整) # *.jpg # *.jpeg # *.png # *.gif # *.mp4 # *.mp3 # 文档生成的临时文件 *.pdf *.docx # 测试覆盖率报告 coverage/ .nyc_output/ # 包管理器锁定文件(可选) # package-lock.json # yarn.lock # 本地配置文件 config.local.js config.local.php # 错误报告 error_log php_errors.log # 系统文件 *.pid *.seed *.pid.lock # 运行时文件 pids/ *.pid *.seed *.pid.lock # 覆盖率目录 lib-cov/ # nyc测试覆盖率 .nyc_output # Grunt中间存储 .grunt # Bower依赖目录 bower_components # node-waf配置 .lock-wscript # 编译的二进制插件 build/Release # 依赖目录 jspm_packages/ # TypeScript v1声明文件 typings/ # 可选的npm缓存目录 .npm # 可选的eslint缓存 .eslintcache # Microbundle缓存 .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ # 可选的REPL历史 .node_repl_history # yarn完整性文件 .yarn-integrity # dotenv环境变量文件 .env.test # parcel-bundler缓存 .parcel-cache # Next.js构建输出 .next # Nuxt.js构建/生成输出 .nuxt dist # Gatsby文件 .cache/ public # Storybook构建输出 .out .storybook-out # Temporary folders tmp/ temp/ # Runtime data pids *.pid *.seed *.pid.lock # Directory for instrumented libs generated by jscoverage/JSCover lib-cov # Coverage directory used by tools like istanbul coverage *.lcov # Dependency directories node_modules/ jspm_packages/ # Snowpack dependency directory (https://snowpack.dev/) web_modules/ # TypeScript cache *.tsbuildinfo # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # dotenv environment variables file # .env .env.test .env.production # parcel-bundler cache (https://parceljs.org/) .cache .parcel-cache # Next.js build output .next out # Nuxt.js build / generate output .nuxt dist # Gatsby files .cache/ # Comment in the public line in if your project uses Gatsby and not Next.js # https://nextjs.org/blog/next-9-1#public-directory-support # public # vuepress build output .vuepress/dist # Serverless directories .serverless/ # FuseBox cache .fusebox/ # DynamoDB Local files .dynamodb/ # TernJS port file .tern-port # Stores VSCode versions used for testing VSCode extensions .vscode-test # yarn v2 .yarn/cache .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz .pnp.* server/C#/HoneyBox/src/HoneyBox.Api/bin/* .kiro/settings/mcp.json