|
18 | 18 | /phpunit.xml |
19 | 19 | .phpunit.result.cache |
20 | 20 | ###< phpunit/phpunit ### |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | +# Created by https://www.toptal.com/developers/gitignore/api/jetbrains |
| 25 | +# Edit at https://www.toptal.com/developers/gitignore?templates=jetbrains |
| 26 | + |
| 27 | +### JetBrains ### |
| 28 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| 29 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 30 | + |
| 31 | +# User-specific stuff |
| 32 | +.idea/**/workspace.xml |
| 33 | +.idea/**/tasks.xml |
| 34 | +.idea/**/usage.statistics.xml |
| 35 | +.idea/**/dictionaries |
| 36 | +.idea/**/shelf |
| 37 | + |
| 38 | +# AWS User-specific |
| 39 | +.idea/**/aws.xml |
| 40 | + |
| 41 | +# Generated files |
| 42 | +.idea/**/contentModel.xml |
| 43 | + |
| 44 | +# Sensitive or high-churn files |
| 45 | +.idea/**/dataSources/ |
| 46 | +.idea/**/dataSources.ids |
| 47 | +.idea/**/dataSources.local.xml |
| 48 | +.idea/**/sqlDataSources.xml |
| 49 | +.idea/**/dynamic.xml |
| 50 | +.idea/**/uiDesigner.xml |
| 51 | +.idea/**/dbnavigator.xml |
| 52 | + |
| 53 | +# Gradle |
| 54 | +.idea/**/gradle.xml |
| 55 | +.idea/**/libraries |
| 56 | + |
| 57 | +# Gradle and Maven with auto-import |
| 58 | +# When using Gradle or Maven with auto-import, you should exclude module files, |
| 59 | +# since they will be recreated, and may cause churn. Uncomment if using |
| 60 | +# auto-import. |
| 61 | +# .idea/artifacts |
| 62 | +# .idea/compiler.xml |
| 63 | +# .idea/jarRepositories.xml |
| 64 | +# .idea/modules.xml |
| 65 | +# .idea/*.iml |
| 66 | +# .idea/modules |
| 67 | +# *.iml |
| 68 | +# *.ipr |
| 69 | + |
| 70 | +# CMake |
| 71 | +cmake-build-*/ |
| 72 | + |
| 73 | +# Mongo Explorer plugin |
| 74 | +.idea/**/mongoSettings.xml |
| 75 | + |
| 76 | +# File-based project format |
| 77 | +*.iws |
| 78 | + |
| 79 | +# IntelliJ |
| 80 | +out/ |
| 81 | + |
| 82 | +# mpeltonen/sbt-idea plugin |
| 83 | +.idea_modules/ |
| 84 | + |
| 85 | +# JIRA plugin |
| 86 | +atlassian-ide-plugin.xml |
| 87 | + |
| 88 | +# Cursive Clojure plugin |
| 89 | +.idea/replstate.xml |
| 90 | + |
| 91 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 92 | +com_crashlytics_export_strings.xml |
| 93 | +crashlytics.properties |
| 94 | +crashlytics-build.properties |
| 95 | +fabric.properties |
| 96 | + |
| 97 | +# Editor-based Rest Client |
| 98 | +.idea/httpRequests |
| 99 | + |
| 100 | +# Android studio 3.1+ serialized cache file |
| 101 | +.idea/caches/build_file_checksums.ser |
| 102 | + |
| 103 | +### JetBrains Patch ### |
| 104 | +# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 |
| 105 | + |
| 106 | +# *.iml |
| 107 | +# modules.xml |
| 108 | +# .idea/misc.xml |
| 109 | +# *.ipr |
| 110 | + |
| 111 | +# Sonarlint plugin |
| 112 | +# https://plugins.jetbrains.com/plugin/7973-sonarlint |
| 113 | +.idea/**/sonarlint/ |
| 114 | + |
| 115 | +# SonarQube Plugin |
| 116 | +# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin |
| 117 | +.idea/**/sonarIssues.xml |
| 118 | + |
| 119 | +# Markdown Navigator plugin |
| 120 | +# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced |
| 121 | +.idea/**/markdown-navigator.xml |
| 122 | +.idea/**/markdown-navigator-enh.xml |
| 123 | +.idea/**/markdown-navigator/ |
| 124 | + |
| 125 | +# Cache file creation bug |
| 126 | +# See https://youtrack.jetbrains.com/issue/JBR-2257 |
| 127 | +.idea/$CACHE_FILE$ |
| 128 | + |
| 129 | +# CodeStream plugin |
| 130 | +# https://plugins.jetbrains.com/plugin/12206-codestream |
| 131 | +.idea/codestream.xml |
| 132 | + |
| 133 | +# End of https://www.toptal.com/developers/gitignore/api/jetbrains |
0 commit comments