.gitignore 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. # ---> Eclipse
  2. *.pydevproject
  3. .metadata
  4. .gradle
  5. bin/
  6. tmp/
  7. *.tmp
  8. *.bak
  9. *.swp
  10. *~.nib
  11. local.properties
  12. .settings/
  13. .loadpath
  14. # Eclipse Core
  15. .project
  16. # External tool builders
  17. .externalToolBuilders/
  18. # Locally stored "Eclipse launch configurations"
  19. *.launch
  20. # CDT-specific
  21. .cproject
  22. # JDT-specific (Eclipse Java Development Tools)
  23. .classpath
  24. # Java annotation processor (APT)
  25. .factorypath
  26. # PDT-specific
  27. .buildpath
  28. # sbteclipse plugin
  29. .target
  30. # TeXlipse plugin
  31. .texlipse
  32. # ---> JetBrains
  33. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
  34. *.iml
  35. ## Directory-based project format:
  36. .idea/
  37. # if you remove the above rule, at least ignore the following:
  38. # User-specific stuff:
  39. # .idea/workspace.xml
  40. # .idea/tasks.xml
  41. # .idea/dictionaries
  42. # Sensitive or high-churn files:
  43. # .idea/dataSources.ids
  44. # .idea/dataSources.xml
  45. # .idea/sqlDataSources.xml
  46. # .idea/dynamic.xml
  47. # .idea/uiDesigner.xml
  48. # Gradle:
  49. # .idea/gradle.xml
  50. # .idea/libraries
  51. # Mongo Explorer plugin:
  52. # .idea/mongoSettings.xml
  53. ## File-based project format:
  54. *.ipr
  55. *.iws
  56. ## Plugin-specific files:
  57. # IntelliJ
  58. /out/
  59. # mpeltonen/sbt-idea plugin
  60. .idea_modules/
  61. # JIRA plugin
  62. atlassian-ide-plugin.xml
  63. # Crashlytics plugin (for Android Studio and IntelliJ)
  64. com_crashlytics_export_strings.xml
  65. crashlytics.properties
  66. crashlytics-build.properties
  67. # ---> VisualStudioCode
  68. .settings
  69. classes