diff --git a/Android.gitignore b/Android.gitignore index addf405e4f56d4e3825a75cac9ddad2797996e97..d57137223ed15a5f394a98a2477fb1207be37f41 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -54,3 +54,10 @@ google-services.json freeline.py freeline/ freeline_project_description.json + +# fastlane +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots +fastlane/test_output +fastlane/readme.md diff --git a/Dart.gitignore b/Dart.gitignore index 4d2a4d6db7cdd6ddfadeb357a7c33f46ff84c227..7bf00e82cc9e5575bd97873ef8524eab911be3f2 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,6 +1,7 @@ -# See https://www.dartlang.org/tools/private-files.html +# See https://www.dartlang.org/guides/libraries/private-files # Files and directories created by pub +.dart_tool/ .packages .pub/ build/ diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index a30eacf1d989237cf01bcfff67b87952ce0b0b3a..9c01e12b05028cf455ab7d0abf26d7803f994542 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,4 +1,4 @@ -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff: @@ -9,7 +9,6 @@ # Sensitive or high-churn files: .idea/**/dataSources/ .idea/**/dataSources.ids -.idea/**/dataSources.xml .idea/**/dataSources.local.xml .idea/**/sqlDataSources.xml .idea/**/dynamic.xml diff --git a/Go.gitignore b/Go.gitignore index ea58090bd21e1b3182e644a2b27fb181a12cb6f6..f1c181ec9c5c921245027c6b452ecfc1d3626364 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -1,5 +1,6 @@ # Binaries for programs and plugins *.exe +*.exe~ *.dll *.so *.dylib diff --git a/Node.gitignore b/Node.gitignore index 2ceae0f2c18dddcc6dea4567103357107be40784..90f8428b2ac8bbfe203bf7e87e0d17c3748efd93 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -59,3 +59,6 @@ typings/ # parcel-bundler cache (https://parceljs.org/) .cache + +# next.js build output +.next diff --git a/Python.gitignore b/Python.gitignore index af2f537516daf33fdaf579436dfa33fdd9044f49..b989be6ca157679d1b287b3ca700518423219392 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -45,6 +45,7 @@ nosetests.xml coverage.xml *.cover .hypothesis/ +.pytest_cache/ # Translations *.mo diff --git a/Qt.gitignore b/Qt.gitignore index 037a1e7579003025c2de7b23ab48e01e1e2e0234..5291a385b2598093cb2ca3d11e7f49c7f386d1ca 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -1,5 +1,4 @@ # C++ objects and libs - *.slo *.lo *.o @@ -11,7 +10,6 @@ *.dylib # Qt-es - object_script.*.Release object_script.*.Debug *_plugin_import.cpp @@ -35,13 +33,11 @@ Makefile* target_wrapper.* # QtCreator - *.autosave -# QtCtreator Qml +# QtCreator Qml *.qmlproject.user *.qmlproject.user.* -# QtCtreator CMake +# QtCreator CMake CMakeLists.txt.user* - diff --git a/R.gitignore b/R.gitignore index fcff087aebb621ca6fd0351733d304943d91a0d3..26fad6fadff13ef5969e6ffff9163fec5f032338 100644 --- a/R.gitignore +++ b/R.gitignore @@ -31,3 +31,6 @@ vignettes/*.pdf # Temporary files created by R markdown *.utf8.md *.knit.md + +# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html +rsconnect/ diff --git a/ROS.gitignore b/ROS.gitignore index 425641f2c3a3ee130c06779f3f17d51c4b2f9983..35d74bb771f5ef74aa1259a9e472c379e4d58d86 100644 --- a/ROS.gitignore +++ b/ROS.gitignore @@ -13,6 +13,8 @@ msg/*Feedback.msg msg/*Goal.msg msg/*Result.msg msg/_*.py +build_isolated/ +devel_isolated/ # Generated by dynamic reconfigure *.cfgc diff --git a/TeX.gitignore b/TeX.gitignore index 9bb6336561829d114705a2806ad75c0cf8633d12..78c1c5cd26ebf7923b7e12ceadcc37b08bb18a0c 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -10,6 +10,7 @@ *.fot *.cb *.cb2 +.*.lb ## Intermediate documents: *.dvi @@ -109,6 +110,14 @@ acs-*.bib *.gaux *.gtex +# htlatex +*.4ct +*.4tc +*.idv +*.lg +*.trc +*.xref + # hyperref *.brf diff --git a/Umbraco.gitignore b/Umbraco.gitignore index c039262671ed5ed8db152556f156c6863e7a1b35..10fc2b4d825cc91fb1b869d2a52ef425de775aff 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -16,8 +16,8 @@ # Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder) # Make sure to include details from VisualStudio.gitignore BEFORE this -!**/App_Data/[Pp]ackages/ -!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages +!**/App_Data/[Pp]ackages/* +!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/* # ImageProcessor DiskCache **/App_Data/cache/ diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d3d5371b415b80ada887ec986eecb8d20845dd54..8e930f59c47d7f108e5e5be2fa4a7da3fe0e44ae 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -237,6 +237,7 @@ _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML UpgradeLog*.htm +ServiceFabricBackup/ # SQL Server files *.mdf @@ -258,9 +259,6 @@ FakesAssemblies/ .ntvs_analysis.dat node_modules/ -# TypeScript v1 declaration files -typings/ - # Visual Studio 6 build log *.plg