.gitignore 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. ### Composer template
  2. composer.phar
  3. vendor/
  4. # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
  5. # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
  6. # composer.lock
  7. ### Windows template
  8. # Windows image file caches
  9. Thumbs.db
  10. ehthumbs.db
  11. # Folder config file
  12. Desktop.ini
  13. # Recycle Bin used on file shares
  14. $RECYCLE.BIN/
  15. # Windows Installer files
  16. *.cab
  17. *.msi
  18. *.msm
  19. *.msp
  20. # Windows shortcuts
  21. *.lnk
  22. ### OSX template
  23. .DS_Store
  24. .AppleDouble
  25. .LSOverride
  26. # Icon must end with two \r
  27. Icon��
  28. # Thumbnails
  29. ._*
  30. # Files that might appear in the root of a volume
  31. .DocumentRevisions-V100
  32. .fseventsd
  33. .Spotlight-V100
  34. .TemporaryItems
  35. .Trashes
  36. .VolumeIcon.icns
  37. # Directories potentially created on remote AFP share
  38. .AppleDB
  39. .AppleDesktop
  40. Network Trash Folder
  41. Temporary Items
  42. .apdisk
  43. ### JetBrains template
  44. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion
  45. *.iml
  46. ## Directory-based project format:
  47. .idea/
  48. # if you remove the above rule, at least ignore the following:
  49. # User-specific stuff:
  50. # .idea/workspace.xml
  51. # .idea/tasks.xml
  52. # .idea/dictionaries
  53. # Sensitive or high-churn files:
  54. # .idea/dataSources.ids
  55. # .idea/dataSources.xml
  56. # .idea/sqlDataSources.xml
  57. # .idea/dynamic.xml
  58. # .idea/uiDesigner.xml
  59. # Gradle:
  60. # .idea/gradle.xml
  61. # .idea/libraries
  62. # Mongo Explorer plugin:
  63. # .idea/mongoSettings.xml
  64. ## File-based project format:
  65. *.ipr
  66. *.iws
  67. ## Plugin-specific files:
  68. # IntelliJ
  69. /out/
  70. # mpeltonen/sbt-idea plugin
  71. .idea_modules/
  72. # JIRA plugin
  73. atlassian-ide-plugin.xml
  74. # Crashlytics plugin (for Android Studio and IntelliJ)
  75. com_crashlytics_export_strings.xml
  76. crashlytics.properties
  77. crashlytics-build.properties
  78. ### Linux template
  79. *~
  80. # KDE directory preferences
  81. .directory
  82. # Linux trash folder which might appear on any partition or disk
  83. .Trash-*
  84. composer.lock
  85. bin/