Ed Tanous | 0fdddb1 | 2017-02-28 11:06:34 -0800 | [diff] [blame] | 1 | /build* |
| 2 | *.pem |
| 3 | *.crt |
| 4 | *.key |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 5 | |
Johnathan Mantey | 8f52ee5 | 2020-03-11 14:30:52 -0700 | [diff] [blame] | 6 | /include/config.h |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 7 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 8 | # Created by https://www.toptal.com/developers/gitignore/api/osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode,eclipse,meson |
| 9 | # Edit at https://www.toptal.com/developers/gitignore?templates=osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode,eclipse,meson |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 10 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 11 | ### Eclipse ### |
| 12 | .metadata |
| 13 | bin/ |
| 14 | tmp/ |
| 15 | *.tmp |
| 16 | *.bak |
| 17 | *.swp |
| 18 | *~.nib |
| 19 | local.properties |
| 20 | .settings/ |
| 21 | .loadpath |
| 22 | .recommenders |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 23 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 24 | # External tool builders |
| 25 | .externalToolBuilders/ |
| 26 | |
| 27 | # Locally stored "Eclipse launch configurations" |
| 28 | *.launch |
| 29 | |
| 30 | # PyDev specific (Python IDE for Eclipse) |
| 31 | *.pydevproject |
| 32 | |
| 33 | # CDT-specific (C/C++ Development Tooling) |
| 34 | .cproject |
| 35 | |
| 36 | # CDT- autotools |
| 37 | .autotools |
| 38 | |
| 39 | # Java annotation processor (APT) |
| 40 | .factorypath |
| 41 | |
| 42 | # PDT-specific (PHP Development Tools) |
| 43 | .buildpath |
| 44 | |
| 45 | # sbteclipse plugin |
| 46 | .target |
| 47 | |
| 48 | # Tern plugin |
| 49 | .tern-project |
| 50 | |
| 51 | # TeXlipse plugin |
| 52 | .texlipse |
| 53 | |
| 54 | # STS (Spring Tool Suite) |
| 55 | .springBeans |
| 56 | |
| 57 | # Code Recommenders |
| 58 | .recommenders/ |
| 59 | |
| 60 | # Annotation Processing |
| 61 | .apt_generated/ |
| 62 | .apt_generated_test/ |
| 63 | |
| 64 | # Scala IDE specific (Scala & Java development for Eclipse) |
| 65 | .cache-main |
| 66 | .scala_dependencies |
| 67 | .worksheet |
| 68 | |
| 69 | # Uncomment this line if you wish to ignore the project description file. |
| 70 | # Typically, this file would be tracked if it contains build/dependency configurations: |
| 71 | #.project |
| 72 | |
| 73 | ### Eclipse Patch ### |
| 74 | # Spring Boot Tooling |
| 75 | .sts4-cache/ |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 76 | |
| 77 | ### Intellij ### |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 78 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 79 | # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 80 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 81 | # User-specific stuff |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 82 | .idea/**/workspace.xml |
| 83 | .idea/**/tasks.xml |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 84 | .idea/**/usage.statistics.xml |
| 85 | .idea/**/dictionaries |
| 86 | .idea/**/shelf |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 87 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 88 | # Generated files |
| 89 | .idea/**/contentModel.xml |
| 90 | |
| 91 | # Sensitive or high-churn files |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 92 | .idea/**/dataSources/ |
| 93 | .idea/**/dataSources.ids |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 94 | .idea/**/dataSources.local.xml |
| 95 | .idea/**/sqlDataSources.xml |
| 96 | .idea/**/dynamic.xml |
| 97 | .idea/**/uiDesigner.xml |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 98 | .idea/**/dbnavigator.xml |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 99 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 100 | # Gradle |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 101 | .idea/**/gradle.xml |
| 102 | .idea/**/libraries |
| 103 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 104 | # Gradle and Maven with auto-import |
| 105 | # When using Gradle or Maven with auto-import, you should exclude module files, |
| 106 | # since they will be recreated, and may cause churn. Uncomment if using |
| 107 | # auto-import. |
| 108 | # .idea/artifacts |
| 109 | # .idea/compiler.xml |
| 110 | # .idea/jarRepositories.xml |
| 111 | # .idea/modules.xml |
| 112 | # .idea/*.iml |
| 113 | # .idea/modules |
| 114 | # *.iml |
| 115 | # *.ipr |
| 116 | |
| 117 | # CMake |
| 118 | cmake-build-*/ |
| 119 | |
| 120 | # Mongo Explorer plugin |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 121 | .idea/**/mongoSettings.xml |
| 122 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 123 | # File-based project format |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 124 | *.iws |
| 125 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 126 | # IntelliJ |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 127 | out/ |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 128 | |
| 129 | # mpeltonen/sbt-idea plugin |
| 130 | .idea_modules/ |
| 131 | |
| 132 | # JIRA plugin |
| 133 | atlassian-ide-plugin.xml |
| 134 | |
| 135 | # Cursive Clojure plugin |
| 136 | .idea/replstate.xml |
| 137 | |
| 138 | # Crashlytics plugin (for Android Studio and IntelliJ) |
| 139 | com_crashlytics_export_strings.xml |
| 140 | crashlytics.properties |
| 141 | crashlytics-build.properties |
| 142 | fabric.properties |
| 143 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 144 | # Editor-based Rest Client |
| 145 | .idea/httpRequests |
| 146 | |
| 147 | # Android studio 3.1+ serialized cache file |
| 148 | .idea/caches/build_file_checksums.ser |
| 149 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 150 | ### Intellij Patch ### |
| 151 | # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 |
| 152 | |
| 153 | # *.iml |
| 154 | # modules.xml |
| 155 | # .idea/misc.xml |
| 156 | # *.ipr |
| 157 | |
| 158 | # Sonarlint plugin |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 159 | # https://plugins.jetbrains.com/plugin/7973-sonarlint |
| 160 | .idea/**/sonarlint/ |
| 161 | |
| 162 | # SonarQube Plugin |
| 163 | # https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin |
| 164 | .idea/**/sonarIssues.xml |
| 165 | |
| 166 | # Markdown Navigator plugin |
| 167 | # https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced |
| 168 | .idea/**/markdown-navigator.xml |
| 169 | .idea/**/markdown-navigator-enh.xml |
| 170 | .idea/**/markdown-navigator/ |
| 171 | |
| 172 | # Cache file creation bug |
| 173 | # See https://youtrack.jetbrains.com/issue/JBR-2257 |
| 174 | .idea/$CACHE_FILE$ |
| 175 | |
| 176 | # CodeStream plugin |
| 177 | # https://plugins.jetbrains.com/plugin/12206-codestream |
| 178 | .idea/codestream.xml |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 179 | |
| 180 | ### Linux ### |
| 181 | *~ |
| 182 | |
| 183 | # temporary files which can be created if a process still has a handle open of a deleted file |
| 184 | .fuse_hidden* |
| 185 | |
| 186 | # KDE directory preferences |
| 187 | .directory |
| 188 | |
| 189 | # Linux trash folder which might appear on any partition or disk |
| 190 | .Trash-* |
| 191 | |
| 192 | # .nfs files are created when an open file is removed but is still being accessed |
| 193 | .nfs* |
| 194 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 195 | ### Meson ### |
| 196 | # subproject directories |
| 197 | /subprojects/* |
| 198 | !/subprojects/*.wrap |
| 199 | |
| 200 | # Meson Directories |
| 201 | meson-logs |
| 202 | meson-private |
| 203 | |
| 204 | # Meson Files |
| 205 | meson_benchmark_setup.dat |
| 206 | meson_test_setup.dat |
| 207 | sanitycheckcpp.cc # C++ specific |
| 208 | sanitycheckcpp.exe # C++ specific |
| 209 | |
| 210 | # Ninja |
| 211 | build.ninja |
| 212 | .ninja_deps |
| 213 | .ninja_logs |
| 214 | |
| 215 | # Misc |
| 216 | compile_commands.json |
| 217 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 218 | ### OSX ### |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 219 | # General |
| 220 | .DS_Store |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 221 | .AppleDouble |
| 222 | .LSOverride |
| 223 | |
| 224 | # Icon must end with two \r |
| 225 | Icon |
| 226 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 227 | # Thumbnails |
| 228 | ._* |
| 229 | |
| 230 | # Files that might appear in the root of a volume |
| 231 | .DocumentRevisions-V100 |
| 232 | .fseventsd |
| 233 | .Spotlight-V100 |
| 234 | .TemporaryItems |
| 235 | .Trashes |
| 236 | .VolumeIcon.icns |
| 237 | .com.apple.timemachine.donotpresent |
| 238 | |
| 239 | # Directories potentially created on remote AFP share |
| 240 | .AppleDB |
| 241 | .AppleDesktop |
| 242 | Network Trash Folder |
| 243 | Temporary Items |
| 244 | .apdisk |
| 245 | |
| 246 | ### PyCharm ### |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 247 | # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 248 | # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
| 249 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 250 | # User-specific stuff |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 251 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 252 | # Generated files |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 253 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 254 | # Sensitive or high-churn files |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 255 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 256 | # Gradle |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 257 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 258 | # Gradle and Maven with auto-import |
| 259 | # When using Gradle or Maven with auto-import, you should exclude module files, |
| 260 | # since they will be recreated, and may cause churn. Uncomment if using |
| 261 | # auto-import. |
| 262 | # .idea/artifacts |
| 263 | # .idea/compiler.xml |
| 264 | # .idea/jarRepositories.xml |
| 265 | # .idea/modules.xml |
| 266 | # .idea/*.iml |
| 267 | # .idea/modules |
| 268 | # *.iml |
| 269 | # *.ipr |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 270 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 271 | # CMake |
| 272 | |
| 273 | # Mongo Explorer plugin |
| 274 | |
| 275 | # File-based project format |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 276 | |
| 277 | # IntelliJ |
| 278 | |
| 279 | # mpeltonen/sbt-idea plugin |
| 280 | |
| 281 | # JIRA plugin |
| 282 | |
| 283 | # Cursive Clojure plugin |
| 284 | |
| 285 | # Crashlytics plugin (for Android Studio and IntelliJ) |
| 286 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 287 | # Editor-based Rest Client |
| 288 | |
| 289 | # Android studio 3.1+ serialized cache file |
| 290 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 291 | ### PyCharm Patch ### |
| 292 | # Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721 |
| 293 | |
| 294 | # *.iml |
| 295 | # modules.xml |
| 296 | # .idea/misc.xml |
| 297 | # *.ipr |
| 298 | |
| 299 | # Sonarlint plugin |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 300 | # https://plugins.jetbrains.com/plugin/7973-sonarlint |
| 301 | |
| 302 | # SonarQube Plugin |
| 303 | # https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin |
| 304 | |
| 305 | # Markdown Navigator plugin |
| 306 | # https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced |
| 307 | |
| 308 | # Cache file creation bug |
| 309 | # See https://youtrack.jetbrains.com/issue/JBR-2257 |
| 310 | |
| 311 | # CodeStream plugin |
| 312 | # https://plugins.jetbrains.com/plugin/12206-codestream |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 313 | |
| 314 | ### VisualStudioCode ### |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 315 | .vscode/* |
| 316 | !.vscode/settings.json |
| 317 | !.vscode/tasks.json |
| 318 | !.vscode/launch.json |
| 319 | !.vscode/extensions.json |
| 320 | *.code-workspace |
| 321 | |
| 322 | ### VisualStudioCode Patch ### |
| 323 | # Ignore all local history of files |
| 324 | .history |
| 325 | .ionide |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 326 | |
| 327 | ### Windows ### |
| 328 | # Windows thumbnail cache files |
| 329 | Thumbs.db |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 330 | Thumbs.db:encryptable |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 331 | ehthumbs.db |
| 332 | ehthumbs_vista.db |
| 333 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 334 | # Dump file |
| 335 | *.stackdump |
| 336 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 337 | # Folder config file |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 338 | [Dd]esktop.ini |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 339 | |
| 340 | # Recycle Bin used on file shares |
| 341 | $RECYCLE.BIN/ |
| 342 | |
| 343 | # Windows Installer files |
| 344 | *.cab |
| 345 | *.msi |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 346 | *.msix |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 347 | *.msm |
| 348 | *.msp |
| 349 | |
| 350 | # Windows shortcuts |
| 351 | *.lnk |
| 352 | |
| 353 | ### VisualStudio ### |
| 354 | ## Ignore Visual Studio temporary files, build results, and |
| 355 | ## files generated by popular Visual Studio add-ons. |
| 356 | ## |
| 357 | ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore |
| 358 | |
| 359 | # User-specific files |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 360 | *.rsuser |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 361 | *.suo |
| 362 | *.user |
| 363 | *.userosscache |
| 364 | *.sln.docstates |
| 365 | |
| 366 | # User-specific files (MonoDevelop/Xamarin Studio) |
| 367 | *.userprefs |
| 368 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 369 | # Mono auto generated files |
| 370 | mono_crash.* |
| 371 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 372 | # Build results |
| 373 | [Dd]ebug/ |
| 374 | [Dd]ebugPublic/ |
| 375 | [Rr]elease/ |
| 376 | [Rr]eleases/ |
| 377 | x64/ |
| 378 | x86/ |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 379 | [Aa][Rr][Mm]/ |
| 380 | [Aa][Rr][Mm]64/ |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 381 | bld/ |
| 382 | [Bb]in/ |
| 383 | [Oo]bj/ |
| 384 | [Ll]og/ |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 385 | [Ll]ogs/ |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 386 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 387 | # Visual Studio 2015/2017 cache/options directory |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 388 | .vs/ |
| 389 | # Uncomment if you have tasks that create the project's static files in wwwroot |
| 390 | #wwwroot/ |
| 391 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 392 | # Visual Studio 2017 auto generated files |
| 393 | Generated\ Files/ |
| 394 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 395 | # MSTest test Results |
| 396 | [Tt]est[Rr]esult*/ |
| 397 | [Bb]uild[Ll]og.* |
| 398 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 399 | # NUnit |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 400 | *.VisualState.xml |
| 401 | TestResult.xml |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 402 | nunit-*.xml |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 403 | |
| 404 | # Build Results of an ATL Project |
| 405 | [Dd]ebugPS/ |
| 406 | [Rr]eleasePS/ |
| 407 | dlldata.c |
| 408 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 409 | # Benchmark Results |
| 410 | BenchmarkDotNet.Artifacts/ |
| 411 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 412 | # .NET Core |
| 413 | project.lock.json |
| 414 | project.fragment.lock.json |
| 415 | artifacts/ |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 416 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 417 | # StyleCop |
| 418 | StyleCopReport.xml |
| 419 | |
| 420 | # Files built by Visual Studio |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 421 | *_i.c |
| 422 | *_p.c |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 423 | *_h.h |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 424 | *.ilk |
| 425 | *.meta |
| 426 | *.obj |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 427 | *.iobj |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 428 | *.pch |
| 429 | *.pdb |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 430 | *.ipdb |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 431 | *.pgc |
| 432 | *.pgd |
| 433 | *.rsp |
| 434 | *.sbr |
| 435 | *.tlb |
| 436 | *.tli |
| 437 | *.tlh |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 438 | *.tmp_proj |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 439 | *_wpftmp.csproj |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 440 | *.log |
| 441 | *.vspscc |
| 442 | *.vssscc |
| 443 | .builds |
| 444 | *.pidb |
| 445 | *.svclog |
| 446 | *.scc |
| 447 | |
| 448 | # Chutzpah Test files |
| 449 | _Chutzpah* |
| 450 | |
| 451 | # Visual C++ cache files |
| 452 | ipch/ |
| 453 | *.aps |
| 454 | *.ncb |
| 455 | *.opendb |
| 456 | *.opensdf |
| 457 | *.sdf |
| 458 | *.cachefile |
| 459 | *.VC.db |
| 460 | *.VC.VC.opendb |
| 461 | |
| 462 | # Visual Studio profiler |
| 463 | *.psess |
| 464 | *.vsp |
| 465 | *.vspx |
| 466 | *.sap |
| 467 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 468 | # Visual Studio Trace Files |
| 469 | *.e2e |
| 470 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 471 | # TFS 2012 Local Workspace |
| 472 | $tf/ |
| 473 | |
| 474 | # Guidance Automation Toolkit |
| 475 | *.gpState |
| 476 | |
| 477 | # ReSharper is a .NET coding add-in |
| 478 | _ReSharper*/ |
| 479 | *.[Rr]e[Ss]harper |
| 480 | *.DotSettings.user |
| 481 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 482 | # TeamCity is a build add-in |
| 483 | _TeamCity* |
| 484 | |
| 485 | # DotCover is a Code Coverage Tool |
| 486 | *.dotCover |
| 487 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 488 | # AxoCover is a Code Coverage Tool |
| 489 | .axoCover/* |
| 490 | !.axoCover/settings.json |
| 491 | |
| 492 | # Coverlet is a free, cross platform Code Coverage Tool |
| 493 | coverage*[.json, .xml, .info] |
| 494 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 495 | # Visual Studio code coverage results |
| 496 | *.coverage |
| 497 | *.coveragexml |
| 498 | |
| 499 | # NCrunch |
| 500 | _NCrunch_* |
| 501 | .*crunch*.local.xml |
| 502 | nCrunchTemp_* |
| 503 | |
| 504 | # MightyMoose |
| 505 | *.mm.* |
| 506 | AutoTest.Net/ |
| 507 | |
| 508 | # Web workbench (sass) |
| 509 | .sass-cache/ |
| 510 | |
| 511 | # Installshield output folder |
| 512 | [Ee]xpress/ |
| 513 | |
| 514 | # DocProject is a documentation generator add-in |
| 515 | DocProject/buildhelp/ |
| 516 | DocProject/Help/*.HxT |
| 517 | DocProject/Help/*.HxC |
| 518 | DocProject/Help/*.hhc |
| 519 | DocProject/Help/*.hhk |
| 520 | DocProject/Help/*.hhp |
| 521 | DocProject/Help/Html2 |
| 522 | DocProject/Help/html |
| 523 | |
| 524 | # Click-Once directory |
| 525 | publish/ |
| 526 | |
| 527 | # Publish Web Output |
| 528 | *.[Pp]ublish.xml |
| 529 | *.azurePubxml |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 530 | # Note: Comment the next line if you want to checkin your web deploy settings, |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 531 | # but database connection strings (with potential passwords) will be unencrypted |
| 532 | *.pubxml |
| 533 | *.publishproj |
| 534 | |
| 535 | # Microsoft Azure Web App publish settings. Comment the next line if you want to |
| 536 | # checkin your Azure Web App publish settings, but sensitive information contained |
| 537 | # in these scripts will be unencrypted |
| 538 | PublishScripts/ |
| 539 | |
| 540 | # NuGet Packages |
| 541 | *.nupkg |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 542 | # NuGet Symbol Packages |
| 543 | *.snupkg |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 544 | # The packages folder can be ignored because of Package Restore |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 545 | **/[Pp]ackages/* |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 546 | # except build/, which is used as an MSBuild target. |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 547 | !**/[Pp]ackages/build/ |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 548 | # Uncomment if necessary however generally it will be regenerated when needed |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 549 | #!**/[Pp]ackages/repositories.config |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 550 | # NuGet v3's project.json files produces more ignorable files |
| 551 | *.nuget.props |
| 552 | *.nuget.targets |
| 553 | |
| 554 | # Microsoft Azure Build Output |
| 555 | csx/ |
| 556 | *.build.csdef |
| 557 | |
| 558 | # Microsoft Azure Emulator |
| 559 | ecf/ |
| 560 | rcf/ |
| 561 | |
| 562 | # Windows Store app package directories and files |
| 563 | AppPackages/ |
| 564 | BundleArtifacts/ |
| 565 | Package.StoreAssociation.xml |
| 566 | _pkginfo.txt |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 567 | *.appx |
| 568 | *.appxbundle |
| 569 | *.appxupload |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 570 | |
| 571 | # Visual Studio cache files |
| 572 | # files ending in .cache can be ignored |
| 573 | *.[Cc]ache |
| 574 | # but keep track of directories ending in .cache |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 575 | !?*.[Cc]ache/ |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 576 | |
| 577 | # Others |
| 578 | ClientBin/ |
| 579 | ~$* |
| 580 | *.dbmdl |
| 581 | *.dbproj.schemaview |
| 582 | *.jfm |
| 583 | *.pfx |
| 584 | *.publishsettings |
| 585 | orleans.codegen.cs |
| 586 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 587 | # Including strong name files can present a security risk |
| 588 | # (https://github.com/github/gitignore/pull/2483#issue-259490424) |
| 589 | #*.snk |
| 590 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 591 | # Since there are multiple workflows, uncomment next line to ignore bower_components |
| 592 | # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) |
| 593 | #bower_components/ |
| 594 | |
| 595 | # RIA/Silverlight projects |
| 596 | Generated_Code/ |
| 597 | |
| 598 | # Backup & report files from converting an old project file |
| 599 | # to a newer Visual Studio version. Backup files are not needed, |
| 600 | # because we have git ;-) |
| 601 | _UpgradeReport_Files/ |
| 602 | Backup*/ |
| 603 | UpgradeLog*.XML |
| 604 | UpgradeLog*.htm |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 605 | ServiceFabricBackup/ |
| 606 | *.rptproj.bak |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 607 | |
| 608 | # SQL Server files |
| 609 | *.mdf |
| 610 | *.ldf |
| 611 | *.ndf |
| 612 | |
| 613 | # Business Intelligence projects |
| 614 | *.rdl.data |
| 615 | *.bim.layout |
| 616 | *.bim_*.settings |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 617 | *.rptproj.rsuser |
| 618 | *- [Bb]ackup.rdl |
| 619 | *- [Bb]ackup ([0-9]).rdl |
| 620 | *- [Bb]ackup ([0-9][0-9]).rdl |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 621 | |
| 622 | # Microsoft Fakes |
| 623 | FakesAssemblies/ |
| 624 | |
| 625 | # GhostDoc plugin setting file |
| 626 | *.GhostDoc.xml |
| 627 | |
| 628 | # Node.js Tools for Visual Studio |
| 629 | .ntvs_analysis.dat |
| 630 | node_modules/ |
| 631 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 632 | # Visual Studio 6 build log |
| 633 | *.plg |
| 634 | |
| 635 | # Visual Studio 6 workspace options file |
| 636 | *.opt |
| 637 | |
| 638 | # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) |
| 639 | *.vbw |
| 640 | |
| 641 | # Visual Studio LightSwitch build output |
| 642 | **/*.HTMLClient/GeneratedArtifacts |
| 643 | **/*.DesktopClient/GeneratedArtifacts |
| 644 | **/*.DesktopClient/ModelManifest.xml |
| 645 | **/*.Server/GeneratedArtifacts |
| 646 | **/*.Server/ModelManifest.xml |
| 647 | _Pvt_Extensions |
| 648 | |
| 649 | # Paket dependency manager |
| 650 | .paket/paket.exe |
| 651 | paket-files/ |
| 652 | |
| 653 | # FAKE - F# Make |
| 654 | .fake/ |
| 655 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 656 | # CodeRush personal settings |
| 657 | .cr/personal |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 658 | |
| 659 | # Python Tools for Visual Studio (PTVS) |
| 660 | __pycache__/ |
| 661 | *.pyc |
| 662 | |
| 663 | # Cake - Uncomment if you are using it |
| 664 | # tools/** |
| 665 | # !tools/packages.config |
| 666 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 667 | # Tabs Studio |
| 668 | *.tss |
| 669 | |
Ed Tanous | 5679522 | 2017-04-06 13:27:25 -0700 | [diff] [blame] | 670 | # Telerik's JustMock configuration file |
| 671 | *.jmconfig |
| 672 | |
| 673 | # BizTalk build output |
| 674 | *.btp.cs |
| 675 | *.btm.cs |
| 676 | *.odx.cs |
| 677 | *.xsd.cs |
| 678 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 679 | # OpenCover UI analysis results |
| 680 | OpenCover/ |
Kowalski, Kamil | 005a58f | 2018-01-24 13:15:17 +0100 | [diff] [blame] | 681 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 682 | # Azure Stream Analytics local run output |
| 683 | ASALocalRun/ |
Kowalski, Kamil | 005a58f | 2018-01-24 13:15:17 +0100 | [diff] [blame] | 684 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 685 | # MSBuild Binary and Structured Log |
| 686 | *.binlog |
Kowalski, Kamil | 005a58f | 2018-01-24 13:15:17 +0100 | [diff] [blame] | 687 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 688 | # NVidia Nsight GPU debugger configuration file |
| 689 | *.nvuser |
Kowalski, Kamil | 005a58f | 2018-01-24 13:15:17 +0100 | [diff] [blame] | 690 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 691 | # MFractors (Xamarin productivity tool) working folder |
| 692 | .mfractor/ |
Kowalski, Kamil | 005a58f | 2018-01-24 13:15:17 +0100 | [diff] [blame] | 693 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 694 | # Local History for Visual Studio |
| 695 | .localhistory/ |
Kowalski, Kamil | 005a58f | 2018-01-24 13:15:17 +0100 | [diff] [blame] | 696 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 697 | # BeatPulse healthcheck temp database |
| 698 | healthchecksdb |
Kowalski, Kamil | 005a58f | 2018-01-24 13:15:17 +0100 | [diff] [blame] | 699 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 700 | # Backup folder for Package Reference Convert tool in Visual Studio 2017 |
| 701 | MigrationBackup/ |
Kowalski, Kamil | 005a58f | 2018-01-24 13:15:17 +0100 | [diff] [blame] | 702 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 703 | # Ionide (cross platform F# VS Code tools) working folder |
| 704 | .ionide/ |
Kowalski, Kamil | 005a58f | 2018-01-24 13:15:17 +0100 | [diff] [blame] | 705 | |
Wludzik, Jozef | c370fad | 2020-10-14 20:47:12 +0200 | [diff] [blame] | 706 | # End of https://www.toptal.com/developers/gitignore/api/osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode,eclipse,meson |