.gitignore 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. # Build and Release Folders
  2. bin-debug/
  3. bin-release/
  4. [Oo]bj/
  5. [Bb]in/
  6. # Other files and folders
  7. .settings/
  8. # Executables
  9. *.swf
  10. *.air
  11. *.ipa
  12. *.apk
  13. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  14. # should NOT be excluded as they contain compiler settings and other important
  15. # information for Eclipse / Flash Builder.
  16. /server/.vs
  17. /server/packages
  18. /server/Admin.NET.Web.Entry/wwwroot/[Uu]pload
  19. /server/Admin.NET.Web.Entry/wwwroot/[Aa]vatar
  20. /server/Admin.NET.Web.Entry/wwwroot/[Ss]ignature
  21. /server/Admin.NET.Web.Entry/wwwroot/[Cc]odeGen
  22. /server/Admin.NET.Web.Entry/wwwroot/is-cache
  23. /server/Admin.NET.Web.Core/Admin.NET.Web.Core.csproj.user
  24. /server/Admin.NET.Web.Entry/Admin.NET.Web.Entry.csproj.user
  25. /server/Admin.NET.Web.Entry/Properties/PublishProfiles
  26. /server/Admin.NET.Web.Entry/publish
  27. /server/Admin.NET.Web.Entry/logs
  28. /server/Admin.NET.Web.Entry/Admin.NET.db
  29. /server/Admin.NET.Web.Entry/.config
  30. # folders
  31. dist/
  32. node_modules/
  33. /Web/package-lock.json
  34. /Web/public/config.js
  35. /Web/stats.html
  36. /Web/npminstall-debug.log
  37. .vs
  38. .idea
  39. .DS_Store
  40. # Local dev runtime (PID files, logs from restart scripts)
  41. /.run/
  42. /server/Admin.NET.Web.Entry/Admin.NET.db-journal
  43. /server/Admin.NET.sln.DotSettings.user
  44. server/Admin.NET.Application/Configuration/DeepSeek.json
  45. *.user
  46. /server/.github
  47. # Ai-DOP platform (docs/tools)
  48. /ai-dop-platform/**/node_modules/
  49. /ai-dop-platform/**/__pycache__/
  50. /ai-dop-platform/**/.venv/
  51. # Local Docker runtime data (do not commit)
  52. /docker/mysql/mysql/
  53. /docker/redis/data/
  54. /docker/tdengine/
  55. /docker/minio/data/