.gitignore 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. ### Node template
  2. # Logs
  3. logs
  4. *.log
  5. npm-debug.log*
  6. # Runtime data
  7. pids
  8. *.pid
  9. *.seed
  10. # Directory for instrumented libs generated by jscoverage/JSCover
  11. lib-cov
  12. # Coverage directory used by tools like istanbul
  13. coverage
  14. # Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  15. .grunt
  16. # node-waf configuration
  17. .lock-wscript
  18. # Compiled binary addons (http://nodejs.org/api/addons.html)
  19. build/Release
  20. # Dependency directories
  21. node_modules
  22. jspm_packages
  23. # Optional npm cache directory
  24. .npm
  25. # Optional REPL history
  26. .node_repl_history
  27. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  28. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  29. .idea/
  30. # User-specific stuff:
  31. .idea/workspace.xml
  32. .idea/tasks.xml
  33. .idea/dictionaries
  34. .idea/vcs.xml
  35. .idea/jsLibraryMappings.xml
  36. # Sensitive or high-churn files:
  37. .idea/dataSources.ids
  38. .idea/dataSources.xml
  39. .idea/dataSources.local.xml
  40. .idea/sqlDataSources.xml
  41. .idea/dynamic.xml
  42. .idea/uiDesigner.xml
  43. # Gradle:
  44. .idea/gradle.xml
  45. .idea/libraries
  46. # Mongo Explorer plugin:
  47. .idea/mongoSettings.xml
  48. ## File-based project format:
  49. *.iws
  50. ## Plugin-specific files:
  51. # IntelliJ
  52. /out/
  53. # mpeltonen/sbt-idea plugin
  54. .idea_modules/
  55. # JIRA plugin
  56. atlassian-ide-plugin.xml
  57. # Crashlytics plugin (for Android Studio and IntelliJ)
  58. com_crashlytics_export_strings.xml
  59. crashlytics.properties
  60. crashlytics-build.properties
  61. fabric.properties
  62. *.iml
  63. # Created by .ignore support plugin (hsz.mobi)
  64. Thumbs.db
  65. .DS_Store
  66. .vagrant/
  67. rethinkdb_data/
  68. config/default.json