From 215ab9c7c0c997a77cd480dde0124e141c973e92 Mon Sep 17 00:00:00 2001 From: Jeremie Jost Date: Thu, 25 Feb 2016 22:49:56 +0000 Subject: [PATCH 001/138] Symlink Kotlin.gitignore to Java.gitignore --- Kotlin.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 120000 Kotlin.gitignore diff --git a/Kotlin.gitignore b/Kotlin.gitignore new file mode 120000 index 00000000..c48376ee --- /dev/null +++ b/Kotlin.gitignore @@ -0,0 +1 @@ +Java.gitignore \ No newline at end of file From afdf5de2144ebf7cb247e59e5284ae4c129266a7 Mon Sep 17 00:00:00 2001 From: JP Dillingham Date: Sat, 18 Mar 2017 23:28:28 -0500 Subject: [PATCH 002/138] Add exclusion for OpenCover UI results --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 940794e6..fe5aa805 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -286,3 +286,6 @@ __pycache__/ *.btm.cs *.odx.cs *.xsd.cs + +# OpenCover UI analysis results +OpenCover/ From 085ab5a65eccb139e52cf6eb0fe069e49bb44077 Mon Sep 17 00:00:00 2001 From: Mansour Hussain Alnasser Date: Fri, 24 Mar 2017 10:53:20 +0300 Subject: [PATCH 003/138] ignore logs on /administrator/logs/* --- Joomla.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Joomla.gitignore b/Joomla.gitignore index 53a74e74..b6bf3a9c 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -251,7 +251,7 @@ /administrator/language/en-GB/en-GB.tpl_hathor.sys.ini /administrator/language/en-GB/en-GB.xml /administrator/language/overrides/* -/administrator/logs/index.html +/administrator/logs/* /administrator/manifests/* /administrator/modules/mod_custom/* /administrator/modules/mod_feed/* From 6d5d7e0c96b71717e9a8efffd4eb1eb372c27021 Mon Sep 17 00:00:00 2001 From: Shiwei Sun Date: Fri, 26 May 2017 16:30:51 +0800 Subject: [PATCH 004/138] add MANIFEST to Python.gitignore add MANIFEST which is GENERATED by distutils Reasons for making this change: if you use distutils.core to setup, the file MANIFEST is generated by distutils when run 'python setup.py sdist' --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 113294a5..c958354e 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -23,6 +23,7 @@ wheels/ *.egg-info/ .installed.cfg *.egg +MANIFEST # PyInstaller # Usually these files are written by a python script from a template From 81d78706fa205764893ab25d83f47a6240abad18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Thu, 8 Jun 2017 14:14:58 +0800 Subject: [PATCH 005/138] clarifying when ignoring is not required --- Global/Xcode.gitignore | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index 37de8bb4..cd0c7d3e 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -2,11 +2,17 @@ # # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore -## Build generated +## User settings +xcuserdata/ + +## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) +*.xcscmblueprint +*.xccheckout + +## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) build/ DerivedData/ - -## Various settings +*.moved-aside *.pbxuser !default.pbxuser *.mode1v3 @@ -15,9 +21,3 @@ DerivedData/ !default.mode2v3 *.perspectivev3 !default.perspectivev3 -xcuserdata/ - -## Other -*.moved-aside -*.xccheckout -*.xcscmblueprint From 86db3967f8f5ec30055769d4f52eb2b0ca4fd47b Mon Sep 17 00:00:00 2001 From: jwg4 Date: Wed, 21 Jun 2017 15:42:05 +0000 Subject: [PATCH 006/138] Add venv.bak - created by terrarium Terrarium backs up old virtual environments by moving them to this dir. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 113294a5..e89a7ea3 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -83,6 +83,7 @@ celerybeat-schedule .venv env/ venv/ +venv.bak/ ENV/ # Spyder project settings From 1ee9409e83a40035f53f55ef3229a11b799e4479 Mon Sep 17 00:00:00 2001 From: jwg4 Date: Wed, 21 Jun 2017 15:45:53 +0000 Subject: [PATCH 007/138] Add env.bak, re-arrange --- Python.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index e89a7ea3..97ca4efa 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -83,8 +83,9 @@ celerybeat-schedule .venv env/ venv/ -venv.bak/ ENV/ +env.bak/ +venv.bak/ # Spyder project settings .spyderproject From 6b9cd7cd908ed9f4b65ac55b7c05c4a49cdfb418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Gregersen?= Date: Mon, 26 Jun 2017 10:36:49 +0200 Subject: [PATCH 008/138] Added link to source --- Umbraco.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index ea05e1fb..b6b0743f 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -1,3 +1,7 @@ +## Ignore Umbraco files/folders generated for each instance +## +## Get latest from https://github.com/github/gitignore/blob/master/Umbraco.gitignore + # Note: VisualStudio gitignore rules may also be relevant # Umbraco From 2e94cf6baf5ca574aaa460301f833977af0d838c Mon Sep 17 00:00:00 2001 From: Niklas Holm Date: Mon, 26 Jun 2017 17:57:23 +0200 Subject: [PATCH 009/138] Add extended DVI (XDV) to TeX.gitignore --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index a0322dbd..b6418e51 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -13,6 +13,7 @@ ## Intermediate documents: *.dvi +*.xdv *-converted-to.* # these rules might exclude image files for figures etc. # *.ps From 2bb963b16a1957c865335e53537036c2e97399b5 Mon Sep 17 00:00:00 2001 From: Danila Piatov Date: Thu, 6 Jul 2017 20:10:05 +0200 Subject: [PATCH 010/138] .DS_Store is a file name, not an extension --- Global/macOS.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index 9d1061e8..135767fc 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -1,5 +1,5 @@ # General -*.DS_Store +.DS_Store .AppleDouble .LSOverride From ca039e602d02898c3dd3b6316275698537b4c06d Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Sat, 8 Jul 2017 15:48:59 +0300 Subject: [PATCH 011/138] Updates Elixir gitignore file Official `elixir`'s `gitignore` after running `mix new` contains these two lines: > # Where 3rd-party dependencies like ExDoc output generated docs. > /doc > # Ignore .fetch files in case you like to edit your project deps locally. > /.fetch They are missing at the moment. --- Elixir.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Elixir.gitignore b/Elixir.gitignore index ac67aaf3..b6d65867 100644 --- a/Elixir.gitignore +++ b/Elixir.gitignore @@ -1,6 +1,8 @@ /_build /cover /deps +/doc +/.fetch erl_crash.dump *.ez *.beam From b19efa92af08645c1f8deea7135cf814aaa3e93c Mon Sep 17 00:00:00 2001 From: Chris S Date: Fri, 14 Jul 2017 12:22:39 +0100 Subject: [PATCH 012/138] Update Terraform.gitignore Added .tfvars file so for example AWS credentials aren't committed. --- Terraform.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 41859c81..86693601 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -4,3 +4,6 @@ # Module directory .terraform/ + +# Variable values for development +terraform.tfvars From 3575f11b0c9f3602ec7951ff372d647ab0b7a14f Mon Sep 17 00:00:00 2001 From: James Ko Date: Sat, 29 Jul 2017 20:27:45 -0400 Subject: [PATCH 013/138] Remove TODO from VS.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 22fd88a5..63ed1db0 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -151,7 +151,7 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -# TODO: Comment the next line if you want to checkin your web deploy settings +# Comment the next line if you want to checkin your web deploy settings # but database connection strings (with potential passwords) will be unencrypted *.pubxml *.publishproj From e1bdd2b14d3868a4de83aeff10729388d5c1de53 Mon Sep 17 00:00:00 2001 From: Sho Yoshida Date: Sun, 30 Jul 2017 21:36:09 +0900 Subject: [PATCH 014/138] Updated Smalltalk.gitignore --- Smalltalk.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Smalltalk.gitignore b/Smalltalk.gitignore index 75272b23..943995e1 100644 --- a/Smalltalk.gitignore +++ b/Smalltalk.gitignore @@ -13,6 +13,10 @@ SqueakDebug.log # Monticello package cache /package-cache +# playground cache +/play-cache +/play-stash + # Metacello-github cache /github-cache github-*.zip From feeb9aa6287ca2ad8eed6e1e83b4d631f59ac1aa Mon Sep 17 00:00:00 2001 From: James Ko Date: Sun, 30 Jul 2017 15:57:56 -0400 Subject: [PATCH 015/138] Update VisualStudio.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 63ed1db0..89c66054 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -151,7 +151,7 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -# Comment the next line if you want to checkin your web deploy settings +# Note: Comment the next line if you want to checkin your web deploy settings, # but database connection strings (with potential passwords) will be unencrypted *.pubxml *.publishproj From 2f7b9918a90a2154af2f048de647f1ba63f1638e Mon Sep 17 00:00:00 2001 From: Alain Tiemblo Date: Tue, 1 Aug 2017 19:32:24 +0200 Subject: [PATCH 016/138] Symfony.gitignore: add web server pid file Since Symfony 3.3, WebServerBundle creates a `.web-server-pid` file when embedded server is running. Official blog post: http://symfony.com/blog/new-in-symfony-3-3-webserverbundle --- Symfony.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Symfony.gitignore b/Symfony.gitignore index 6c224e02..85fd714a 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -39,3 +39,6 @@ # Backup entities generated with doctrine:generate:entities command **/Entity/*~ + +# Embedded web-server pid file +/.web-server-pid From 70264dc379a0a0e6ac6df92ff881b820d96dfb98 Mon Sep 17 00:00:00 2001 From: Joshua Shaffer Date: Thu, 10 Aug 2017 23:27:44 -0400 Subject: [PATCH 017/138] Fix comments on same line causing ignore to break --- Actionscript.gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Actionscript.gitignore b/Actionscript.gitignore index 11e612e9..5d947ca8 100644 --- a/Actionscript.gitignore +++ b/Actionscript.gitignore @@ -1,9 +1,8 @@ # Build and Release Folders -bin/ bin-debug/ bin-release/ -[Oo]bj/ # FlashDevelop obj -[Bb]in/ # FlashDevelop bin +[Oo]bj/ +[Bb]in/ # Other files and folders .settings/ From 5d0e2b713f2adfd4011bd750347b1842d81693cc Mon Sep 17 00:00:00 2001 From: CodeNotFound <9015796+CodeNotFoundException@users.noreply.github.com> Date: Sat, 12 Aug 2017 05:48:48 +0200 Subject: [PATCH 018/138] Adds .gitignore rules for AxoCover AxoCover is a Code Coverage Tool. It creates a **.axoCover** folder where are created: - settings in settings.json - sub-folders into **run** folder which contain code coverage results. All content into **.axoCover** folder must be ignored except the **settings.json** file. --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 89c66054..f652b45c 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -116,6 +116,10 @@ _TeamCity* # DotCover is a Code Coverage Tool *.dotCover +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + # Visual Studio code coverage results *.coverage *.coveragexml From aba6a6d354fa342fea959e08ece0792398a86060 Mon Sep 17 00:00:00 2001 From: Pei-lun Date: Mon, 14 Aug 2017 10:02:05 +0800 Subject: [PATCH 019/138] '*.tfstate.*.backup' added to Terraform.gitignore --- Terraform.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 41859c81..f20453be 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -1,5 +1,6 @@ # Compiled files *.tfstate +*.tfstate.*.backup *.tfstate.backup # Module directory From 8a11b10f5ae9d2f159684b68aa68fff58f9d8fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20S=C3=BCberkr=C3=BCb?= Date: Wed, 16 Aug 2017 17:38:05 +0200 Subject: [PATCH 020/138] Add QML and JS cache files to Qt.gitignore --- Qt.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 5fa47c5a..fe67fdf1 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -26,6 +26,8 @@ moc_*.cpp moc_*.h qrc_*.cpp ui_*.h +*.qmlc +*.jsc Makefile* *build-* From 91d3006e953e338d5e1c725f1ea8fce18bd264db Mon Sep 17 00:00:00 2001 From: Denis Date: Sun, 20 Aug 2017 10:44:48 +0300 Subject: [PATCH 021/138] Add default file, README in libraries and translations in Drupal --- Drupal.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Drupal.gitignore b/Drupal.gitignore index 0d2fe537..072b6831 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -1,10 +1,12 @@ # Ignore configuration files that may contain sensitive information. sites/*/*settings*.php +sites/example.sites.php # Ignore paths that contain generated content. files/ sites/*/files sites/*/private +sites/*/translations # Ignore default text files robots.txt @@ -16,6 +18,7 @@ robots.txt /UPGRADE.txt /README.txt sites/README.txt +sites/all/libraries/README.txt sites/all/modules/README.txt sites/all/themes/README.txt From d31c40e447eff8c8140fe776a53da57f9f543af7 Mon Sep 17 00:00:00 2001 From: Fabrizio Brancati Date: Tue, 22 Aug 2017 23:58:27 +0200 Subject: [PATCH 022/138] Updating Swift.gitignore with Package.resolved --- Swift.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Swift.gitignore b/Swift.gitignore index d5340449..161179bf 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -37,6 +37,7 @@ playground.xcworkspace # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. # Packages/ # Package.pins +# Package.resolved .build/ # CocoaPods From 1d0f9ccd7a5cc4681ce0e18b65028ff34c195921 Mon Sep 17 00:00:00 2001 From: Renjith S Raj Date: Tue, 29 Aug 2017 05:33:33 +0000 Subject: [PATCH 023/138] updated static and media files in django section --- Python.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 113294a5..de1beb02 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -51,6 +51,8 @@ coverage.xml # Django stuff: *.log +.static_storage/ +.media/ local_settings.py # Flask stuff: From 89448d709bcf380c7fa296d2ffb7793129b7e535 Mon Sep 17 00:00:00 2001 From: Denis Defreyne Date: Tue, 29 Aug 2017 23:23:24 +0200 Subject: [PATCH 024/138] Nanoc: Ignore tmp/nanoc/, not tmp/ --- Nanoc.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nanoc.gitignore b/Nanoc.gitignore index 3f36ea2a..6f35daaf 100644 --- a/Nanoc.gitignore +++ b/Nanoc.gitignore @@ -4,7 +4,7 @@ output/ # Temporary file directory -tmp/ +tmp/nanoc/ # Crash Log crash.log From e68f3c0984f96ab262db7871f23a818ca0c097e2 Mon Sep 17 00:00:00 2001 From: Ricky de Laveaga Date: Thu, 31 Aug 2017 16:51:26 -0700 Subject: [PATCH 025/138] Node - update Compiled binary addons link to https Node.gitignore build/Release Compiled binary addons: http to https https://nodejs.org/api/addons.html --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 00cbbdf5..97e28736 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -29,7 +29,7 @@ bower_components # node-waf configuration .lock-wscript -# Compiled binary addons (http://nodejs.org/api/addons.html) +# Compiled binary addons (https://nodejs.org/api/addons.html) build/Release # Dependency directories From d0e95a023d6a6e7217794432ec83a262045f96f4 Mon Sep 17 00:00:00 2001 From: Fabio Ricali Date: Thu, 7 Sep 2017 18:55:03 +0200 Subject: [PATCH 026/138] Adds some files --- ExtJs.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ExtJs.gitignore b/ExtJs.gitignore index c92aea0f..ab97a8cc 100644 --- a/ExtJs.gitignore +++ b/ExtJs.gitignore @@ -10,3 +10,5 @@ ext/ modern.json modern.jsonp resources/sass/.sass-cache/ +resources/.arch-internal-preview.css +.arch-internal-preview.css From a085c7da43ca2e52e6f4b617d0096590eb5d4569 Mon Sep 17 00:00:00 2001 From: Ryan Meredith Date: Tue, 12 Sep 2017 01:29:04 -0400 Subject: [PATCH 027/138] Remove double-spaced lines --- Qt.gitignore | 2 -- ZendFramework.gitignore | 1 - 2 files changed, 3 deletions(-) diff --git a/Qt.gitignore b/Qt.gitignore index fe67fdf1..037a1e75 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -31,11 +31,9 @@ ui_*.h Makefile* *build-* - # Qt unit tests target_wrapper.* - # QtCreator *.autosave diff --git a/ZendFramework.gitignore b/ZendFramework.gitignore index 80adb154..f0b7d858 100644 --- a/ZendFramework.gitignore +++ b/ZendFramework.gitignore @@ -19,7 +19,6 @@ temp/ data/DoctrineORMModule/Proxy/ data/DoctrineORMModule/cache/ - # Legacy ZF1 demos/ extras/documentation From 1776050f705ebee57592d328e00a99984136b0b5 Mon Sep 17 00:00:00 2001 From: Qingyu Deng Date: Tue, 12 Sep 2017 14:59:52 +0800 Subject: [PATCH 028/138] Fix failure to ignore simulink autosave file `.autosave` does not match the name of autosave file generated by simulink. A leading asterisk(*) is needed to match such name. --- Global/Matlab.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index 09dfde64..cca150a8 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -19,4 +19,4 @@ slprj/ octave-workspace # Simulink autosave extension -.autosave +*.autosave From 14a95b9bcbeee3c9e0b33e42252128d98ee1073e Mon Sep 17 00:00:00 2001 From: KINSANG CHING Date: Fri, 15 Sep 2017 12:45:14 +0800 Subject: [PATCH 029/138] Update OCaml.gitignore Merlin is a code completion for OCaml in Vim and Emacs. Such configuraing file is common --- OCaml.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OCaml.gitignore b/OCaml.gitignore index f7817ae5..da0b2042 100644 --- a/OCaml.gitignore +++ b/OCaml.gitignore @@ -18,3 +18,6 @@ _build/ # oasis generated files setup.data setup.log + +# Merlin configuring file for Vim and Emacs +.merlin From cf91e98459459f38bb8e0d46b8a87bbbfefd7dad Mon Sep 17 00:00:00 2001 From: KINSANG CHING Date: Wed, 20 Sep 2017 10:37:54 +0800 Subject: [PATCH 030/138] Update Autotools.gitignore add files generated by the autotool m4. --- Autotools.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index e3923f96..ffa6ecc3 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -31,3 +31,12 @@ Makefile.in # http://www.gnu.org/software/texinfo /texinfo.tex + +# http://www.gnu.org/software/m4/ + +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 +autom4te.cache From 54fbcf0e8d696432f5eafcd9ecaa62a3ab520543 Mon Sep 17 00:00:00 2001 From: jimbob7198 Date: Wed, 20 Sep 2017 16:05:57 +0100 Subject: [PATCH 031/138] Add exclusion of Visual Studio trace files (*.e2e) --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9fb31cb3..0867ec5a 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -96,6 +96,9 @@ ipch/ *.vspx *.sap +# Visual Studio Trace Files +*.e2e + # TFS 2012 Local Workspace $tf/ From 77145f787f311efa66c570c5ffadea10a429bf21 Mon Sep 17 00:00:00 2001 From: Mohammad Alhobayyeb Date: Sun, 8 Oct 2017 10:52:58 +0300 Subject: [PATCH 032/138] Commenting out Android keystore files Android keystore files are critical and losing them is destructive. They should be commented out by default, the user should explicitly uncomment their line if they intend not to include them into their repository. --- Android.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 520a8635..c79ba508 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -41,7 +41,8 @@ captures/ .idea/libraries # Keystore files -*.jks +# Uncomment the following line if you do not want to check your keystore files in. +#*.jks # External native build folder generated in Android Studio 2.2 and later .externalNativeBuild From c4fb255a8d1415c0c3cd795d1125c8ff2d2a9b82 Mon Sep 17 00:00:00 2001 From: flowonyx Date: Mon, 16 Oct 2017 01:42:37 +0200 Subject: [PATCH 033/138] Fixed typos in README.md There were just a couple of typos in the README that I fixed. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68afeff0..322a4ab3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Global (operating system or editor specific) templates should go into the ## Contributing guidelines -We’d love you to help us improve this project. To help us keep this collection +We’d love for you to help us improve this project. To help us keep this collection high quality, we request that contributions adhere to the following guidelines. - **Provide a link to the application or project’s homepage**. Unless it’s @@ -42,7 +42,7 @@ high quality, we request that contributions adhere to the following guidelines. It’s especially helpful to articulate why this change applies to *everyone* who works with the applicable technology, rather than just you or your team. -- **Please consider the scope of your change**. If your change specific to a +- **Please consider the scope of your change**. If your change is specific to a certain language or framework, then make sure the change is made to the template for that language or framework, rather than to the template for an editor, tool, or operating system. From 301da25ffd6f9af59de7050d01941c80e44ee154 Mon Sep 17 00:00:00 2001 From: synepis Date: Wed, 18 Oct 2017 14:38:08 +0100 Subject: [PATCH 034/138] Ignore Nuget package directory name casing It looks like VS2017 changed it's nuget package directory name to be capitalized. When using Ubuntu for Windows, directory name casing of NuGet package folder becomes important and detected as a change by git,. This change is to ignore regardless of casing. --- VisualStudio.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0867ec5a..509668db 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -171,11 +171,11 @@ PublishScripts/ # NuGet Packages *.nupkg # The packages folder can be ignored because of Package Restore -**/packages/* +**/[Pp]ackages/* # except build/, which is used as an MSBuild target. -!**/packages/build/ +!**/[Pp]ackages/build/ # Uncomment if necessary however generally it will be regenerated when needed -#!**/packages/repositories.config +#!**/[Pp]ackages/repositories.config # NuGet v3's project.json files produces more ignorable files *.nuget.props *.nuget.targets From b9efdd7d9481f1d04599ab2980275798dab81ec4 Mon Sep 17 00:00:00 2001 From: Yousha Aleayoub Date: Mon, 23 Oct 2017 11:37:18 +0330 Subject: [PATCH 035/138] Change desktop.ini to [Dd]esktop.ini --- Global/Windows.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index dff26a9a..846a1db8 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -7,7 +7,7 @@ ehthumbs_vista.db *.stackdump # Folder config file -Desktop.ini +[Dd]esktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ From 3bb1ab44b38f529fc29efa40e04534eb0cf0b788 Mon Sep 17 00:00:00 2001 From: bndw Date: Mon, 23 Oct 2017 22:43:41 -0700 Subject: [PATCH 036/138] Remove .glide/ ignore This was a workaround for https://github.com/Masterminds/glide/issues/736 Signed-off-by: bndw --- Go.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Go.gitignore b/Go.gitignore index a1338d68..ea58090b 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -9,6 +9,3 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out - -# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 -.glide/ From ca57c447a31517199695aa7c0177047f43751a47 Mon Sep 17 00:00:00 2001 From: Clifford Date: Fri, 27 Oct 2017 17:55:29 -0500 Subject: [PATCH 037/138] Fix link to go to current anchor --- Composer.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Composer.gitignore b/Composer.gitignore index c4222678..a67d42b3 100644 --- a/Composer.gitignore +++ b/Composer.gitignore @@ -1,6 +1,6 @@ composer.phar /vendor/ -# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file +# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file # composer.lock From dca471d597d33cb100db03c586388762baabd4c7 Mon Sep 17 00:00:00 2001 From: Han Tuzun Date: Sun, 29 Oct 2017 22:26:00 +0200 Subject: [PATCH 038/138] Update Terraform.gitignore Improvements: * `.terraform` directories could be created in any subdirectory when user runs `terraform init`. * Quite an interesting variations of`.tfstate` files are created by Terraform such as `.*.tfstate.d` or `.*.tfstate.lock.info`. It's best not to name any file with `*.tfstate.*` pattern. * `*.tfvars` files often contain private data and not supposed to be committed. --- Terraform.gitignore | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 9b5aebb1..1fef4ab9 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -1,10 +1,9 @@ -# Compiled files +# Local .terraform directories +**/.terraform/* + +# .tfstate files *.tfstate -*.tfstate.*.backup -*.tfstate.backup +*.tfstate.* -# Module directory -.terraform/ - -# Variable values for development -terraform.tfvars +# .tfvars files +*.tfvars From 887051cabf967009a7f81c0d1132a61461d0f102 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 8 Nov 2017 01:16:31 +0000 Subject: [PATCH 039/138] spelling: intellij --- Android.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index c79ba508..addf405e 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -32,7 +32,7 @@ proguard/ # Android Studio captures folder captures/ -# Intellij +# IntelliJ *.iml .idea/workspace.xml .idea/tasks.xml From 657c2b3a1f3829c0b3eed7cd0559571765bc106b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 8 Nov 2017 01:20:10 +0000 Subject: [PATCH 040/138] spelling: utils --- Perl.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Perl.gitignore b/Perl.gitignore index 9bf1537f..ecf66f84 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -24,7 +24,7 @@ Build.bat # Module::Install inc/ -# ExtUitls::MakeMaker +# ExtUtils::MakeMaker /blib/ /_eumm/ /*.gz From 33f2a7108f0e49f4010c980b661f53ba8c540c19 Mon Sep 17 00:00:00 2001 From: Chris Lush Date: Thu, 9 Nov 2017 15:35:03 +0000 Subject: [PATCH 041/138] Revert "Remove Composer's file and directory." This reverts commit 5b83681411d95d9302a3e0414efe82c6b4549d26. --- Symfony.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Symfony.gitignore b/Symfony.gitignore index 85fd714a..d098259f 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -25,6 +25,7 @@ /bin/* !bin/console !bin/symfony_requirements +/vendor/ # Assets and user uploads /web/bundles/ @@ -37,6 +38,9 @@ # Build data /build/ +# Composer PHAR +/composer.phar + # Backup entities generated with doctrine:generate:entities command **/Entity/*~ From 238d3a6861679586dd5b0c2b1a22cc70038ecf07 Mon Sep 17 00:00:00 2001 From: Dean Butcher Date: Tue, 14 Nov 2017 21:57:28 -0400 Subject: [PATCH 042/138] Ignore Visual Studio 2017 generated files. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 509668db..a5dc7cff 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -29,6 +29,9 @@ bld/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ +# Visual Studio 2017 auto generated files +Generated\ Files/ + # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* From bc18e2f16f1575ad7d08b12cfe05a2cd40ad90cb Mon Sep 17 00:00:00 2001 From: Noctis- Date: Thu, 16 Nov 2017 09:09:25 +1000 Subject: [PATCH 043/138] Update comment --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 509668db..1dad4e18 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -24,7 +24,7 @@ bld/ [Oo]bj/ [Ll]og/ -# Visual Studio 2015 cache/options directory +# Visual Studio 2015/2017 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ From 91c39c4151a645cd5e4e6af3aaf6b0559363c3a7 Mon Sep 17 00:00:00 2001 From: Aayush Kapoor Date: Fri, 17 Nov 2017 21:51:29 +0530 Subject: [PATCH 044/138] Update VisualStudio.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 509668db..faffa6c5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -247,7 +247,7 @@ FakesAssemblies/ .ntvs_analysis.dat node_modules/ -# Typescript v1 declaration files +# TypeScript v1 declaration files typings/ # Visual Studio 6 build log From dc559d66a27e5fe3000cbc85b0cca8698b45a968 Mon Sep 17 00:00:00 2001 From: Pavel Halbich Date: Fri, 24 Nov 2017 00:08:29 +0100 Subject: [PATCH 045/138] Include Plugins folder --- UnrealEngine.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 6c6e1c32..1daca8b5 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -50,6 +50,7 @@ SourceArt/**/*.tga # Binary Files Binaries/* +Plugins/*/Binaries/* # Builds Build/* @@ -70,6 +71,7 @@ Saved/* # Compiled source files for the engine to use Intermediate/* +Plugins/*/Intermediate/* # Cache files for the editor to use DerivedDataCache/* From 65b8b3b6fe3adf896243da21c72d0a46dd8a76cf Mon Sep 17 00:00:00 2001 From: Denis Peshkov Date: Wed, 29 Nov 2017 02:47:25 +0200 Subject: [PATCH 046/138] Update VisualStudio.gitignore (#2510) * Update VisualStudio.gitignore --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index bf609893..b169d4eb 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -54,6 +54,10 @@ project.fragment.lock.json artifacts/ **/Properties/launchSettings.json +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio *_i.c *_p.c *_i.h From 28372f7d3b4b89f4ab1f2b12e5231c7b280e848b Mon Sep 17 00:00:00 2001 From: Chris Mower Date: Wed, 29 Nov 2017 00:51:19 +0000 Subject: [PATCH 047/138] TeX.gitignore modification for Emacs users (#2491) * without . the auto directory is still considered for commits * small addition that ensures all Emacs-Lisp files (.el files) are ignored --- TeX.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index b6418e51..a083b9b4 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -215,7 +215,8 @@ TSWLatexianTemp* *~[0-9]* # auto folder when using emacs and auctex -/auto/* +./auto/* +*.el # expex forward references with \gathertags *-tags.tex From 9e0c53270ade84ca1bbd2fbdfb290ba382fa2514 Mon Sep 17 00:00:00 2001 From: Caio Proiete Date: Tue, 28 Nov 2017 20:51:55 -0400 Subject: [PATCH 048/138] Add sccprj/ folder to global MATLAB.gitignore (#2493) --- Global/Matlab.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index cca150a8..7996ad50 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -1,5 +1,5 @@ ##--------------------------------------------------- -## Remove autosaves generated by the Matlab editor +## Remove autosaves generated by the MATLAB editor ## We have git for backups! ##--------------------------------------------------- @@ -14,6 +14,7 @@ # Simulink Code Generation slprj/ +sccprj/ # Session info octave-workspace From 3650f4756957fa929511b3637cb46d3c70f64bdf Mon Sep 17 00:00:00 2001 From: Sadhan Sarma Date: Wed, 29 Nov 2017 06:22:56 +0530 Subject: [PATCH 049/138] added logs and devel directories to .gitignore (#2497) --- ROS.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ROS.gitignore b/ROS.gitignore index f8bcd117..425641f2 100644 --- a/ROS.gitignore +++ b/ROS.gitignore @@ -1,3 +1,5 @@ +devel/ +logs/ build/ bin/ lib/ From 825714ceda526b33f811b3bd55b2e6a86f70e6e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thi=20Minh=20Nh=E1=BB=B1t?= Date: Wed, 29 Nov 2017 08:00:43 +0700 Subject: [PATCH 050/138] Add *.sta (standalone packages) for TeX (#2484) --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index a083b9b4..9bb63365 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -220,3 +220,6 @@ TSWLatexianTemp* # expex forward references with \gathertags *-tags.tex + +# standalone packages +*.sta From e0c2baea55e9537dbc50e834a090da34c4229841 Mon Sep 17 00:00:00 2001 From: Matthew Wallace <1502616@abertay.ac.uk> Date: Wed, 29 Nov 2017 01:01:40 +0000 Subject: [PATCH 051/138] Update Unity.gitignore (#2502) Prevents directories: `Library` `Temp` `Obj` `Build` `Builds` `Assets/AssetStoreTools` from being included in the remote if the project sits in the `Assets` folder. --- Unity.gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index eb83a8f1..b9e16b53 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,9 +1,9 @@ -/[Ll]ibrary/ -/[Tt]emp/ -/[Oo]bj/ -/[Bb]uild/ -/[Bb]uilds/ -/Assets/AssetStoreTools* +*/[Ll]ibrary/ +*/[Tt]emp/ +*/[Oo]bj/ +*/[Bb]uild/ +*/[Bb]uilds/ +*/Assets/AssetStoreTools* # Visual Studio 2015 cache directory /.vs/ From c84ba706520c6163e42177c2d493ce9b91fdd2d4 Mon Sep 17 00:00:00 2001 From: James Reed Date: Tue, 28 Nov 2017 17:03:18 -0800 Subject: [PATCH 052/138] Ignore Unity generated '*.pdb.meta' files for '*.pdb' files (#2486) --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index b9e16b53..14372929 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -25,6 +25,7 @@ ExportedObj/ # Unity3D generated meta files *.pidb.meta +*.pdb.meta # Unity3D Generated File On Crash Reports sysinfo.txt From d9679b982edc23254f8e546869041a0da55125e0 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 28 Nov 2017 20:04:15 -0500 Subject: [PATCH 053/138] Add cabal.project.local~ to Haskell.gitignore (#2479) --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index eee88b2f..82f3a88e 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -17,5 +17,6 @@ cabal.sandbox.config *.eventlog .stack-work/ cabal.project.local +cabal.project.local~ .HTF/ .ghc.environment.* From 86e01548dd97d6a1b5fc9ad303f10111b17ce0a9 Mon Sep 17 00:00:00 2001 From: Tuomas-Matti Soikkeli Date: Wed, 29 Nov 2017 03:08:59 +0200 Subject: [PATCH 054/138] Add ignore for Azure Stream Analytics local run output folder (#2498) --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index b169d4eb..6217e6c4 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -310,3 +310,6 @@ __pycache__/ # OpenCover UI analysis results OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ From dc0ca6d8d5e61dae1bd051f9a99c1414890069f6 Mon Sep 17 00:00:00 2001 From: Matthew Wallace <1502616@abertay.ac.uk> Date: Wed, 29 Nov 2017 21:36:52 +0000 Subject: [PATCH 055/138] Fixing .gitignore (#2531) * Update Unity.gitignore Prevents directories: `Library` `Temp` `Obj` `Build` `Builds` `Assets/AssetStoreTools` from being included in the remote if the project sits in the `Assets` folder. * removed wildcards from Unity's .gitignore --- Unity.gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index 14372929..75e5b140 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,9 +1,9 @@ -*/[Ll]ibrary/ -*/[Tt]emp/ -*/[Oo]bj/ -*/[Bb]uild/ -*/[Bb]uilds/ -*/Assets/AssetStoreTools* +[Ll]ibrary/ +[Tt]emp/ +[Oo]bj/ +[Bb]uild/ +[Bb]uilds/ +Assets/AssetStoreTools* # Visual Studio 2015 cache directory /.vs/ From ea2aa40cb4620e334a87e8494e03d0e7d1ec11df Mon Sep 17 00:00:00 2001 From: Augusto Daniele Date: Tue, 5 Dec 2017 17:40:27 -0300 Subject: [PATCH 056/138] Update Jekyll.gitignore (#2540) Add .jekyll-cache/ as per envygeeks/jekyll-assets --- Jekyll.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Jekyll.gitignore b/Jekyll.gitignore index 5c91b60c..2ca86829 100644 --- a/Jekyll.gitignore +++ b/Jekyll.gitignore @@ -1,3 +1,4 @@ _site/ .sass-cache/ +.jekyll-cache/ .jekyll-metadata From 6fa7f9416d2c5bd0dbc651ea3f88ccd3ef91024e Mon Sep 17 00:00:00 2001 From: Enrico Sada Date: Wed, 13 Dec 2017 23:37:34 +0100 Subject: [PATCH 057/138] ignore MSBuild Binary and Structured Log (#2549) ref http://msbuildlog.com/ --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 6217e6c4..3ecb13b9 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -313,3 +313,7 @@ OpenCover/ # Azure Stream Analytics local run output ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + From 15d9a616ae9052559b86605f5a12f7b94bf73797 Mon Sep 17 00:00:00 2001 From: Richard Thompson Date: Fri, 15 Dec 2017 02:09:14 +0000 Subject: [PATCH 058/138] Ignoring the models builder out of date flag (#2543) The out of date models flag is automatically generated by the system, we don't want this in Git --- Umbraco.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index b6b0743f..c0392626 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -21,3 +21,6 @@ # ImageProcessor DiskCache **/App_Data/cache/ + +# Ignore the Models Builder models out of date flag +**/App_Data/Models/ood.flag From 0a4fc9c0ef24efe6aa7ed6c42f4c03de938a08fa Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 14 Dec 2017 21:11:09 -0500 Subject: [PATCH 059/138] Ignore node_modules (#2538) Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git. --- Rails.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rails.gitignore b/Rails.gitignore index 42aeb550..828ab1d5 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -42,3 +42,7 @@ bower.json # Ignore Byebug command history file. .byebug_history + +# Ignore node_modules +node_modules/ + From 33670c672dd6de056119b115123af4fd83150f57 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Fri, 15 Dec 2017 02:11:47 +0000 Subject: [PATCH 060/138] Update Matlab.gitignore (#2533) Added extensions for prepackaged app and toolbox file, pregenerated helpsearch folders. --- Global/Matlab.gitignore | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index 7996ad50..d87a6bdb 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -1,8 +1,3 @@ -##--------------------------------------------------- -## Remove autosaves generated by the MATLAB editor -## We have git for backups! -##--------------------------------------------------- - # Windows default autosave extension *.asv @@ -12,12 +7,19 @@ # Compiled MEX binaries (all platforms) *.mex* -# Simulink Code Generation +# Packaged app and toolbox files +*.mlappinstall +*.mltbx + +# Generated helpsearch folders +helpsearch*/ + +# Simulink code generation folders slprj/ sccprj/ -# Session info -octave-workspace - # Simulink autosave extension *.autosave + +# Octave session info +octave-workspace From 9d51cf8de74307a34dee14d3bb9fc932e3160457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=AD=A3=E9=A3=9E=E9=BE=99?= Date: Mon, 18 Dec 2017 13:08:31 +0800 Subject: [PATCH 061/138] Add "cmake-build-release/" to Jetbrains.gitignore (#2552) --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 345e61ae..a30eacf1 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -21,6 +21,7 @@ # CMake cmake-build-debug/ +cmake-build-release/ # Mongo Explorer plugin: .idea/**/mongoSettings.xml From 1a9f616ce525987555d43c72d59eb830d1856bd7 Mon Sep 17 00:00:00 2001 From: Mostafa Soufi Date: Thu, 21 Dec 2017 02:00:58 +0330 Subject: [PATCH 062/138] Added Must Use Plugins to gotignore (#2553) https://codex.wordpress.org/Must_Use_Plugins --- WordPress.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/WordPress.gitignore b/WordPress.gitignore index 97923503..3b181ec0 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -7,6 +7,7 @@ wp-content/blogs.dir/ wp-content/cache/ wp-content/upgrade/ wp-content/uploads/ +wp-content/mu-plugins/ wp-content/wp-cache-config.php wp-content/plugins/hello.php From de2539a72970d6a140850a33d59de537362da284 Mon Sep 17 00:00:00 2001 From: PTS93 Date: Tue, 26 Dec 2017 00:24:52 +0100 Subject: [PATCH 063/138] Added a few common CAM file extensions (#2555) --- Eagle.gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Eagle.gitignore b/Eagle.gitignore index 9ced1260..9afc324d 100644 --- a/Eagle.gitignore +++ b/Eagle.gitignore @@ -4,6 +4,9 @@ *.s#? *.b#? *.l#? +*.b$? +*.s$? +*.l$? # Eagle project file # It contains a serial number and references to the file structure @@ -31,14 +34,19 @@ eagle.epf *.drl *.gpi *.pls +*.ger +*.gpi +*.xln *.drd *.drd.* +*.s#* +*.b#* + *.info *.eps # file locks introduced since 7.x *.lck - From 7d42effdebb0faea3ba5871c52fd93961dcfdab1 Mon Sep 17 00:00:00 2001 From: toby Date: Tue, 26 Dec 2017 03:30:10 +0000 Subject: [PATCH 064/138] Add *.snk strong name key files (#2483) * Add *.snk strong name key files Strong name key files shouldn't be included in a repository AFAIK. they are intended to sign build output to verify that it comes from the correct publisher. having an *.snk in a repository would allow anyone to produce build as if they were the original publisher. I guess some OSS projects might like to have *.snk files in their repos but that would be an exception to the rule. * Make use of *.snk optional Add note explaining use. * Reduce explanation Just use a link instead --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 3ecb13b9..d3d5371b 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -219,6 +219,10 @@ ClientBin/ *.publishsettings orleans.codegen.cs +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + # Since there are multiple workflows, uncomment next line to ignore bower_components # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) #bower_components/ From ade08baee2cf60afd794432b3e779fe5844c545d Mon Sep 17 00:00:00 2001 From: Rafi Wiener Date: Tue, 26 Dec 2017 11:34:18 +0200 Subject: [PATCH 065/138] Update Eclipse.gitignore (#2556) * Update Eclipse.gitignore * Update Eclipse.gitignore --- Global/Eclipse.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index ce1c12cd..0eb8a5e8 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -23,6 +23,9 @@ local.properties # CDT-specific (C/C++ Development Tooling) .cproject +# CDT- autotools +.autotools + # Java annotation processor (APT) .factorypath From 7c0cf6d9ec0399fd9f195130c84c55f94ed6501f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=84=E5=A4=A9=E7=BF=BC?= Date: Mon, 1 Jan 2018 00:35:21 +0800 Subject: [PATCH 066/138] Ignore parcel-bundler cache --- Node.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 97e28736..2ceae0f2 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -57,3 +57,5 @@ typings/ # dotenv environment variables file .env +# parcel-bundler cache (https://parceljs.org/) +.cache From b25db7156bc4a76f4380c72965bdf4178a2aa920 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 1 Jan 2018 20:57:36 +0100 Subject: [PATCH 067/138] Go: Add '*.exe~' to .gitignore When you build a Go executable, which does already exists and is in use on Windows (e.g. running) then the output binary name will be extended by a '~' prefix. https://github.com/golang/go/blob/558eeb2d850d064b0b02b65a7bf3af6c108c248d/src/cmd/go/internal/work/exec.go#L1165-L1170 --- Go.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Go.gitignore b/Go.gitignore index ea58090b..f1c181ec 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -1,5 +1,6 @@ # Binaries for programs and plugins *.exe +*.exe~ *.dll *.so *.dylib From 7272fe439b6b3d8f525aa5a2c5e6262899c02b78 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Mon, 1 Jan 2018 14:26:54 -0800 Subject: [PATCH 068/138] Update Node.gitignore --- Node.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 97e28736..d1bed128 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -57,3 +57,5 @@ typings/ # dotenv environment variables file .env +# next.js build output +.next From 94f0d69b6fcced8982eb50ecec7cae5523fee095 Mon Sep 17 00:00:00 2001 From: mbukejlovic Date: Thu, 4 Jan 2018 10:26:19 +0100 Subject: [PATCH 069/138] Fixed the unignore of folder 'packages' Considering the VisualStudio gitignore file contains a line "**/[Pp]ackages/*", these 2 lines from Umbraco gitignore never get applied properly to the desired files, even though Umbraco lines were added after the VS lines. I guess the VS's line is more specific, so it gets a priority of some sort. --- Umbraco.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index c0392626..10fc2b4d 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/ From 31848ebd63e7091c88be039eaa9d8b8d345f85e6 Mon Sep 17 00:00:00 2001 From: jerzywie Date: Thu, 11 Jan 2018 10:23:14 +0000 Subject: [PATCH 070/138] Add .nvuser NVidia Nsight configuration file --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d3d5371b..1057235f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -321,3 +321,5 @@ ASALocalRun/ # MSBuild Binary and Structured Log *.binlog +# NVidia Nsight GPU debugger configuration file +*.nvuser From 690942a76ec0e936db58461e70836ddc8fd3495c Mon Sep 17 00:00:00 2001 From: Chih-Yung Liang Date: Fri, 12 Jan 2018 08:01:52 +0800 Subject: [PATCH 071/138] Remove two ignores for Python/Django Both are neither python-specific nor django-specific: - .static_storage - .media --- Python.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index af2f5375..4c31166e 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -52,8 +52,6 @@ coverage.xml # Django stuff: *.log -.static_storage/ -.media/ local_settings.py # Flask stuff: From 27b2d19960b0a338d3f02fe1fd09470981f8acd7 Mon Sep 17 00:00:00 2001 From: Ruttanachai Auitragool Date: Fri, 12 Jan 2018 15:54:34 +0700 Subject: [PATCH 072/138] Update Android.gitignore Add fastlane in Android gitignore --- Android.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index addf405e..d5713722 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 From 4cd348e3218e50f9b659af3ef00b84c9dce23dc5 Mon Sep 17 00:00:00 2001 From: Felipe Meneguzzi Date: Tue, 16 Jan 2018 09:24:56 -0200 Subject: [PATCH 073/138] Update TeX.gitignore Added a temporary file used in MacTeX --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index 9bb63365..5359e544 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -10,6 +10,7 @@ *.fot *.cb *.cb2 +.*.lb ## Intermediate documents: *.dvi From 4c35119bfb6ad19eea3af690347483e8d4590140 Mon Sep 17 00:00:00 2001 From: raterus <34514523+raterus@users.noreply.github.com> Date: Fri, 19 Jan 2018 13:01:32 -0500 Subject: [PATCH 074/138] Add rptproj.rptuser The VS 2017 version of the Business Intelligence project contains a user file (*.rptproj.rptuser) that should be ignored as well --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d3d5371b..3a843ad5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -247,6 +247,7 @@ UpgradeLog*.htm *.rdl.data *.bim.layout *.bim_*.settings +*.rptproj.rsuser # Microsoft Fakes FakesAssemblies/ From 4162c93865c81164fcab83b5ea0fa0b3fd38453d Mon Sep 17 00:00:00 2001 From: Felix Divo Date: Fri, 26 Jan 2018 11:32:59 +0100 Subject: [PATCH 075/138] Added ignore for files created by `catkin_make_isolated` Simply execute `catkin_make_isolated` and `build` and `devel` will have different names, but should be ignored as well. --- ROS.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ROS.gitignore b/ROS.gitignore index 425641f2..35d74bb7 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 From 415d7322307917704c865e36628973e797642a65 Mon Sep 17 00:00:00 2001 From: komaflash // ec8or Date: Tue, 30 Jan 2018 10:02:51 +0100 Subject: [PATCH 076/138] Added "ServiceFabricBackup/" The latest update of Visual Studio 17 (15.5.5) introduces a new backup folder called "ServiceFabricBackup" before upgrading service fabric applications. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d3d5371b..c49041ff 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -237,6 +237,7 @@ _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML UpgradeLog*.htm +ServiceFabricBackup/ # SQL Server files *.mdf From 91654d4e53a78e0b571c0ee8bca9ee93d38cde01 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 31 Jan 2018 20:26:54 -0500 Subject: [PATCH 077/138] Add `.dart_tool/` Followup to https://github.com/dart-lang/site-www/issues/444#issuecomment-346560788 --- Dart.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Dart.gitignore b/Dart.gitignore index 4d2a4d6d..58950beb 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,6 +1,7 @@ # See https://www.dartlang.org/tools/private-files.html # Files and directories created by pub +.dart_tool/ .packages .pub/ build/ From f651f0d3eef062a8592e017a194e703d93f3e5c9 Mon Sep 17 00:00:00 2001 From: raimon Date: Sun, 4 Feb 2018 17:01:22 +0900 Subject: [PATCH 078/138] Add ignore '.pytest_cache' directory in Unit test section --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index af2f5375..b989be6c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -45,6 +45,7 @@ nosetests.xml coverage.xml *.cover .hypothesis/ +.pytest_cache/ # Translations *.mo From ca82236eb8e6e1ba0423f33ad29b67b1cd31b74b Mon Sep 17 00:00:00 2001 From: Nathan Floris Copier Date: Mon, 5 Feb 2018 19:23:52 -0700 Subject: [PATCH 079/138] Fixes WebStorm capitalization in comment On line 1, WebStorm is capitalized the same way as the other IDE names. --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index a30eacf1..2e29437f 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: From 2170a0447b724c210960395f39d9ad76c3fd44e3 Mon Sep 17 00:00:00 2001 From: "Dmitriy \"DK\" Korobskiy" Date: Wed, 7 Feb 2018 11:05:42 -0500 Subject: [PATCH 080/138] .idea/**/datasources.xml is now safe to store Since IDEA 14 (2014), IDEA and other contemporaneous JebBrains IDEs don't store sensitive info in `datasources.xml` and it makes sense to version control to share project data sources among the team. `dataSources.local.xml` is user-specific: contain usernames and could be sensitive from a security perspective, albeit passwords could be externalized to e.g. Mac Keychain. References: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839, https://youtrack.jetbrains.com/issue/IDEA-127105 --- Global/JetBrains.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 2e29437f..9c01e12b 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -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 From 82caf7ce6700cbf2dabcdd3079432bb6ab95440c Mon Sep 17 00:00:00 2001 From: dgabbe Date: Mon, 12 Feb 2018 11:47:41 -0500 Subject: [PATCH 081/138] Exclude secret deployment key in rsconnect/ Exclude secret deployment key in rsconnect/, see https://shiny.rstudio.com/articles/shinyapps.html for details. --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index fcff087a..26fad6fa 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/ From 6d6dce75f8ec06bcd18e6fbceb9c2278a32f23a8 Mon Sep 17 00:00:00 2001 From: davidebeatrici Date: Tue, 13 Feb 2018 00:22:21 +0100 Subject: [PATCH 082/138] Qt: Remove extra empty lines --- Qt.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Qt.gitignore b/Qt.gitignore index 037a1e75..967c468d 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,7 +33,6 @@ Makefile* target_wrapper.* # QtCreator - *.autosave # QtCtreator Qml @@ -44,4 +41,3 @@ target_wrapper.* # QtCtreator CMake CMakeLists.txt.user* - From 2e3f1955d2c438157a024d2136895d54f91c877f Mon Sep 17 00:00:00 2001 From: davidebeatrici Date: Mon, 12 Feb 2018 03:22:09 +0100 Subject: [PATCH 083/138] Qt: Correct typo "QtCtreator" to "QtCreator" --- Qt.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Qt.gitignore b/Qt.gitignore index 967c468d..5291a385 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -35,9 +35,9 @@ target_wrapper.* # QtCreator *.autosave -# QtCtreator Qml +# QtCreator Qml *.qmlproject.user *.qmlproject.user.* -# QtCtreator CMake +# QtCreator CMake CMakeLists.txt.user* From 2e7e0bb4f2681aa45b01db9b5f011cafd563a9da Mon Sep 17 00:00:00 2001 From: Quique Fdez Guerra Date: Thu, 22 Feb 2018 18:09:53 +0100 Subject: [PATCH 084/138] Remove typings ignore Nobody is using v1 of typings anymore on new projects and 'typings' is the recommended name for the folders of your custom types. On the other hand the official Visual Studio ignore is not ignoring this folder. --- VisualStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index c49041ff..8e930f59 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -259,9 +259,6 @@ FakesAssemblies/ .ntvs_analysis.dat node_modules/ -# TypeScript v1 declaration files -typings/ - # Visual Studio 6 build log *.plg From 8ac0a9b09afcbe4e8886164e57916aa5324b21a7 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Fri, 23 Feb 2018 08:07:25 -0800 Subject: [PATCH 085/138] Joomla: don't ignore .gitignore Root .gitignore files should generally be checked in. --- Joomla.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Joomla.gitignore b/Joomla.gitignore index b6bf3a9c..378c158b 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -1,4 +1,3 @@ -/.gitignore /.htaccess /administrator/cache/* /administrator/components/com_admin/* From 4f1daa4277de48bf45db1444faefb563449ddf99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Gim=C3=A9nez?= Date: Sat, 24 Feb 2018 18:48:24 -0300 Subject: [PATCH 086/138] Add {prod, dev, whatever_enviroment}.secret.exs --- Elixir.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Elixir.gitignore b/Elixir.gitignore index b6d65867..86e4c3f3 100644 --- a/Elixir.gitignore +++ b/Elixir.gitignore @@ -6,3 +6,4 @@ erl_crash.dump *.ez *.beam +/config/*.secret.exs From 4f7105bd6ea55fdcc1b68d9718af31cd00446959 Mon Sep 17 00:00:00 2001 From: jtogrul Date: Sun, 25 Feb 2018 14:57:08 +0100 Subject: [PATCH 087/138] Ignored default sqlite database of Django --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index b989be6c..c9912069 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -56,6 +56,7 @@ coverage.xml .static_storage/ .media/ local_settings.py +db.sqlite3 # Flask stuff: instance/ From feacd863f31fc6103b738a0836e5e76502a827fa Mon Sep 17 00:00:00 2001 From: alex hall Date: Sun, 25 Feb 2018 14:55:31 -0800 Subject: [PATCH 088/138] Create Godot.gitignore A simple .gitignore for the Godot game engine. --- Godot.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Godot.gitignore diff --git a/Godot.gitignore b/Godot.gitignore new file mode 100644 index 00000000..14e15289 --- /dev/null +++ b/Godot.gitignore @@ -0,0 +1,12 @@ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Mono-specific ignores +.mono/ + +# System/tool-specific ignores +.directory +*~ From c4ed4015e674101690b7274d0e5d49d1cc43475f Mon Sep 17 00:00:00 2001 From: "Wesley T. Honeycutt" Date: Thu, 1 Mar 2018 19:38:51 -0600 Subject: [PATCH 089/138] Added htlatex for TeX.gitignore --- TeX.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 5359e544..78c1c5cd 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -110,6 +110,14 @@ acs-*.bib *.gaux *.gtex +# htlatex +*.4ct +*.4tc +*.idv +*.lg +*.trc +*.xref + # hyperref *.brf From 60ad7088f7b41a53fbfd64f372a909dc3c8b1df1 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Fri, 2 Mar 2018 10:39:24 -0800 Subject: [PATCH 090/138] Fix URL in comments Points to valid URI --- Dart.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dart.gitignore b/Dart.gitignore index 58950beb..7bf00e82 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,4 +1,4 @@ -# 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/ From 433d622b9fa01f7266e6785e6d246e4796a18658 Mon Sep 17 00:00:00 2001 From: alex hall Date: Wed, 7 Mar 2018 15:34:01 -0800 Subject: [PATCH 091/138] remove system specific ignores. --- Godot.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Godot.gitignore b/Godot.gitignore index 14e15289..ba45ca45 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -6,7 +6,3 @@ export_presets.cfg # Mono-specific ignores .mono/ - -# System/tool-specific ignores -.directory -*~ From afa7cc29c6551e91cde4f18bef3a78a8c1d2ea9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Sun, 11 Mar 2018 10:21:27 -0300 Subject: [PATCH 092/138] KiCad: Add formar documentation link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- KiCad.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index 208bc4fc..6b522fa8 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -1,4 +1,5 @@ # For PCBs designed using KiCad: http://www.kicad-pcb.org/ +# Format documentation: http://kicad-pcb.org/help/file-formats/ # Temporary files *.000 From 820f5343c0455bcecff7f436a07e326f320bce30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Sun, 11 Mar 2018 10:22:05 -0300 Subject: [PATCH 093/138] KiCad: Add backup, cache and rascue formats MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- KiCad.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index 6b522fa8..198392e5 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -9,6 +9,10 @@ *~ _autosave-* *.tmp +*-cache.lib +*-rescue.lib +*-save.pro +*-save.kicad_pcb # Netlist files (exported from Eeschema) *.net From 962020b16ced04b1073e89da970bf9e29f0bc618 Mon Sep 17 00:00:00 2001 From: Jan Hacker Date: Tue, 13 Mar 2018 13:34:43 +0100 Subject: [PATCH 094/138] Update documentation link cargo.toml vs cargo.lock --- Rust.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rust.gitignore b/Rust.gitignore index 50281a44..088ba6ba 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -3,7 +3,7 @@ /target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries -# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock +# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html Cargo.lock # These are backup files generated by rustfmt From 7b6718742aea040842f651be9649414121b61f31 Mon Sep 17 00:00:00 2001 From: Popa Marius Adrian Date: Thu, 15 Mar 2018 15:51:27 +0200 Subject: [PATCH 095/138] remove VS year from comments --- Unity.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 75e5b140..a7c0c70a 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -5,7 +5,7 @@ [Bb]uilds/ Assets/AssetStoreTools* -# Visual Studio 2015 cache directory +# Visual Studio cache directory /.vs/ # Autogenerated VS/MD/Consulo solution and project files From 059d3235bac200ea0d59de9681f619a3fca26027 Mon Sep 17 00:00:00 2001 From: Xtreak Date: Sun, 18 Mar 2018 10:40:50 +0530 Subject: [PATCH 096/138] Update .gitignore with .cpcache The current clojure deps tool creates .cpcache directory in the project directory while using .deps.edn --- Leiningen.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index a9fe6fba..a4cb69a3 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -11,3 +11,4 @@ pom.xml.asc .lein-plugins/ .lein-failures .nrepl-port +.cpcache/ From f2458c0901b21b19f0082907cc4d37ab2ad399ab Mon Sep 17 00:00:00 2001 From: Adrian Reyer Date: Mon, 19 Mar 2018 11:07:09 +0100 Subject: [PATCH 097/138] allow .ssh directory --- Global/Vim.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 6d21783d..f498c151 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -1,7 +1,8 @@ # Swap [._]*.s[a-v][a-z] [._]*.sw[a-p] -[._]s[a-v][a-z] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] [._]sw[a-p] # Session From 3b68f7e5376ad0142f8508bb90cc6c618a8c8c35 Mon Sep 17 00:00:00 2001 From: gotonode <5214152+gotonode@users.noreply.github.com> Date: Sat, 24 Mar 2018 12:08:54 +0200 Subject: [PATCH 098/138] Update Node.gitignore --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index d1bed128..ad46b308 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -36,7 +36,7 @@ build/Release node_modules/ jspm_packages/ -# Typescript v1 declaration files +# TypeScript v1 declaration files typings/ # Optional npm cache directory From 5713541b526e3bbdbfffe74c2a699b7b6c033c75 Mon Sep 17 00:00:00 2001 From: Arthur Kelsch Date: Sun, 25 Mar 2018 22:55:39 +0200 Subject: [PATCH 099/138] Remove colons at the end of comments --- Global/JetBrains.gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 9c01e12b..1f12b050 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,12 +1,12 @@ # 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: +# User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml .idea/dictionaries -# Sensitive or high-churn files: +# Sensitive or high-churn files .idea/**/dataSources/ .idea/**/dataSources.ids .idea/**/dataSources.local.xml @@ -14,7 +14,7 @@ .idea/**/dynamic.xml .idea/**/uiDesigner.xml -# Gradle: +# Gradle .idea/**/gradle.xml .idea/**/libraries @@ -22,13 +22,13 @@ cmake-build-debug/ cmake-build-release/ -# Mongo Explorer plugin: +# Mongo Explorer plugin .idea/**/mongoSettings.xml -## File-based project format: +## File-based project format *.iws -## Plugin-specific files: +## Plugin-specific files # IntelliJ out/ From 6648c555044a5f52dcf57703dc81f0cb53e74fe9 Mon Sep 17 00:00:00 2001 From: Arthur Kelsch Date: Sun, 25 Mar 2018 22:59:15 +0200 Subject: [PATCH 100/138] Use one hashtag instead of two --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 1f12b050..207f221d 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -25,7 +25,7 @@ cmake-build-release/ # Mongo Explorer plugin .idea/**/mongoSettings.xml -## File-based project format +# File-based project format *.iws ## Plugin-specific files From ec80f6d1a66f1ab946ab6f0a94f75594f138d7af Mon Sep 17 00:00:00 2001 From: Arthur Kelsch Date: Sun, 25 Mar 2018 23:00:01 +0200 Subject: [PATCH 101/138] Remove unnecessary comment --- Global/JetBrains.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 207f221d..6489c4c7 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -28,8 +28,6 @@ cmake-build-release/ # File-based project format *.iws -## Plugin-specific files - # IntelliJ out/ From a0f645dd3390f88c6a42a627dac8f3194eb3ca63 Mon Sep 17 00:00:00 2001 From: linlux Date: Mon, 26 Mar 2018 12:43:10 +0200 Subject: [PATCH 102/138] added: *.iobj, *.ipdb "These files are produced when Incremental Link-Time Code Generation (LTCG) is enabled." https://stackoverflow.com/questions/31554559/possible-to-stop-generating-ipdb-iobj-files-by-visual-studio-2015 --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 219a825e..4c27bdfc 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -64,8 +64,10 @@ StyleCopReport.xml *.ilk *.meta *.obj +*.iobj *.pch *.pdb +*.ipdb *.pgc *.pgd *.rsp From 1af113752b6c0dfbfb748216d14d841f96b0a261 Mon Sep 17 00:00:00 2001 From: chimame Date: Wed, 28 Mar 2018 22:19:32 +0900 Subject: [PATCH 103/138] Add exclude credential master key of Rails 5.2 --- Rails.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.gitignore b/Rails.gitignore index 828ab1d5..e62f78e1 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -14,6 +14,7 @@ pickle-email-*.html # TODO Comment out this rule if you are OK with secrets being uploaded to the repo config/initializers/secret_token.rb +config/master.key # Only include if you have production secrets in this file, which is no longer a Rails default # config/secrets.yml From d3be917271206a3bd31c0cfb970c315129fab420 Mon Sep 17 00:00:00 2001 From: Terik23 Date: Wed, 28 Mar 2018 19:24:48 +0500 Subject: [PATCH 104/138] Add the idea caches to gitignore --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index d5713722..6d3df345 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -39,6 +39,7 @@ captures/ .idea/gradle.xml .idea/dictionaries .idea/libraries +.idea/caches # Keystore files # Uncomment the following line if you do not want to check your keystore files in. From c64252ad688d2903681d84e3e258bc7a9024b2f8 Mon Sep 17 00:00:00 2001 From: Hideki Ikemoto Date: Fri, 30 Mar 2018 22:18:55 +0900 Subject: [PATCH 105/138] JetBrains: add .idea/httpRequests This directory used by HTTP Client in IntelliJ IDEA (and other product). https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html#viewingResponse --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 6489c4c7..a83a428c 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -45,3 +45,6 @@ com_crashlytics_export_strings.xml crashlytics.properties crashlytics-build.properties fabric.properties + +# Editor-based Rest Client +.idea/httpRequests From 54f6f8ebadbf0c63c8eb977aa087bece0b349a2b Mon Sep 17 00:00:00 2001 From: "Sah (esaalii)" Date: Sat, 31 Mar 2018 19:10:23 +0200 Subject: [PATCH 106/138] Update Android.gitignore Ignore .idea/assetWizardSettings.xml for Android Studio 3.1 --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index d5713722..9f746c2c 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -37,6 +37,7 @@ captures/ .idea/workspace.xml .idea/tasks.xml .idea/gradle.xml +.idea/assetWizardSettings.xml .idea/dictionaries .idea/libraries From 88c8869b3186f63415f2834f427144647d67df41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=B6rfer?= Date: Mon, 2 Apr 2018 00:39:47 +0200 Subject: [PATCH 107/138] Added default annotation processing directory to Eclipse.gitignore --- Global/Eclipse.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 0eb8a5e8..040aaabe 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -47,6 +47,9 @@ local.properties # Code Recommenders .recommenders/ +# Annotation Processing +.apt_generated/ + # Scala IDE specific (Scala & Java development for Eclipse) .cache-main .scala_dependencies From 18bdb8848434d872279292c7e90e99fe192169bb Mon Sep 17 00:00:00 2001 From: Josh Kodroff Date: Wed, 4 Apr 2018 13:59:50 -0400 Subject: [PATCH 108/138] Remove tfvars files from Terraform.gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `tfvars` files should not be gitignore-d as they are used to parameterize a Terraform root for multiple environments, e.g.: ```bash $ tree terraform/roots/vpc terraform/roots/vpc ├── env │   ├── production.tfvars │   ├── qa.tfvars │   └── staging.tfvars └── main.tf ``` There may be a use case where a particular `tfvars` file should be ignored, but there's no naming convention I'm aware of to easily designate such a file. --- Terraform.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 1fef4ab9..428217ad 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -4,6 +4,3 @@ # .tfstate files *.tfstate *.tfstate.* - -# .tfvars files -*.tfvars From f76d82c82016dac06dd3c5c13db98ee9b8b9e21e Mon Sep 17 00:00:00 2001 From: Tim Whitbeck Date: Thu, 5 Apr 2018 08:44:07 -0400 Subject: [PATCH 109/138] Add shelf to JetBrains.gitignore --- Global/JetBrains.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index a83a428c..b09cb3db 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -4,7 +4,8 @@ # User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml -.idea/dictionaries +.idea/**/dictionaries +.idea/**/shelf # Sensitive or high-churn files .idea/**/dataSources/ From 1f6879c2eee1e0c9ef695aa1744dc3396ab3d4e0 Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Thu, 5 Apr 2018 12:23:00 -0500 Subject: [PATCH 110/138] Fix the anchor to ignore section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 322a4ab3..55483568 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ the following resources are a great place to start: [man]: http://git-scm.com/docs/gitignore [help]: https://help.github.com/articles/ignoring-files -[chapter]: http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files +[chapter]: https://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#_ignoring [progit]: http://git-scm.com/book ## Folder structure From c6c8b8db0b04461e0b3f4f27f8df677006b806ac Mon Sep 17 00:00:00 2001 From: Riva Junior Date: Sat, 7 Apr 2018 16:58:12 -0300 Subject: [PATCH 111/138] Add a new .msix extension Microsoft was announced a new extension of installer for Windows. I just added that one to be ignored as default, like others installers files. References: https://blogs.windows.com/buildingapps/2018/03/07/three-things-need-know-windows-developer-day/ https://github.com/Microsoft/msix-packaging --- Global/Windows.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 846a1db8..0251dd21 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -15,6 +15,7 @@ $RECYCLE.BIN/ # Windows Installer files *.cab *.msi +*.msix *.msm *.msp From 5cdf57adf7e545c6b137e6b13a2aaa4d8cbb96b1 Mon Sep 17 00:00:00 2001 From: Matthew Robbins Date: Mon, 9 Apr 2018 10:41:11 +1000 Subject: [PATCH 112/138] Added MFractor's working folder to VisualStudio.gitignore MFractor is a Xamarin/Visual Studio Mac productivity tool used by 1000's of Xamarin developers. The `.mfractor/` folder should not be included in source control (but often is). --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4c27bdfc..29063cf6 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -324,3 +324,6 @@ ASALocalRun/ # NVidia Nsight GPU debugger configuration file *.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ From 65bbc266474e435a1604ec1e8ec37562ba1db7c4 Mon Sep 17 00:00:00 2001 From: Jonas Lemke Date: Tue, 10 Apr 2018 14:55:14 +0200 Subject: [PATCH 113/138] Added *.nlo and *.nls extensions to TeX.gitignore --- TeX.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 78c1c5cd..c560658e 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -153,7 +153,9 @@ _minted* *.mw # nomencl +*.nlg *.nlo +*.nls # pax *.pax From 52d686b17f069309226a3b96a16609bead558fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Andreu?= Date: Thu, 12 Apr 2018 09:44:21 +0100 Subject: [PATCH 114/138] Added NiFi .nar files --- Java.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Java.gitignore b/Java.gitignore index 6143e53f..a1c2a238 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -13,6 +13,7 @@ # Package Files # *.jar *.war +*.nar *.ear *.zip *.tar.gz From 3abb3367bcd00933eebd88593b0d0fcb87b488db Mon Sep 17 00:00:00 2001 From: Julian Caicedo Date: Fri, 13 Apr 2018 12:23:48 +0200 Subject: [PATCH 115/138] Specify screenshot files only, not whole folder The whole screenshots folder shouldn't be ignore since there could be frameit configuration in it (Framefile.json, fonts, background.jpg, *.strings, etc...). It'd be better to just ignore the generated PNG screenshots. --- Swift.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Swift.gitignore b/Swift.gitignore index 161179bf..0df134f4 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -64,5 +64,5 @@ Carthage/Build fastlane/report.xml fastlane/Preview.html -fastlane/screenshots +fastlane/screenshots/*/*.png fastlane/test_output From def46d4fa1fa4cb784bd25e1d9043f598ddf6980 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Fri, 13 Apr 2018 16:28:46 +0200 Subject: [PATCH 116/138] Ignore generated *.xmpi files Source: https://texdoc.net/pkg/xmpincl -> page 3: > basically create a new file .xmpi --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index c560658e..6f1c6960 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -198,6 +198,9 @@ pythontex-files-*/ # easy-todo *.lod +# xmpincl +*.xmpi + # xindy *.xdy From a9f6d9944e0a313549b9c415ef9e797e05dc9340 Mon Sep 17 00:00:00 2001 From: Julian Caicedo Date: Sun, 15 Apr 2018 15:34:51 +0200 Subject: [PATCH 117/138] Double asterisk in path --- Swift.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Swift.gitignore b/Swift.gitignore index 0df134f4..312d1f65 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -64,5 +64,5 @@ Carthage/Build fastlane/report.xml fastlane/Preview.html -fastlane/screenshots/*/*.png +fastlane/screenshots/**/*.png fastlane/test_output From 168b75d7ec6e4c0c34de4536ddff57cfd54a6776 Mon Sep 17 00:00:00 2001 From: kilian442 Date: Mon, 16 Apr 2018 09:12:00 +0200 Subject: [PATCH 118/138] Visual studio cache issue /.vs/ do not catch the visual studio cache folder but .vs/ do --- Unity.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index a7c0c70a..184557c0 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -6,7 +6,7 @@ Assets/AssetStoreTools* # Visual Studio cache directory -/.vs/ +.vs/ # Autogenerated VS/MD/Consulo solution and project files ExportedObj/ From 25e7701e5fd2663a460da80d053c23c4f46c37bf Mon Sep 17 00:00:00 2001 From: Julian Caicedo Date: Mon, 16 Apr 2018 19:01:55 +0200 Subject: [PATCH 119/138] [Fastlane] Specify screenshot files only, rather than whole folder (in case the user has frameit config) The whole screenshots folder shouldn't be ignore since there could be frameit configuration in it (Framefile.json, fonts, background.jpg, *.strings, etc...). It'd be better to just ignore the generated PNG screenshot files. --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 09dfede4..86de6aa3 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -52,7 +52,7 @@ Carthage/Build fastlane/report.xml fastlane/Preview.html -fastlane/screenshots +fastlane/screenshots/**/*.png fastlane/test_output # Code Injection From 48901518711de752155b2f6cf5627bcaf9caabd1 Mon Sep 17 00:00:00 2001 From: Owen Blacker Date: Sat, 28 Apr 2018 15:13:48 +0100 Subject: [PATCH 120/138] Added *.opendb --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 184557c0..0210746b 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -22,6 +22,7 @@ ExportedObj/ *.booproj *.svd *.pdb +*.opendb # Unity3D generated meta files *.pidb.meta From d878f04545852bc876c40f48e19dabbf184d052e Mon Sep 17 00:00:00 2001 From: Thomas Ferreira de Lima Date: Sun, 29 Apr 2018 23:13:19 -0400 Subject: [PATCH 121/138] adding exception for *.spl from elsarticle.cls --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 6f1c6960..e6598ba1 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -237,3 +237,6 @@ TSWLatexianTemp* # standalone packages *.sta + +# generated if using elsarticle.cls +*.spl From 767c1f8a1d2b0f1f244910866c8a45ce1bdf36e0 Mon Sep 17 00:00:00 2001 From: 14roiron <14roiron@users.noreply.github.com> Date: Tue, 1 May 2018 11:39:32 -0400 Subject: [PATCH 122/138] Exclude coder temporary folders --- Global/Matlab.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index d87a6bdb..3168f599 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -18,6 +18,9 @@ helpsearch*/ slprj/ sccprj/ +# Matlab code generation folders +codegen/ + # Simulink autosave extension *.autosave From 17da48e4d69abb24dae1df2132795bc905ce3a4a Mon Sep 17 00:00:00 2001 From: Igor Epstein Date: Tue, 1 May 2018 22:02:53 +0300 Subject: [PATCH 123/138] Add persistent undo to Vim.gitignore --- Global/Vim.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 6d21783d..19cfe22f 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -12,3 +12,5 @@ Session.vim *~ # Auto-generated tag files tags +# Persistent undo +[._]*.un~ From b442e97798770dba98475b178be1f557c15119e8 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 2 May 2018 16:51:32 -0400 Subject: [PATCH 124/138] Ignore Reporting Project Upgrade backup files The conversion process from the old custom rptproj to the MSBuild based projects creates a .bak backup file --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 29063cf6..3e759b75 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -240,6 +240,7 @@ Backup*/ UpgradeLog*.XML UpgradeLog*.htm ServiceFabricBackup/ +*.rptproj.bak # SQL Server files *.mdf From d6ec68fd8d28d401dbb11c728b89703e7afd9f39 Mon Sep 17 00:00:00 2001 From: Jefry Dewangga Date: Sun, 6 May 2018 17:31:38 +0700 Subject: [PATCH 125/138] Add exception for nuxt.js output --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index ad46b308..f15ee23c 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -59,3 +59,6 @@ typings/ # next.js build output .next + +# nuxt.js build output +.nuxt From 24d50f85db5d1818d7f24c5278fee1d124dc1a8e Mon Sep 17 00:00:00 2001 From: Aniruddha Shastri Date: Wed, 9 May 2018 13:28:57 -0500 Subject: [PATCH 126/138] Ignore the .cache folder for LabVIEW projects Ignore the .cache folder for LabVIEW projects. This is a local folder with metadata used by LabVIEW NXG. --- LabVIEW.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LabVIEW.gitignore b/LabVIEW.gitignore index 12245086..31619f59 100644 --- a/LabVIEW.gitignore +++ b/LabVIEW.gitignore @@ -14,3 +14,4 @@ # Metadata *.aliases *.lvlps +.cache/ From 7054f5d9b4be299a75bcc5dbb2135defe3327116 Mon Sep 17 00:00:00 2001 From: Kenji Ohtsuka Date: Thu, 10 May 2018 23:10:36 +0900 Subject: [PATCH 127/138] Update JetBrains.gitignore ignore dbnavigator.xml because it contains sensitive data, such as host, port, db, user name, and so on. --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index b09cb3db..4d5117a1 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -14,6 +14,7 @@ .idea/**/sqlDataSources.xml .idea/**/dynamic.xml .idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml # Gradle .idea/**/gradle.xml From 47fd5882966933641d422da97bbcae13c4933201 Mon Sep 17 00:00:00 2001 From: Yin Li Date: Mon, 2 Apr 2018 20:59:16 -0700 Subject: [PATCH 128/138] Add latexrun default directory for auxiliary files --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index e6598ba1..3d12d3f9 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -40,6 +40,10 @@ *.synctex.gz(busy) *.pdfsync +## Build tool directories for auxiliary files +# latexrun +latex.out/ + ## Auxiliary and intermediate files from other packages: # algorithms *.alg From da1a8284717a93b6cdeeb35a0ac5831ff7c2071e Mon Sep 17 00:00:00 2001 From: Josh Kodroff Date: Sun, 13 May 2018 17:55:40 -0400 Subject: [PATCH 129/138] Update Terraform.gitignore --- Terraform.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 428217ad..29c51746 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -4,3 +4,9 @@ # .tfstate files *.tfstate *.tfstate.* + +# Ignore any .tfvars files that are generated automatically for each Terraform run. Most +# .tfvars files are managed as part of configuration and so should be included in +# version control. +# +# example.tfvars From c26008c00dac481a1f780751d6d005d52fd15b83 Mon Sep 17 00:00:00 2001 From: Giovanni Bassi Date: Sat, 19 May 2018 20:56:25 -0300 Subject: [PATCH 130/138] Do not ignore launchsettings.json for VS Ignoring `launchSettings.json` does not make much sense. Now .NET CLI even considers this file when running with `dotnet run`, as you can read [here](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-run?tabs=netcore2x). This settings will be useful if shared among project members, so it should be commited to the repo. Also, on the default `.gitignore` file generated by Visual Studio it is not ignored, so this causes confusion, as depending on how `.gitignore` was created it could be commited in or not. --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 3e759b75..1e9abf78 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -52,7 +52,6 @@ BenchmarkDotNet.Artifacts/ project.lock.json project.fragment.lock.json artifacts/ -**/Properties/launchSettings.json # StyleCop StyleCopReport.xml From 560f235f1fc0468b2804d9035f0188149acc4252 Mon Sep 17 00:00:00 2001 From: Darryl Abbate Date: Thu, 24 May 2018 00:12:37 -0500 Subject: [PATCH 131/138] Add all sourcemap file formats --- Sass.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Sass.gitignore b/Sass.gitignore index 486b32ce..159f5151 100644 --- a/Sass.gitignore +++ b/Sass.gitignore @@ -1,2 +1,4 @@ .sass-cache/ *.css.map +*.sass.map +*.scss.map From e2824c0903563ca9264b67d7bd7a693a6d3a1dd8 Mon Sep 17 00:00:00 2001 From: segayuu Date: Fri, 25 May 2018 13:11:51 +0900 Subject: [PATCH 132/138] Add Vuepress build defalult output Directory --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index ad46b308..47ed2ccb 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -59,3 +59,6 @@ typings/ # next.js build output .next + +# vuepress build output +.vuepress/dist From a58f1ab0cdb672cda0b3303413dbca962705a629 Mon Sep 17 00:00:00 2001 From: Tobi Fuhrimann Date: Fri, 25 May 2018 11:53:33 +0200 Subject: [PATCH 133/138] Ignore Terraform crash log files --- Terraform.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 29c51746..d9397e2d 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -1,10 +1,13 @@ -# Local .terraform directories +# Local .terraform directories **/.terraform/* # .tfstate files *.tfstate *.tfstate.* +# Crash log files +crash.log + # Ignore any .tfvars files that are generated automatically for each Terraform run. Most # .tfvars files are managed as part of configuration and so should be included in # version control. From 7df710b0dd48ae1d2d5e6c47376de06190edad93 Mon Sep 17 00:00:00 2001 From: BC Ko Date: Sun, 27 May 2018 14:04:07 -0700 Subject: [PATCH 134/138] Update Dart.gitignore updated according to https://www.dartlang.org/guides/libraries/private-files --- Dart.gitignore | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/Dart.gitignore b/Dart.gitignore index 7bf00e82..bd7e39fa 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -3,7 +3,6 @@ # Files and directories created by pub .dart_tool/ .packages -.pub/ build/ # If you're building an application, you may want to check-in your pubspec.lock pubspec.lock @@ -11,3 +10,20 @@ pubspec.lock # Directory created by dartdoc # If you don't generate documentation locally you can remove this line. doc/api/ + +# Avoid committing generated Javascript files: +*.dart.js +*.info.json # Produced by the --dump-info flag. +*.js # When generated by dart2js. Don't specify *.js if your + # project includes source files written in JavaScript. +*.js_ +*.js.deps +*.js.map + + +# files and directories created by development environments +*.iml // IntelliJ +*.ipr // IntelliJ +*.iws // IntelliJ +.idea/ // IntelliJ +.DS_Store // Mac From 88e67f9931151db8f2cc102e3db2903d97ef873e Mon Sep 17 00:00:00 2001 From: Tejas Shah Date: Sun, 27 May 2018 16:58:49 -0700 Subject: [PATCH 135/138] Add .serverless to gitignore --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 47ed2ccb..4454ba1b 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -62,3 +62,6 @@ typings/ # vuepress build output .vuepress/dist + +# Serverless directories +.serverless From e144ca670f192306f1aba04bcff1f02574c99628 Mon Sep 17 00:00:00 2001 From: BC Ko Date: Sun, 27 May 2018 17:22:53 -0700 Subject: [PATCH 136/138] remove Jetbrain and MacOS related values --- Dart.gitignore | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index bd7e39fa..dbef116d 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -19,11 +19,3 @@ doc/api/ *.js_ *.js.deps *.js.map - - -# files and directories created by development environments -*.iml // IntelliJ -*.ipr // IntelliJ -*.iws // IntelliJ -.idea/ // IntelliJ -.DS_Store // Mac From a47c27d3517b7faa04e5332a37c869b2c857127b Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 5 Jun 2018 11:09:20 +0700 Subject: [PATCH 137/138] Trim trailing whitespace --- .github/PULL_REQUEST_TEMPLATE.md | 4 ++-- CONTRIBUTING.md | 6 +++--- Delphi.gitignore | 2 +- Global/Eclipse.gitignore | 2 +- Global/Matlab.gitignore | 12 ++++++------ Global/SynopsysVCS.gitignore | 8 ++++---- Umbraco.gitignore | 2 +- VisualStudio.gitignore | 6 +++--- 8 files changed, 21 insertions(+), 21 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 058f0144..247a5b56 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,10 +2,10 @@ _TODO_ -**Links to documentation supporting these rule changes:** +**Links to documentation supporting these rule changes:** _TODO_ -If this is a new template: +If this is a new template: - **Link to application or project’s homepage**: _TODO_ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1b94f6cb..c6938381 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,17 +6,17 @@ high quality, we request that contributions adhere to the following guidelines. - **Provide a link to the application or project’s homepage**. Unless it’s extremely popular, there’s a chance the maintainers don’t know about or use the language, framework, editor, app, or project your change applies to. - + - **Provide links to documentation** supporting the change you’re making. Current, canonical documentation mentioning the files being ignored is best. If documentation isn’t available to support your change, do the best you can to explain what the files being ignored are for. - + - **Explain why you’re making a change**. Even if it seems self-evident, please take a sentence or two to tell us why your change or addition should happen. It’s especially helpful to articulate why this change applies to *everyone* who works with the applicable technology, rather than just you or your team. - + - **Please consider the scope of your change**. If your change specific to a certain language or framework, then make sure the change is made to the template for that language or framework, rather than to the template for an diff --git a/Delphi.gitignore b/Delphi.gitignore index 19864c6b..000ee5f1 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -20,7 +20,7 @@ # Deployment Manager configuration file for your project. Added in Delphi XE2. # Uncomment this if it is not mobile development and you do not use remote debug feature. #*.deployproj -# +# # C++ object files produced when C/C++ Output file generation is configured. # Uncomment this if you are not using external objects (zlib library for example). #*.obj diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 0eb8a5e8..9eb67c9f 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -23,7 +23,7 @@ local.properties # CDT-specific (C/C++ Development Tooling) .cproject -# CDT- autotools +# CDT- autotools .autotools # Java annotation processor (APT) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index d87a6bdb..bdcfdc51 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -7,12 +7,12 @@ # Compiled MEX binaries (all platforms) *.mex* -# Packaged app and toolbox files -*.mlappinstall -*.mltbx - -# Generated helpsearch folders -helpsearch*/ +# Packaged app and toolbox files +*.mlappinstall +*.mltbx + +# Generated helpsearch folders +helpsearch*/ # Simulink code generation folders slprj/ diff --git a/Global/SynopsysVCS.gitignore b/Global/SynopsysVCS.gitignore index eed2432f..ad751f6b 100644 --- a/Global/SynopsysVCS.gitignore +++ b/Global/SynopsysVCS.gitignore @@ -4,8 +4,8 @@ *.evcd *.fsdb -# Default name of the simulation executable. A different name can be -# specified with this switch (the associated daidir database name is +# Default name of the simulation executable. A different name can be +# specified with this switch (the associated daidir database name is # also taken from here): -o / simv @@ -13,7 +13,7 @@ simv simv.daidir/ simv.db.dir/ -# Infrastructure necessary to co-simulate SystemC models with +# Infrastructure necessary to co-simulate SystemC models with # Verilog/VHDL models. An alternate directory may be specified with this # switch: -Mdir= csrc/ @@ -22,7 +22,7 @@ csrc/ # used to write all messages from simulation: -l *.log -# Coverage results (generated with urg) and database location. The +# Coverage results (generated with urg) and database location. The # following switch can also be used: urg -dir .vdb simv.vdb/ urgReport/ diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 10fc2b4d..cd90af30 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -19,7 +19,7 @@ !**/App_Data/[Pp]ackages/* !**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/* -# ImageProcessor DiskCache +# ImageProcessor DiskCache **/App_Data/cache/ # Ignore the Models Builder models out of date flag diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1e9abf78..f431ddc7 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -220,7 +220,7 @@ ClientBin/ *.publishsettings orleans.codegen.cs -# Including strong name files can present a security risk +# Including strong name files can present a security risk # (https://github.com/github/gitignore/pull/2483#issue-259490424) #*.snk @@ -316,7 +316,7 @@ __pycache__/ # OpenCover UI analysis results OpenCover/ -# Azure Stream Analytics local run output +# Azure Stream Analytics local run output ASALocalRun/ # MSBuild Binary and Structured Log @@ -325,5 +325,5 @@ ASALocalRun/ # NVidia Nsight GPU debugger configuration file *.nvuser -# MFractors (Xamarin productivity tool) working folder +# MFractors (Xamarin productivity tool) working folder .mfractor/ From 0ec6fda4f5f6ac439a0551a3ee7fd657fe99dc3b Mon Sep 17 00:00:00 2001 From: Shawn Kovalchick Date: Mon, 11 Jun 2018 17:33:00 -0400 Subject: [PATCH 138/138] Ignore usage statistics file .idea/misc.xml used to contain usage statistics. This was broken out to usage.statistics.xml in the latest EAP (2018.2 EAP). It should be excluded from git. See https://youtrack.jetbrains.com/issue/IDEA-192913 --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 4d5117a1..e2c9c9e2 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -4,6 +4,7 @@ # User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml +.idea/**/usage.statistics.xml .idea/**/dictionaries .idea/**/shelf