From 339878e410cb3d24a405ff3f2fe0179fac837239 Mon Sep 17 00:00:00 2001 From: Jan Provaznik Date: Mon, 8 Oct 2018 09:46:29 +0200 Subject: Update templates for 11.4 --- vendor/gitignore/Global/JetBrains.gitignore | 3 +++ vendor/gitignore/Node.gitignore | 2 +- vendor/gitignore/TeX.gitignore | 6 ++++++ vendor/gitignore/VisualStudio.gitignore | 6 ++++-- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/vendor/gitignore/Global/JetBrains.gitignore b/vendor/gitignore/Global/JetBrains.gitignore index 343be1a3b8e..72f4d988a19 100644 --- a/vendor/gitignore/Global/JetBrains.gitignore +++ b/vendor/gitignore/Global/JetBrains.gitignore @@ -61,3 +61,6 @@ fabric.properties # Editor-based Rest Client .idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser diff --git a/vendor/gitignore/Node.gitignore b/vendor/gitignore/Node.gitignore index 3a4c8581b3a..c221276ebae 100644 --- a/vendor/gitignore/Node.gitignore +++ b/vendor/gitignore/Node.gitignore @@ -20,7 +20,7 @@ coverage # nyc test coverage .nyc_output -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) .grunt # Bower dependency directory (https://bower.io/) diff --git a/vendor/gitignore/TeX.gitignore b/vendor/gitignore/TeX.gitignore index ff87d483645..753f2b954ff 100644 --- a/vendor/gitignore/TeX.gitignore +++ b/vendor/gitignore/TeX.gitignore @@ -64,6 +64,9 @@ acs-*.bib # changes *.soc +# comment +*.cut + # cprotect *.cpt @@ -205,6 +208,9 @@ pythontex-files-*/ # easy-todo *.lod +# xcolor +*.xcp + # xmpincl *.xmpi diff --git a/vendor/gitignore/VisualStudio.gitignore b/vendor/gitignore/VisualStudio.gitignore index 94b41b913fb..4d13c54854e 100644 --- a/vendor/gitignore/VisualStudio.gitignore +++ b/vendor/gitignore/VisualStudio.gitignore @@ -4,6 +4,7 @@ ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore # User-specific files +*.rsuser *.suo *.user *.userosscache @@ -76,6 +77,7 @@ StyleCopReport.xml *.tlh *.tmp *.tmp_proj +*_wpftmp.csproj *.log *.vspscc *.vssscc @@ -290,8 +292,8 @@ paket-files/ .idea/ *.sln.iml -# CodeRush -.cr/ +# CodeRush personal settings +.cr/personal # Python Tools for Visual Studio (PTVS) __pycache__/ -- cgit v1.2.1