You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
654 B

  1. node_modules
  2. bower_components
  3. # Ignore Visual Studio Project #
  4. ###################
  5. *.config
  6. *.user
  7. *.csproj
  8. *.gpState
  9. *.sln
  10. *.suo
  11. /bin
  12. /obj
  13. /packages
  14. /Properties
  15. /Scripts
  16. /report
  17. /tests/coverage
  18. # Compiled source #
  19. ###################
  20. *.com
  21. *.class
  22. *.dll
  23. *.exe
  24. *.o
  25. *.so
  26. # Packages #
  27. ############
  28. # it's better to unpack these files and commit the raw source
  29. # git has its own built in compression methods
  30. *.7z
  31. *.dmg
  32. *.gz
  33. *.iso
  34. *.jar
  35. *.rar
  36. *.tar
  37. *.zip
  38. # Logs and databases #
  39. ######################
  40. *.log
  41. *.sql
  42. *.sqlite
  43. # OS generated files #
  44. ######################
  45. .DS_Store*
  46. ehthumbs.db
  47. Icon?
  48. Thumbs.db
  49. # WebStorm #
  50. ######################
  51. .idea/