.gitignore 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. # ---> WordPress
  2. *.log
  3. .htaccess
  4. sitemap.xml
  5. sitemap.xml.gz
  6. wp-config.php
  7. wp-content/advanced-cache.php
  8. wp-content/backup-db/
  9. wp-content/backups/
  10. wp-content/blogs.dir/
  11. wp-content/cache/
  12. wp-content/upgrade/
  13. wp-content/uploads/
  14. wp-content/wp-cache-config.php
  15. wp-content/plugins/hello.php
  16. /readme.html
  17. /license.txt
  18. # ---> PhpStorm
  19. # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
  20. # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
  21. # User-specific stuff:
  22. .idea/**/workspace.xml
  23. .idea/**/tasks.xml
  24. .idea/dictionaries
  25. # Sensitive or high-churn files:
  26. .idea/**/dataSources/
  27. .idea/**/dataSources.ids
  28. .idea/**/dataSources.xml
  29. .idea/**/dataSources.local.xml
  30. .idea/**/sqlDataSources.xml
  31. .idea/**/dynamic.xml
  32. .idea/**/uiDesigner.xml
  33. # Gradle:
  34. .idea/**/gradle.xml
  35. .idea/**/libraries
  36. # CMake
  37. cmake-build-debug/
  38. # Mongo Explorer plugin:
  39. .idea/**/mongoSettings.xml
  40. ## File-based project format:
  41. *.iws
  42. ## Plugin-specific files:
  43. # IntelliJ
  44. /out/
  45. # mpeltonen/sbt-idea plugin
  46. .idea_modules/
  47. # JIRA plugin
  48. atlassian-ide-plugin.xml
  49. # Cursive Clojure plugin
  50. .idea/replstate.xml
  51. # Ruby plugin and RubyMine
  52. /.rakeTasks
  53. # Crashlytics plugin (for Android Studio and IntelliJ)
  54. com_crashlytics_export_strings.xml
  55. crashlytics.properties
  56. crashlytics-build.properties
  57. fabric.properties
  58. ### PhpStorm Patch ###
  59. # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
  60. # *.iml
  61. # modules.xml
  62. # .idea/misc.xml
  63. # *.ipr
  64. # Sonarlint plugin
  65. .idea/sonarlint
  66. # ---> Vim
  67. [._]*.s[a-w][a-z]
  68. [._]s[a-w][a-z]
  69. *.un~
  70. Session.vim
  71. .netrwhist
  72. *~
  73. # ---> VirtualEnv
  74. # Virtualenv
  75. # http://iamzed.com/2009/05/07/a-primer-on-virtualenv/
  76. .Python
  77. [Bb]in
  78. [Ii]nclude
  79. [Ll]ib
  80. [Ll]ocal
  81. [Ss]cripts
  82. pyvenv.cfg
  83. pip-selfcheck.json
  84. # ---> VisualStudio
  85. ## Ignore Visual Studio temporary files, build results, and
  86. ## files generated by popular Visual Studio add-ons.
  87. # User-specific files
  88. *.suo
  89. *.user
  90. *.userosscache
  91. *.sln.docstates
  92. # User-specific files (MonoDevelop/Xamarin Studio)
  93. *.userprefs
  94. # Build results
  95. [Dd]ebug/
  96. [Dd]ebugPublic/
  97. [Rr]elease/
  98. [Rr]eleases/
  99. x64/
  100. x86/
  101. build/
  102. bld/
  103. [Bb]in/
  104. [Oo]bj/
  105. # Visual Studio 2015 cache/options directory
  106. .vs/
  107. # Uncomment if you have tasks that create the project's static files in wwwroot
  108. #wwwroot/
  109. # MSTest test Results
  110. [Tt]est[Rr]esult*/
  111. [Bb]uild[Ll]og.*
  112. # NUNIT
  113. *.VisualState.xml
  114. TestResult.xml
  115. # Build Results of an ATL Project
  116. [Dd]ebugPS/
  117. [Rr]eleasePS/
  118. dlldata.c
  119. # DNX
  120. project.lock.json
  121. artifacts/
  122. *_i.c
  123. *_p.c
  124. *_i.h
  125. *.ilk
  126. *.meta
  127. *.obj
  128. *.pch
  129. *.pdb
  130. *.pgc
  131. *.pgd
  132. *.rsp
  133. *.sbr
  134. *.tlb
  135. *.tli
  136. *.tlh
  137. *.tmp
  138. *.tmp_proj
  139. *.log
  140. *.vspscc
  141. *.vssscc
  142. .builds
  143. *.pidb
  144. *.svclog
  145. *.scc
  146. # Chutzpah Test files
  147. _Chutzpah*
  148. # Visual C++ cache files
  149. ipch/
  150. *.aps
  151. *.ncb
  152. *.opensdf
  153. *.sdf
  154. *.cachefile
  155. # Visual Studio profiler
  156. *.psess
  157. *.vsp
  158. *.vspx
  159. *.sap
  160. # TFS 2012 Local Workspace
  161. $tf/
  162. # Guidance Automation Toolkit
  163. *.gpState
  164. # ReSharper is a .NET coding add-in
  165. _ReSharper*/
  166. *.[Rr]e[Ss]harper
  167. *.DotSettings.user
  168. # JustCode is a .NET coding add-in
  169. .JustCode
  170. # TeamCity is a build add-in
  171. _TeamCity*
  172. # DotCover is a Code Coverage Tool
  173. *.dotCover
  174. # NCrunch
  175. _NCrunch_*
  176. .*crunch*.local.xml
  177. nCrunchTemp_*
  178. # MightyMoose
  179. *.mm.*
  180. AutoTest.Net/
  181. # Web workbench (sass)
  182. .sass-cache/
  183. # Installshield output folder
  184. [Ee]xpress/
  185. # DocProject is a documentation generator add-in
  186. DocProject/buildhelp/
  187. DocProject/Help/*.HxT
  188. DocProject/Help/*.HxC
  189. DocProject/Help/*.hhc
  190. DocProject/Help/*.hhk
  191. DocProject/Help/*.hhp
  192. DocProject/Help/Html2
  193. DocProject/Help/html
  194. # Click-Once directory
  195. publish/
  196. # Publish Web Output
  197. *.[Pp]ublish.xml
  198. *.azurePubxml
  199. # TODO: Comment the next line if you want to checkin your web deploy settings
  200. # but database connection strings (with potential passwords) will be unencrypted
  201. *.pubxml
  202. *.publishproj
  203. # NuGet Packages
  204. *.nupkg
  205. # The packages folder can be ignored because of Package Restore
  206. **/packages/*
  207. # except build/, which is used as an MSBuild target.
  208. !**/packages/build/
  209. # Uncomment if necessary however generally it will be regenerated when needed
  210. #!**/packages/repositories.config
  211. # Windows Azure Build Output
  212. csx/
  213. *.build.csdef
  214. # Windows Store app package directory
  215. AppPackages/
  216. # Visual Studio cache files
  217. # files ending in .cache can be ignored
  218. *.[Cc]ache
  219. # but keep track of directories ending in .cache
  220. !*.[Cc]ache/
  221. # Others
  222. ClientBin/
  223. [Ss]tyle[Cc]op.*
  224. ~$*
  225. *~
  226. *.dbmdl
  227. *.dbproj.schemaview
  228. *.pfx
  229. *.publishsettings
  230. node_modules/
  231. orleans.codegen.cs
  232. # RIA/Silverlight projects
  233. Generated_Code/
  234. # Backup & report files from converting an old project file
  235. # to a newer Visual Studio version. Backup files are not needed,
  236. # because we have git ;-)
  237. _UpgradeReport_Files/
  238. Backup*/
  239. UpgradeLog*.XML
  240. UpgradeLog*.htm
  241. # SQL Server files
  242. *.mdf
  243. *.ldf
  244. # Business Intelligence projects
  245. *.rdl.data
  246. *.bim.layout
  247. *.bim_*.settings
  248. # Microsoft Fakes
  249. FakesAssemblies/
  250. # Node.js Tools for Visual Studio
  251. .ntvs_analysis.dat
  252. # Visual Studio 6 build log
  253. *.plg
  254. # Visual Studio 6 workspace options file
  255. *.opt
  256. # Visual Studio LightSwitch build output
  257. **/*.HTMLClient/GeneratedArtifacts
  258. **/*.DesktopClient/GeneratedArtifacts
  259. **/*.DesktopClient/ModelManifest.xml
  260. **/*.Server/GeneratedArtifacts
  261. **/*.Server/ModelManifest.xml
  262. _Pvt_Extensions
  263. # ---> VisualStudioCode
  264. .settings
  265. # ---> Sass
  266. .sass-cache/
  267. *.css.map