# ============================================== # 依赖目录(自动生成,不上传) # ============================================== node_modules/ vendor/ Pods/ .pnp/ .pnp.js # ============================================== # 编译 / 构建输出(自动生成,不上传) # ============================================== build/ dist/ output/ release/ **/target/ out/ public/dist/ *.jar *.war *.ear # 包体积分析报告(构建产物) stats.html # ============================================== # 框架缓存目录 # ============================================== .nuxt/ .next/ .remix/ .svelte-kit/ # ============================================== # 环境变量(本地私有,不上传) # ============================================== .env .env.local .env.development.local .env.test.local .env.production.local .env.amap # 所有环境配置文件,除了示例文件 .env.* !env/.env.example !.env.example # .env解密后的临时文件(严禁提交) .env.decrypted .env.*.decrypted # 加密密钥相关文件(严禁提交) .env-encrypt-key .env-encrypt-key.* .env.key # ============================================== # 密钥 / 证书 / 敏感配置(严禁上传) # ============================================== **/config/secrets/ FzxDocker/secrets/ **/*.keystore **/*.jks **/*.pfx **/*.p12 **/key.properties **/secret*.json **/credentials.json **/service-account-*.json # ============================================== # 日志文件(自动生成,不上传) # ============================================== logs/ log/ *.log # 但保留前端页面中的 logs 目录(是页面代码,不是日志文件) !**/pages/**/logs/ !**/pages/**/logs/** npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # ============================================== # 数据库 / 中间件 数据(本地持久化,不上传) # ============================================== **/database/**/data/ **/database/**/data_new/ **/database/**/*.sock **/database/**/*.pid *.db *.sqlite *.sqlite3 **/middleware/**/data/ **/redis/**/*.rdb **/redis/**/*.aof **/elasticsearch/**/data/ **/minio/**/data/ data/ # 但保留前端页面中的 data 目录(是页面代码,不是数据文件) !**/pages/**/data/ !**/pages/**/data/** # ============================================== # IDE / 编辑器(只忽略个人配置,共享配置保留) # ============================================== .idea/ *.iml *.iws *.ipr # VSCode:保留团队共享配置,仅忽略个人配置 .vscode/* !.vscode/extensions.json !.vscode/settings.json !.vscode/launch.json !.vscode/ # ============================================== # 操作系统垃圾文件(全局通用标准) # ============================================== .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes Thumbs.db Thumbs.db:encryptable ehthumbs.db # ============================================== # 临时文件 / 缓存 # ============================================== *.tmp *.temp .cache/ .tmp/ .temp/ .gradle/ # ============================================== # 测试报告 / 覆盖率(自动生成) # ============================================== coverage/ .nyc_output/ test-results/ playwright-report/ cypress/videos/ cypress/screenshots/ # ============================================== # 压缩包(一般不上传) # ============================================== *.zip *.tar *.tar.gz *.tgz *.rar *.7z # ============================================== # Docker 本地覆盖文件(不提交) # ============================================== Dockerfile.local docker-compose.override.yml # ============================================== # ============================================== # 临时调试脚本目录(禁止入库) # ============================================== scripts/ !scripts/encrypt-tool.py # ============================================== # CI/CD 临时排障脚本(仅本次调试用,禁止入库) # ============================================== infrastructure/scripts/check-* infrastructure/scripts/dump-* infrastructure/scripts/inspect-* infrastructure/scripts/deep-* infrastructure/scripts/fix-* infrastructure/scripts/stop* infrastructure/scripts/kill* infrastructure/scripts/rebuild-* infrastructure/scripts/restart-* infrastructure/scripts/unblock-* infrastructure/scripts/patch-* infrastructure/scripts/monitor-* infrastructure/scripts/hard-* infrastructure/scripts/disable-* infrastructure/scripts/show-* infrastructure/scripts/debug-* infrastructure/scripts/diag-* infrastructure/scripts/pull-build-log* infrastructure/scripts/trigger-[0-9]* infrastructure/scripts/trigger-*-monitor* infrastructure/scripts/_* infrastructure/scripts/*.bak infrastructure/logs/ # ============================================== # Jenkins 本地临时产物(不提交) # ============================================== .jenkins-version.env target/security-report.json target/version.json !**/src/main/resources/**/version.json # ============================================== # Jenkins 任务配置文件(仅用于导入,不提交) # ============================================== fzx-build-config.xml fzx-deploy-config.xml fzx-deploy-pipeline-config.xml # ============================================== # 开发调试用 compose 模板(禁止提交) # ============================================== infrastructure/compose/podman-compose.dev.yml # ============================================== # 项目专用临时目录 # ============================================== FqlSoftTemp/ # ============================================== # 部署构建目录 # ============================================== deployed-builds/ # ============================================== # Nginx HTML 静态资源(前端构建产物) # ============================================== **/nginx/html/ # ============================================== # 备份和文件目录 # ============================================== backup/ backup_*/ local_optimization_temp/ # Trae IDE files .trae/ !.trae/rules/ .ignore.trae # Test files test_login.json # ============================================== # Jenkins cookies / session files(敏感信息,不上传) # ============================================== jenkins_cookies.txt *.cookies # ============================================== # 本地开发环境目录(不应提交) # ============================================== local-dev/ local-environment/ FzxBDSH-local/ # ============================================== # 构建缓存和中间产物 # ============================================== .pnpm-store/ .yarn/cache/ .eslintcache # ============================================== # 移动端构建产物 # ============================================== **/android/build/ **/ios/build/ **/flutter/build/ **/build/app/outputs/ # ============================================== # 版本自动生成相关(不再使用,删除后添加到忽略) # ============================================== VERSION VERSION.bak # ============================================== # jgitver 缓存目录 # ============================================== .jgitver/ # ============================================== # Maven Flatten Plugin 生成的临时POM文件 # ============================================== .flattened-pom.xml **/.flattened-pom.xml trigger_build_simple.sh # ============================================== # Solidify 工具状态文件(自动生成,不上传) # ============================================== **.solidify-state.json **.crypto-signature.json