.gitignore 881 B

12345678910111213141516171819202122232425262728293031323334
  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/publish
  19. /Admin.NET/Admin.NET.Web.Entry/logs
  20. /Admin.NET/Admin.NET.Web.Entry/wwwroot/Upload
  21. /Admin.NET/Admin.NET.Web.Entry/Properties/PublishProfiles/FolderProfile.pubxml.user
  22. # folders
  23. dist/
  24. .vs/
  25. node_modules/
  26. /Admin.NET/Admin.NET.Web.Entry/wwwroot/Avatar
  27. /Admin.NET/Admin.NET.Web.Entry/wwwroot/Signature
  28. /Admin.NET/Admin.NET.Web.Entry/*.db
  29. /Admin.NET/Admin.NET.Web.Core/Admin.NET.Web.Core.csproj.user
  30. /Admin.NET/Admin.NET.Web.Entry/Admin.NET.Web.Entry.csproj.user