Revize 1c8653e4
Přidáno uživatelem Lukáš Vlček před téměř 3 roky(ů)
.gitignore | ||
---|---|---|
396 | 396 |
|
397 | 397 |
# JetBrains Rider |
398 | 398 |
*.sln.iml |
399 |
.DS_Store |
|
400 |
|
|
401 |
|
|
402 |
|
|
403 |
|
|
404 |
|
|
405 |
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider |
|
406 |
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 |
|
407 |
|
|
408 |
# User-specific stuff |
|
409 |
.idea/**/workspace.xml |
|
410 |
.idea/**/tasks.xml |
|
411 |
.idea/**/usage.statistics.xml |
|
412 |
.idea/**/dictionaries |
|
413 |
.idea/**/shelf |
|
414 |
|
|
415 |
# AWS User-specific |
|
416 |
.idea/**/aws.xml |
|
417 |
|
|
418 |
# Generated files |
|
419 |
.idea/**/contentModel.xml |
|
420 |
|
|
421 |
# Sensitive or high-churn files |
|
422 |
.idea/**/dataSources/ |
|
423 |
.idea/**/dataSources.ids |
|
424 |
.idea/**/dataSources.local.xml |
|
425 |
.idea/**/sqlDataSources.xml |
|
426 |
.idea/**/dynamic.xml |
|
427 |
.idea/**/uiDesigner.xml |
|
428 |
.idea/**/dbnavigator.xml |
|
429 |
|
|
430 |
# Gradle |
|
431 |
.idea/**/gradle.xml |
|
432 |
.idea/**/libraries |
|
433 |
|
|
434 |
# Gradle and Maven with auto-import |
|
435 |
# When using Gradle or Maven with auto-import, you should exclude module files, |
|
436 |
# since they will be recreated, and may cause churn. Uncomment if using |
|
437 |
# auto-import. |
|
438 |
# .idea/artifacts |
|
439 |
# .idea/compiler.xml |
|
440 |
# .idea/jarRepositories.xml |
|
441 |
# .idea/modules.xml |
|
442 |
# .idea/*.iml |
|
443 |
# .idea/modules |
|
444 |
# *.iml |
|
445 |
# *.ipr |
|
446 |
|
|
447 |
# CMake |
|
448 |
cmake-build-*/ |
|
449 |
|
|
450 |
# Mongo Explorer plugin |
|
451 |
.idea/**/mongoSettings.xml |
|
452 |
|
|
453 |
# File-based project format |
|
454 |
*.iws |
|
455 |
|
|
456 |
# IntelliJ |
|
457 |
out/ |
|
458 |
|
|
459 |
# mpeltonen/sbt-idea plugin |
|
460 |
.idea_modules/ |
|
461 |
|
|
462 |
# JIRA plugin |
|
463 |
atlassian-ide-plugin.xml |
|
464 |
|
|
465 |
# Cursive Clojure plugin |
|
466 |
.idea/replstate.xml |
|
467 |
|
|
468 |
# SonarLint plugin |
|
469 |
.idea/sonarlint/ |
|
470 |
|
|
471 |
# Crashlytics plugin (for Android Studio and IntelliJ) |
|
472 |
com_crashlytics_export_strings.xml |
|
473 |
crashlytics.properties |
|
474 |
crashlytics-build.properties |
|
475 |
fabric.properties |
|
476 |
|
|
477 |
# Editor-based Rest Client |
|
478 |
.idea/httpRequests |
|
479 |
|
|
480 |
# Android studio 3.1+ serialized cache file |
|
481 |
.idea/caches/build_file_checksums.ser |
Také k dispozici: Unified diff
GitIgnore - WebStorm files added