.gitignore 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. # Node rules:
  2. ## Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
  3. .grunt
  4. ## Dependency directory
  5. ## Commenting this out is preferred by some people, see
  6. ## https://docs.npmjs.com/misc/faq#should-i-check-my-node_modules-folder-into-git
  7. node_modules
  8. # Book build output
  9. _book
  10. # eBook build output
  11. *.epub
  12. *.mobi
  13. *.pdf
  14. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion
  15. *.iml
  16. ## Directory-based project format:
  17. .idea/
  18. # if you remove the above rule, at least ignore the following:
  19. # User-specific stuff:
  20. # .idea/workspace.xml
  21. # .idea/tasks.xml
  22. # .idea/dictionaries
  23. # Sensitive or high-churn files:
  24. # .idea/dataSources.ids
  25. # .idea/dataSources.xml
  26. # .idea/sqlDataSources.xml
  27. # .idea/dynamic.xml
  28. # .idea/uiDesigner.xml
  29. # Gradle:
  30. # .idea/gradle.xml
  31. # .idea/libraries
  32. # Mongo Explorer plugin:
  33. # .idea/mongoSettings.xml
  34. ## File-based project format:
  35. *.ipr
  36. *.iws
  37. ## Plugin-specific files:
  38. # IntelliJ
  39. /out/
  40. # mpeltonen/sbt-idea plugin
  41. .idea_modules/
  42. # JIRA plugin
  43. atlassian-ide-plugin.xml
  44. # Crashlytics plugin (for Android Studio and IntelliJ)
  45. com_crashlytics_export_strings.xml
  46. crashlytics.properties
  47. crashlytics-build.properties