.gitignore 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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. /server/Admin.NET.Web.Entry/Admin.NET.db-journal
  41. /server/Admin.NET.sln.DotSettings.user
  42. server/Admin.NET.Application/Configuration/DeepSeek.json
  43. *.user
  44. /server/.github
  45. # Ai-DOP platform (docs/tools/legacy-demo)
  46. /ai-dop-platform/**/node_modules/
  47. /ai-dop-platform/**/__pycache__/
  48. /ai-dop-platform/**/.venv/