.gitignore 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. # ---> PhpStorm
  2. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  3. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  4. # User-specific stuff:
  5. .idea/**/workspace.xml
  6. .idea/**/tasks.xml
  7. .idea/dictionaries
  8. .DS_Store
  9. # Sensitive or high-churn files:
  10. .idea/**/dataSources/
  11. .idea/**/dataSources.ids
  12. .idea/**/dataSources.xml
  13. .idea/**/dataSources.local.xml
  14. .idea/**/sqlDataSources.xml
  15. .idea/**/dynamic.xml
  16. .idea/**/uiDesigner.xml
  17. # Gradle:
  18. .idea/**/gradle.xml
  19. .idea/**/libraries
  20. # CMake
  21. cmake-build-debug/
  22. # Mongo Explorer plugin:
  23. .idea/**/mongoSettings.xml
  24. ## File-based project format:
  25. *.iws
  26. ## Plugin-specific files:
  27. # IntelliJ
  28. /out/
  29. # mpeltonen/sbt-idea plugin
  30. .idea_modules/
  31. # JIRA plugin
  32. atlassian-ide-plugin.xml
  33. # Cursive Clojure plugin
  34. .idea/replstate.xml
  35. # Ruby plugin and RubyMine
  36. /.rakeTasks
  37. # Crashlytics plugin (for Android Studio and IntelliJ)
  38. com_crashlytics_export_strings.xml
  39. crashlytics.properties
  40. crashlytics-build.properties
  41. fabric.properties
  42. ### PhpStorm Patch ###
  43. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  44. # *.iml
  45. # modules.xml
  46. # .idea/misc.xml
  47. # *.ipr
  48. # Sonarlint plugin
  49. .idea/sonarlint
  50. .idea
  51. db
  52. data/upload
  53. php_errors.log
  54. /logs/
  55. /hfive/
  56. /data/log/
  57. /data/Download/
  58. /data/config/
  59. /data/session/
  60. /installx/
  61. /data/upload/
  62. server/mac_start.sh
  63. /conf/nginx/nginx-debug-http.conf
  64. /data/cards/old/
  65. /test/channel/
  66. /data/cards/memcard.txt
  67. /conf/redis/dump.rdb
  68. /conf/redis/redis.log
  69. /.phpunit.result.cache
  70. /composer.json
  71. /composer.phar
  72. /composer.lock
  73. phpunit.xml
  74. /project
  75. /upfile.php
  76. /icp
  77. /vendor/ezyang
  78. /vendor/maennchen
  79. /vendor/markbaker
  80. /vendor/myclabs
  81. /vendor/phpoffice
  82. /vendor/phpoffice/phpspreadsheet
  83. /vendor/psr
  84. /vendor/symfony
  85. /favicon.ico
  86. */.DS_Store
  87. data/cards
  88. config.ini.php
  89. .env