.gitignore 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. # Fichiers de configuration du projet
  2. libs/_settings.php
  3. # Created by .ignore support plugin (hsz.mobi)
  4. ### Composer template
  5. composer.phar
  6. /vendor/
  7. # Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
  8. # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
  9. # composer.lock
  10. ### Node template
  11. # Logs
  12. logs
  13. *.log
  14. npm-debug.log*
  15. yarn-debug.log*
  16. yarn-error.log*
  17. lerna-debug.log*
  18. # Diagnostic reports (https://nodejs.org/api/report.html)
  19. report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
  20. # Runtime data
  21. pids
  22. *.pid
  23. *.seed
  24. *.pid.lock
  25. # Directory for instrumented libs generated by jscoverage/JSCover
  26. lib-cov
  27. # Coverage directory used by tools like istanbul
  28. coverage
  29. *.lcov
  30. # nyc test coverage
  31. .nyc_output
  32. # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
  33. .grunt
  34. # Bower dependency directory (https://bower.io/)
  35. bower_components
  36. # node-waf configuration
  37. .lock-wscript
  38. # Compiled binary addons (https://nodejs.org/api/addons.html)
  39. build/Release
  40. # Dependency directories
  41. node_modules/
  42. jspm_packages/
  43. # Snowpack dependency directory (https://snowpack.dev/)
  44. web_modules/
  45. # TypeScript cache
  46. *.tsbuildinfo
  47. # Optional npm cache directory
  48. .npm
  49. # Optional eslint cache
  50. .eslintcache
  51. # Microbundle cache
  52. .rpt2_cache/
  53. .rts2_cache_cjs/
  54. .rts2_cache_es/
  55. .rts2_cache_umd/
  56. # Optional REPL history
  57. .node_repl_history
  58. # Output of 'npm pack'
  59. *.tgz
  60. # Yarn Integrity file
  61. .yarn-integrity
  62. # dotenv environment variables file
  63. .env
  64. .env.test
  65. # parcel-bundler cache (https://parceljs.org/)
  66. .cache
  67. .parcel-cache
  68. # Next.js build output
  69. .next
  70. out
  71. # Nuxt.js build / generate output
  72. .nuxt
  73. dist
  74. # Gatsby files
  75. .cache/
  76. # Comment in the public line in if your project uses Gatsby and not Next.js
  77. # https://nextjs.org/blog/next-9-1#public-directory-support
  78. # public
  79. # vuepress build output
  80. .vuepress/dist
  81. # Serverless directories
  82. .serverless/
  83. # FuseBox cache
  84. .fusebox/
  85. # DynamoDB Local files
  86. .dynamodb/
  87. # TernJS port file
  88. .tern-port
  89. # Stores VSCode versions used for testing VSCode extensions
  90. .vscode-test
  91. # yarn v2
  92. .yarn/cache
  93. .yarn/unplugged
  94. .yarn/build-state.yml
  95. .yarn/install-state.gz
  96. .pnp.*
  97. ### JetBrains template
  98. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
  99. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  100. # User-specific stuff
  101. .idea/**/workspace.xml
  102. .idea/**/tasks.xml
  103. .idea/**/usage.statistics.xml
  104. .idea/**/dictionaries
  105. .idea/**/shelf
  106. *.iml
  107. .idea/
  108. # Generated files
  109. .idea/**/contentModel.xml
  110. # Sensitive or high-churn files
  111. .idea/**/dataSources/
  112. .idea/**/dataSources.ids
  113. .idea/**/dataSources.local.xml
  114. .idea/**/sqlDataSources.xml
  115. .idea/**/dynamic.xml
  116. .idea/**/uiDesigner.xml
  117. .idea/**/dbnavigator.xml
  118. # Gradle
  119. .idea/**/gradle.xml
  120. .idea/**/libraries
  121. # Gradle and Maven with auto-import
  122. # When using Gradle or Maven with auto-import, you should exclude module files,
  123. # since they will be recreated, and may cause churn. Uncomment if using
  124. # auto-import.
  125. # .idea/artifacts
  126. # .idea/compiler.xml
  127. # .idea/jarRepositories.xml
  128. # .idea/modules.xml
  129. # .idea/*.iml
  130. # .idea/modules
  131. # *.iml
  132. # *.ipr
  133. # CMake
  134. cmake-build-*/
  135. # Mongo Explorer plugin
  136. .idea/**/mongoSettings.xml
  137. # File-based project format
  138. *.iws
  139. # IntelliJ
  140. out/
  141. # mpeltonen/sbt-idea plugin
  142. .idea_modules/
  143. # JIRA plugin
  144. atlassian-ide-plugin.xml
  145. # Cursive Clojure plugin
  146. .idea/replstate.xml
  147. # Crashlytics plugin (for Android Studio and IntelliJ)
  148. com_crashlytics_export_strings.xml
  149. crashlytics.properties
  150. crashlytics-build.properties
  151. fabric.properties
  152. # Editor-based Rest Client
  153. .idea/httpRequests
  154. # Android studio 3.1+ serialized cache file
  155. .idea/caches/build_file_checksums.ser
  156. ### Sass template
  157. .sass-cache/
  158. *.css.map
  159. *.sass.map
  160. *.scss.map