.gitignore 957 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. /Admin.NET/.vs
  17. /Admin.NET/packages
  18. /Admin.NET/Admin.NET.Web.Entry/wwwroot/Upload
  19. /Admin.NET/Admin.NET.Web.Entry/wwwroot/Avatar
  20. /Admin.NET/Admin.NET.Web.Entry/wwwroot/Signature
  21. /Admin.NET/Admin.NET.Web.Core/Admin.NET.Web.Core.csproj.user
  22. /Admin.NET/Admin.NET.Web.Entry/Admin.NET.Web.Entry.csproj.user
  23. /Admin.NET/Admin.NET.Web.Entry/Properties/PublishProfiles
  24. /Admin.NET/Admin.NET.Web.Entry/publish
  25. /Admin.NET/Admin.NET.Web.Entry/logs
  26. /Admin.NET/Admin.NET.Web.Entry/*.db
  27. # folders
  28. dist/
  29. node_modules/
  30. /Web/package-lock.json
  31. /Web/public/config.js
  32. /Web/stats.html
  33. .vs
  34. .idea
  35. .DS_Store
  36. /Web/npminstall-debug.log