You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

61 lines
1.1 KiB

7 years ago
  1. # ---> CodeIgniter
  2. */config/development
  3. */logs/log-*.php
  4. !*/logs/index.html
  5. */cache/*
  6. !*/cache/index.html
  7. !*/cache/.htaccess
  8. # ---> JetBrains
  9. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
  10. *.iml
  11. ## Directory-based project format:
  12. .idea/
  13. # if you remove the above rule, at least ignore the following:
  14. # User-specific stuff:
  15. # .idea/workspace.xml
  16. # .idea/tasks.xml
  17. # .idea/dictionaries
  18. # Sensitive or high-churn files:
  19. # .idea/dataSources.ids
  20. # .idea/dataSources.xml
  21. # .idea/sqlDataSources.xml
  22. # .idea/dynamic.xml
  23. # .idea/uiDesigner.xml
  24. # Gradle:
  25. # .idea/gradle.xml
  26. # .idea/libraries
  27. # Mongo Explorer plugin:
  28. # .idea/mongoSettings.xml
  29. ## File-based project format:
  30. *.ipr
  31. *.iws
  32. ## Plugin-specific files:
  33. # IntelliJ
  34. /out/
  35. # mpeltonen/sbt-idea plugin
  36. .idea_modules/
  37. # JIRA plugin
  38. atlassian-ide-plugin.xml
  39. # Crashlytics plugin (for Android Studio and IntelliJ)
  40. com_crashlytics_export_strings.xml
  41. crashlytics.properties
  42. crashlytics-build.properties
  43. node_modules/
  44. _session/
  45. /public_html/files/
  46. /wheeparam/application/cache/*
  47. !/wheeparam/application/cache/index.html
  48. !/wheeparam/application/cache/.htaccess