| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- # Build and Release Folders
- bin-debug/
- bin-release/
- [Oo]bj/
- [Bb]in/
- # Other files and folders
- .settings/
- # Executables
- *.swf
- *.air
- *.ipa
- *.apk
- # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
- # should NOT be excluded as they contain compiler settings and other important
- # information for Eclipse / Flash Builder.
- /server/.vs
- /server/packages
- /server/Admin.NET.Web.Entry/wwwroot/[Uu]pload
- /server/Admin.NET.Web.Entry/wwwroot/[Aa]vatar
- /server/Admin.NET.Web.Entry/wwwroot/[Ss]ignature
- /server/Admin.NET.Web.Entry/wwwroot/[Cc]odeGen
- /server/Admin.NET.Web.Entry/wwwroot/is-cache
- /server/Admin.NET.Web.Core/Admin.NET.Web.Core.csproj.user
- /server/Admin.NET.Web.Entry/Admin.NET.Web.Entry.csproj.user
- /server/Admin.NET.Web.Entry/Properties/PublishProfiles
- /server/Admin.NET.Web.Entry/publish
- /server/Admin.NET.Web.Entry/logs
- /server/Admin.NET.Web.Entry/Admin.NET.db
- /server/Admin.NET.Web.Entry/.config
- # folders
- dist/
- node_modules/
- /Web/package-lock.json
- /Web/public/config.js
- /Web/stats.html
- /Web/npminstall-debug.log
- .vs
- .idea
- .DS_Store
- # Local dev runtime (PID files, logs from restart scripts)
- /.run/
- /server/Admin.NET.Web.Entry/Admin.NET.db-journal
- /server/Admin.NET.sln.DotSettings.user
- server/Admin.NET.Application/Configuration/DeepSeek.json
- *.user
- /server/.github
- # Ai-DOP platform (docs/tools)
- /ai-dop-platform/**/node_modules/
- /ai-dop-platform/**/__pycache__/
- /ai-dop-platform/**/.venv/
- # Local Docker runtime data (do not commit)
- /docker/mysql/mysql/
- /docker/redis/data/
- /docker/tdengine/
- /docker/minio/data/
- # S0 doc images (stored locally only)
- doc/img/S0/
- doc/plan/S0/
|