|
| 1 | +### Composer ### |
| 2 | +composer.phar |
1 | 3 | /vendor/
|
2 |
| -/.vscode/ |
| 4 | + |
| 5 | +# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control |
| 6 | +# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file |
3 | 7 | composer.lock
|
| 8 | + |
| 9 | +### PHPUnit ### |
| 10 | +# Covers PHPUnit |
| 11 | +# Reference: https://phpunit.de/ |
| 12 | + |
| 13 | +# Generated files |
| 14 | +.phpunit.result.cache |
| 15 | +.phpunit.cache |
| 16 | + |
| 17 | +# PHPUnit |
| 18 | +/app/phpunit.xml |
| 19 | +/phpunit.xml |
| 20 | + |
| 21 | +# Build data |
| 22 | +/build/ |
| 23 | + |
| 24 | +### PhpStorm ### |
| 25 | +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
| 26 | +# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 27 | + |
| 28 | +# User-specific stuff |
| 29 | +.idea/**/workspace.xml |
| 30 | +.idea/**/tasks.xml |
| 31 | +.idea/**/usage.statistics.xml |
| 32 | +.idea/**/dictionaries |
| 33 | +.idea/**/shelf |
| 34 | + |
| 35 | +# AWS User-specific |
| 36 | +.idea/**/aws.xml |
| 37 | + |
| 38 | +# Generated files |
| 39 | +.idea/**/contentModel.xml |
| 40 | + |
| 41 | +# Sensitive or high-churn files |
| 42 | +.idea/**/dataSources/ |
| 43 | +.idea/**/dataSources.ids |
| 44 | +.idea/**/dataSources.local.xml |
| 45 | +.idea/**/sqlDataSources.xml |
| 46 | +.idea/**/dynamic.xml |
| 47 | +.idea/**/uiDesigner.xml |
| 48 | +.idea/**/dbnavigator.xml |
| 49 | + |
| 50 | +# Gradle |
| 51 | +.idea/**/gradle.xml |
| 52 | +.idea/**/libraries |
| 53 | + |
| 54 | +# Gradle and Maven with auto-import |
| 55 | +# When using Gradle or Maven with auto-import, you should exclude module files, |
| 56 | +# since they will be recreated, and may cause churn. Uncomment if using |
| 57 | +# auto-import. |
| 58 | +# .idea/artifacts |
| 59 | +# .idea/compiler.xml |
| 60 | +# .idea/jarRepositories.xml |
| 61 | +# .idea/modules.xml |
| 62 | +# .idea/*.iml |
| 63 | +# .idea/modules |
| 64 | +# *.iml |
| 65 | +# *.ipr |
| 66 | + |
| 67 | +# CMake |
| 68 | +cmake-build-*/ |
| 69 | + |
| 70 | +# Mongo Explorer plugin |
| 71 | +.idea/**/mongoSettings.xml |
| 72 | + |
| 73 | +# File-based project format |
| 74 | +*.iws |
| 75 | + |
| 76 | +# IntelliJ |
| 77 | +out/ |
| 78 | + |
| 79 | +# mpeltonen/sbt-idea plugin |
| 80 | +.idea_modules/ |
| 81 | + |
| 82 | +# JIRA plugin |
| 83 | +atlassian-ide-plugin.xml |
| 84 | + |
| 85 | +# Cursive Clojure plugin |
| 86 | +.idea/replstate.xml |
| 87 | + |
| 88 | +# SonarLint plugin |
| 89 | +.idea/sonarlint/ |
| 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 | +### PhpStorm 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 | +# Azure Toolkit for IntelliJ plugin |
| 134 | +# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij |
| 135 | +.idea/**/azureSettings.xml |
| 136 | + |
| 137 | +### Vim ### |
| 138 | +# Swap |
| 139 | +[._]*.s[a-v][a-z] |
| 140 | +!*.svg # comment out if you don't need vector files |
| 141 | +[._]*.sw[a-p] |
| 142 | +[._]s[a-rt-v][a-z] |
| 143 | +[._]ss[a-gi-z] |
| 144 | +[._]sw[a-p] |
| 145 | + |
| 146 | +# Session |
| 147 | +Session.vim |
| 148 | +Sessionx.vim |
| 149 | + |
| 150 | +# Temporary |
| 151 | +.netrwhist |
| 152 | +*~ |
| 153 | +# Auto-generated tag files |
| 154 | +tags |
| 155 | +# Persistent undo |
| 156 | +[._]*.un~ |
| 157 | + |
| 158 | +### VisualStudioCode ### |
| 159 | +.vscode/* |
| 160 | +!.vscode/settings.json |
| 161 | +!.vscode/tasks.json |
| 162 | +!.vscode/launch.json |
| 163 | +!.vscode/extensions.json |
| 164 | +!.vscode/*.code-snippets |
| 165 | + |
| 166 | +# Local History for Visual Studio Code |
| 167 | +.history/ |
| 168 | + |
| 169 | +# Built Visual Studio Code Extensions |
| 170 | +*.vsix |
| 171 | + |
| 172 | +### VisualStudioCode Patch ### |
| 173 | +# Ignore all local history of files |
| 174 | +.history |
| 175 | +.ionide |
| 176 | + |
| 177 | +# Support for Project snippet scope |
| 178 | +.vscode/*.code-snippets |
| 179 | + |
| 180 | +# Ignore code-workspaces |
| 181 | +*.code-workspace |
| 182 | + |
| 183 | +### Linux ### |
| 184 | +*~ |
| 185 | + |
| 186 | +# temporary files which can be created if a process still has a handle open of a deleted file |
| 187 | +.fuse_hidden* |
| 188 | + |
| 189 | +# KDE directory preferences |
| 190 | +.directory |
| 191 | + |
| 192 | +# Linux trash folder which might appear on any partition or disk |
| 193 | +.Trash-* |
| 194 | + |
| 195 | +# .nfs files are created when an open file is removed but is still being accessed |
| 196 | +.nfs* |
| 197 | + |
| 198 | +### macOS ### |
| 199 | +# General |
| 200 | +.DS_Store |
| 201 | +.AppleDouble |
| 202 | +.LSOverride |
| 203 | + |
| 204 | +# Icon must end with two \r |
| 205 | +Icon |
| 206 | + |
| 207 | + |
| 208 | +# Thumbnails |
| 209 | +._* |
| 210 | + |
| 211 | +# Files that might appear in the root of a volume |
| 212 | +.DocumentRevisions-V100 |
| 213 | +.fseventsd |
| 214 | +.Spotlight-V100 |
| 215 | +.TemporaryItems |
| 216 | +.Trashes |
| 217 | +.VolumeIcon.icns |
| 218 | +.com.apple.timemachine.donotpresent |
| 219 | + |
| 220 | +# Directories potentially created on remote AFP share |
| 221 | +.AppleDB |
| 222 | +.AppleDesktop |
| 223 | +Network Trash Folder |
| 224 | +Temporary Items |
| 225 | +.apdisk |
| 226 | + |
| 227 | +### macOS Patch ### |
| 228 | +# iCloud generated files |
| 229 | +*.icloud |
| 230 | + |
| 231 | +### Windows ### |
| 232 | +# Windows thumbnail cache files |
| 233 | +Thumbs.db |
| 234 | +Thumbs.db:encryptable |
| 235 | +ehthumbs.db |
| 236 | +ehthumbs_vista.db |
| 237 | + |
| 238 | +# Dump file |
| 239 | +*.stackdump |
| 240 | + |
| 241 | +# Folder config file |
| 242 | +[Dd]esktop.ini |
| 243 | + |
| 244 | +# Recycle Bin used on file shares |
| 245 | +$RECYCLE.BIN/ |
| 246 | + |
| 247 | +# Windows Installer files |
| 248 | +*.cab |
| 249 | +*.msi |
| 250 | +*.msix |
| 251 | +*.msm |
| 252 | +*.msp |
| 253 | + |
| 254 | +# Windows shortcuts |
| 255 | +*.lnk |
0 commit comments