.idea/ /web/node_modules /web/dist /frontend/node_modules /frontend/dist .DS_Store # local env files .env.local .env.*.local # Log files npm-debug.log* yarn-debug.log* yarn-error.log* # Editor directories and files .idea .vscode *.suo *.ntvs* *.njsproj *.sln *.sw? /server/log/ /server/gva /server/latest_log /server/__debug_bin* *.iml web/.pnpm-debug.log web/pnpm-lock.yaml # Wails build output /build/* !/build/bin/ /build/bin/* # 打印机 SDK DLL 随版本库分发(部署 clone 后与 exe 同目录可用) !/build/bin/CsnPrinterLibs.dll /frontend/wailsjs/ /frontend/package.json.md5 # Go binary /server/server.exe /server/server.exe~ # Go build/test cache redirected to the workspace /.gocache/ /.gocache-*/ # 工具私有目录 /.zcode/ # Runtime /log/ server_backup.tar.gz # 应用运行日志 backend-only.stderr.log backend-only.stdout.log backend-dev.stderr.log backend-dev.stdout.log wails-restart.log # 测试运行产物 /test/testutil/log/ /test/testutil/test_*.db # 临时目录 /tmp/