.gitignore 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. # ---> Actionscript
  2. # Build and Release Folders
  3. bin/
  4. bin-debug/
  5. bin-release/
  6. # Other files and folders
  7. .settings/
  8. # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties`
  9. # should NOT be excluded as they contain compiler settings and other important
  10. # information for Eclipse / Flash Builder.
  11. # ---> AppEngine
  12. # Google App Engine generated folder
  13. appengine-generated/
  14. # ---> Anjuta
  15. # Local configuration folder and symbol database
  16. /.anjuta/
  17. /.anjuta_sym_db.db
  18. # ---> Android
  19. # Built application files
  20. *.apk
  21. *.ap_
  22. # Files for the Dalvik VM
  23. *.dex
  24. # Java class files
  25. *.class
  26. # Generated files
  27. bin/
  28. gen/
  29. # Gradle files
  30. .gradle/
  31. build/
  32. # Local configuration file (sdk path, etc)
  33. local.properties
  34. # Proguard folder generated by Eclipse
  35. proguard/
  36. # Log Files
  37. *.log
  38. # Android Studio Navigation editor temp files
  39. .navigation/
  40. # Android Studio captures folder
  41. captures/
  42. # ---> AppceleratorTitanium
  43. # Build folder and log file
  44. build/
  45. build.log
  46. # ---> Agda
  47. *.agdai
  48. # ---> PhpStorm
  49. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  50. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  51. # User-specific stuff:
  52. .idea/**/workspace.xml
  53. .idea/**/tasks.xml
  54. .idea/dictionaries
  55. # Sensitive or high-churn files:
  56. .idea/**/dataSources/
  57. .idea/**/dataSources.ids
  58. .idea/**/dataSources.xml
  59. .idea/**/dataSources.local.xml
  60. .idea/**/sqlDataSources.xml
  61. .idea/**/dynamic.xml
  62. .idea/**/uiDesigner.xml
  63. # Gradle:
  64. .idea/**/gradle.xml
  65. .idea/**/libraries
  66. # CMake
  67. cmake-build-debug/
  68. # Mongo Explorer plugin:
  69. .idea/**/mongoSettings.xml
  70. ## File-based project format:
  71. *.iws
  72. ## Plugin-specific files:
  73. # IntelliJ
  74. /out/
  75. # mpeltonen/sbt-idea plugin
  76. .idea_modules/
  77. # JIRA plugin
  78. atlassian-ide-plugin.xml
  79. # Cursive Clojure plugin
  80. .idea/replstate.xml
  81. # Ruby plugin and RubyMine
  82. /.rakeTasks
  83. # Crashlytics plugin (for Android Studio and IntelliJ)
  84. com_crashlytics_export_strings.xml
  85. crashlytics.properties
  86. crashlytics-build.properties
  87. fabric.properties
  88. ### PhpStorm Patch ###
  89. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  90. # *.iml
  91. # modules.xml
  92. # .idea/misc.xml
  93. # *.ipr
  94. # Sonarlint plugin
  95. .idea/sonarlint