From fcd0fe91a00026fe027229b38435a83e59e220b7 Mon Sep 17 00:00:00 2001 From: Josef Glatz Date: Wed, 2 Sep 2015 15:13:48 +0200 Subject: [PATCH 001/348] [TYPO3] Remove AdditionalConfiguration.php This file is part of the configuration for TYPO3. --- Typo3.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Typo3.gitignore b/Typo3.gitignore index 5781fcc3..029d7b1f 100644 --- a/Typo3.gitignore +++ b/Typo3.gitignore @@ -8,7 +8,6 @@ /typo3conf/temp_CACHED* /typo3conf/temp_fieldInfo.php /typo3conf/deprecation_*.log -/typo3conf/AdditionalConfiguration.php # Ignore system folders, you should have them symlinked. # If not comment out the following entries. /typo3 From 6fec0f51e560f6d8c8c116d0d2c8438c4dd4d89e Mon Sep 17 00:00:00 2001 From: Josef Glatz Date: Wed, 2 Sep 2015 15:16:43 +0200 Subject: [PATCH 002/348] [TYPO3] Add temporary files to .gitignore These temporary files should never be commited. --- Typo3.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Typo3.gitignore b/Typo3.gitignore index 029d7b1f..e8200c33 100644 --- a/Typo3.gitignore +++ b/Typo3.gitignore @@ -8,6 +8,8 @@ /typo3conf/temp_CACHED* /typo3conf/temp_fieldInfo.php /typo3conf/deprecation_*.log +/typo3conf/ENABLE_INSTALL_TOOL +/FIRST_INSTALL # Ignore system folders, you should have them symlinked. # If not comment out the following entries. /typo3 From 370abeac7c3db94fd506dc8cfbc5c0faeac47fd7 Mon Sep 17 00:00:00 2001 From: Josef Glatz Date: Wed, 2 Sep 2015 15:21:48 +0200 Subject: [PATCH 003/348] [TYPO3] Support basic TYPO3 composer distribution --- Typo3.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Typo3.gitignore b/Typo3.gitignore index e8200c33..0a7f9929 100644 --- a/Typo3.gitignore +++ b/Typo3.gitignore @@ -15,6 +15,7 @@ /typo3 /typo3_src /typo3_src-* +/Packages /.htaccess /index.php # Ignore temp directory. From e6d0ffa6f011c0b7b3135955b72d438e89b217a4 Mon Sep 17 00:00:00 2001 From: Josef Glatz Date: Wed, 2 Sep 2015 15:37:33 +0200 Subject: [PATCH 004/348] [TYPO3] Add ext:realurls's autoconfig file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If you are using the common used ext:realurl without a custom extConf the auto generated config file shouldn’t be added to scm. --- Typo3.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Typo3.gitignore b/Typo3.gitignore index 0a7f9929..d66ef8c0 100644 --- a/Typo3.gitignore +++ b/Typo3.gitignore @@ -9,6 +9,7 @@ /typo3conf/temp_fieldInfo.php /typo3conf/deprecation_*.log /typo3conf/ENABLE_INSTALL_TOOL +/typo3conf/realurl_autoconf.php /FIRST_INSTALL # Ignore system folders, you should have them symlinked. # If not comment out the following entries. From 42b5cf3ced345720d0201e2234c0895dabfc6746 Mon Sep 17 00:00:00 2001 From: Thomas Christoph Mueller Date: Mon, 2 Nov 2015 18:49:06 +0100 Subject: [PATCH 005/348] Initial gitignore file for [Cadence Virtuoso](http://www.cadence.com/products/cic/Pages/default.aspx) Cadence Virtuoso is a commercial EDA tool used for custom IC (ASIC) design. This gitignore file blacklists database lock files, the contents of run directories for layout versus schematic and design rule checks as well as log files for a selection of tools inside the package. --- Global/Virtuoso.gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Global/Virtuoso.gitignore diff --git a/Global/Virtuoso.gitignore b/Global/Virtuoso.gitignore new file mode 100644 index 00000000..2de03673 --- /dev/null +++ b/Global/Virtuoso.gitignore @@ -0,0 +1,18 @@ +# Gitignore for Cadence Virtuoso +################################################################ + +# Log files +*.log +panic*.log.* + +# OpenAccess database lock files +*.cdslck* + +# Run directories for layout vs. schematic and design rule check +lvsRunDir/* +drcRunDir/* + +# Abstract generation tool +abstract.log* +abstract.record* + From 236e6d0af085ec1f4852ad00d5cdeb3db8a5c930 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Juan=20Rico=20Mendoza?= Date: Tue, 28 Jun 2016 20:19:15 -0300 Subject: [PATCH 006/348] Add support for Dolphin Smalltalk --- Smalltalk.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Smalltalk.gitignore b/Smalltalk.gitignore index 75272b23..e56e539e 100644 --- a/Smalltalk.gitignore +++ b/Smalltalk.gitignore @@ -1,8 +1,11 @@ # changes file *.changes +*.chg # system image *.image +*.img7 +*.img # Pharo Smalltalk Debug log file PharoDebug.log @@ -10,6 +13,12 @@ PharoDebug.log # Squeak Smalltalk Debug log file SqueakDebug.log +# Dolphin Smalltalk source file +*.sml + +# Dolphin Smalltalk error file +*.errors + # Monticello package cache /package-cache From 5a355ed010640b689e06c589e38019bff81c9a15 Mon Sep 17 00:00:00 2001 From: Alexander Brevig Date: Tue, 30 Aug 2016 22:12:31 +0200 Subject: [PATCH 007/348] Add gitignore for Cypress Semiconductor IDE The PSoC is a popular microcontroller and the PSoC Creator is a great IDE that deserves a .gitignore so it's easier for people to share the _neccessary_ files for collaboration. >not affiliated --- Global/PSoCCreator.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Global/PSoCCreator.gitignore diff --git a/Global/PSoCCreator.gitignore b/Global/PSoCCreator.gitignore new file mode 100644 index 00000000..84f0236e --- /dev/null +++ b/Global/PSoCCreator.gitignore @@ -0,0 +1,16 @@ +# Project Settings +*.cywrk.* +*.cyprj.* + +# Generated Assets and Resources +Debug/ +Release/ +Export/ +*/codegentemp +*/Generated_Source +*_datasheet.pdf +*_timing.html +*.cycdx +*.cyfit +*.rpt +*.svd From d8776bf259fc6ee3ffbb227ab3a00c1bed49ac56 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Tue, 25 Oct 2016 23:19:42 -0400 Subject: [PATCH 008/348] A new template for Perl 6 http://www.perl6.org Just a start. Perl 6 creates these directories to store pre-compiled versions of modules. Perl 6 doesn't have a gitignore template yet, and it doesn't use the same build and installation system as Perl (5). --- Perl6.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Perl6.gitignore diff --git a/Perl6.gitignore b/Perl6.gitignore new file mode 100644 index 00000000..7b2c018a --- /dev/null +++ b/Perl6.gitignore @@ -0,0 +1,7 @@ +# Gitignore for Perl 6 (http://www.perl6.org) +# As part of https://github.com/github/gitignore + +# precompiled files +.precomp +lib/.precomp + From d5724e4198dcc486c029e446d22e3fd4893edaae Mon Sep 17 00:00:00 2001 From: marcrocny Date: Thu, 2 Mar 2017 17:14:45 -0500 Subject: [PATCH 009/348] VS15 bower - default config In VS15 (2017) the default .bowerrc repoints the default location to wwwroot/lib, and bower package restore is ON. --- VisualStudio.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index a752eacc..fa891f11 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -205,6 +205,9 @@ orleans.codegen.cs # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) #bower_components/ +# VS15: by default bower location is moved, bower restore is true +**/wwwroot/lib/ + # RIA/Silverlight projects Generated_Code/ @@ -284,4 +287,4 @@ __pycache__/ *.btp.cs *.btm.cs *.odx.cs -*.xsd.cs \ No newline at end of file +*.xsd.cs From 6686e52dbee808c0eab4d4197ff080363657853d Mon Sep 17 00:00:00 2001 From: Marc Lewandowski Date: Mon, 6 Mar 2017 13:14:55 -0500 Subject: [PATCH 010/348] update wwwroot/lib description; revert EOF --- VisualStudio.gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index fa891f11..4a20d44c 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -204,8 +204,7 @@ orleans.codegen.cs # Since there are multiple workflows, uncomment next line to ignore bower_components # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) #bower_components/ - -# VS15: by default bower location is moved, bower restore is true +# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true **/wwwroot/lib/ # RIA/Silverlight projects @@ -287,4 +286,4 @@ __pycache__/ *.btp.cs *.btm.cs *.odx.cs -*.xsd.cs +*.xsd.cs \ No newline at end of file From 1da4978fc81ab9c7f0dff471bfd201400cffe21a Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 10 May 2017 10:00:35 +0200 Subject: [PATCH 011/348] Create PuTTY.gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Reasons for making this change:** PuTTYgen is a widely used alternative to OpenSSH under Windows. This rule allows private keys ignoring. If this is a new template: - **Link to application or project’s homepage**: https://www.chiark.greenend.org.uk/~sgtatham/putty/ --- Global/PuTTY.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/PuTTY.gitignore diff --git a/Global/PuTTY.gitignore b/Global/PuTTY.gitignore new file mode 100644 index 00000000..c37466b1 --- /dev/null +++ b/Global/PuTTY.gitignore @@ -0,0 +1,2 @@ +# Private key +*.ppk From 33718ca1c04979482554996854b324de71d41ba8 Mon Sep 17 00:00:00 2001 From: Lasse Meyer Date: Sat, 29 Jul 2017 00:11:12 +0200 Subject: [PATCH 012/348] Update JetBrains.gitignore. - Ignore all cmake build directories, not just debug. --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 345e61ae..de088f0b 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -20,7 +20,7 @@ .idea/**/libraries # CMake -cmake-build-debug/ +cmake-build-*/ # Mongo Explorer plugin: .idea/**/mongoSettings.xml 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 013/348] 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 430b19e374f2cc292b962dcc63774c8ae2413bf4 Mon Sep 17 00:00:00 2001 From: Justin Hartman Date: Thu, 4 Jan 2018 04:57:41 +0200 Subject: [PATCH 014/348] New template file for Images --- Global/Images.gitignore | 63 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 Global/Images.gitignore diff --git a/Global/Images.gitignore b/Global/Images.gitignore new file mode 100644 index 00000000..97dcdbe6 --- /dev/null +++ b/Global/Images.gitignore @@ -0,0 +1,63 @@ +# JPEG +*.jpg +*.jpeg +*.jpe +*.jif +*.jfif +*.jfi + +# JPEG 2000 +*.jp2 +*.j2k +*.jpf +*.jpx +*.jpm +*.mj2 + +# JPEG XR +*.jxr +*.hdp +*.wdp + +# Graphics Interchange Format +*.gif + +# RAW +*.raw + +# Web P +*.webp + +# Portable Network Graphics +*.png + +# Animated Portable Network Graphics +*.apng + +# Multiple-image Network Graphics +*.mng + +# Tagged Image File Format +*.tiff +*.tif + +# Scalable Vector Graphics +*.svg +*.svgz + +# Portable Document Format +*.pdf + +# X BitMap +*.xbm + +# BMP +*.bmp +*.dib + +# ICO +*.ico + +# 3D Images +*.3dm +*.max From ae7feb6f26384605e911f8a037f6d42d929ac399 Mon Sep 17 00:00:00 2001 From: Justin Hartman Date: Thu, 4 Jan 2018 05:07:49 +0200 Subject: [PATCH 015/348] New template file for Backup file formats --- Global/Backup.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Global/Backup.gitignore diff --git a/Global/Backup.gitignore b/Global/Backup.gitignore new file mode 100644 index 00000000..93e47d82 --- /dev/null +++ b/Global/Backup.gitignore @@ -0,0 +1,4 @@ +*.bak +*.gho +*.ori +*.tmp From f2458c0901b21b19f0082907cc4d37ab2ad399ab Mon Sep 17 00:00:00 2001 From: Adrian Reyer Date: Mon, 19 Mar 2018 11:07:09 +0100 Subject: [PATCH 016/348] 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 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 017/348] 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 018/348] 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 65f36cc6b6b9da50e663bd40a4255984c8db0869 Mon Sep 17 00:00:00 2001 From: "James Z.M. Gao" Date: Sun, 8 Apr 2018 17:14:48 +0800 Subject: [PATCH 019/348] maven-wrapper.jar can be removed from the source see: https://github.com/takari/maven-wrapper#usage-without-binary-jar --- Maven.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Maven.gitignore b/Maven.gitignore index 5f2dbe11..1cdc9f7f 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -7,6 +7,3 @@ release.properties dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties - -# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) -!/.mvn/wrapper/maven-wrapper.jar 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 020/348] 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 d6ec68fd8d28d401dbb11c728b89703e7afd9f39 Mon Sep 17 00:00:00 2001 From: Jefry Dewangga Date: Sun, 6 May 2018 17:31:38 +0700 Subject: [PATCH 021/348] 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 022/348] 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 47fd5882966933641d422da97bbcae13c4933201 Mon Sep 17 00:00:00 2001 From: Yin Li Date: Mon, 2 Apr 2018 20:59:16 -0700 Subject: [PATCH 023/348] 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 024/348] 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 025/348] 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 026/348] 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 027/348] 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 028/348] 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 029/348] 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 030/348] 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 031/348] 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 032/348] 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 033/348] 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 From 4c6054fdb92c1b4d26fc264ebcfe094dd563ff53 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 14 Jun 2018 08:53:48 -0500 Subject: [PATCH 034/348] Updated for Codekit 3 --- Global/CodeKit.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/CodeKit.gitignore b/Global/CodeKit.gitignore index bd9e67fc..09b84126 100644 --- a/Global/CodeKit.gitignore +++ b/Global/CodeKit.gitignore @@ -1,3 +1,4 @@ # General CodeKit files to ignore config.codekit +config.codekit3 /min From 5f9c70b4bf218f66762e7665a788bb32c7e4166b Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 18 Jun 2018 11:20:48 +0700 Subject: [PATCH 035/348] Backup: Add *.orig --- Global/Backup.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Backup.gitignore b/Global/Backup.gitignore index 93e47d82..825ce52d 100644 --- a/Global/Backup.gitignore +++ b/Global/Backup.gitignore @@ -1,4 +1,5 @@ *.bak *.gho *.ori +*.orig *.tmp From b34c1e33e270da3196ea341cb856af6f88c4e0ca Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 18 Jun 2018 11:22:44 +0700 Subject: [PATCH 036/348] New file for artifacts of patch --- Global/Patch.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/Patch.gitignore diff --git a/Global/Patch.gitignore b/Global/Patch.gitignore new file mode 100644 index 00000000..6ffab9ad --- /dev/null +++ b/Global/Patch.gitignore @@ -0,0 +1,2 @@ +*.orig +*.rej From f6fa01ee0dc4ca02db01cc730a9c798fa5dd256a Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 18 Jun 2018 11:33:48 +0700 Subject: [PATCH 037/348] New file for diff files --- Global/Diff.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Global/Diff.gitignore diff --git a/Global/Diff.gitignore b/Global/Diff.gitignore new file mode 100644 index 00000000..59491b44 --- /dev/null +++ b/Global/Diff.gitignore @@ -0,0 +1,2 @@ +*.patch +*.diff From c24cdc2175d7514d504d7f060a5d69675c8a9b50 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 18 Jun 2018 12:19:22 +0700 Subject: [PATCH 038/348] Autotools: De-duplicate autom4te entry --- Autotools.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Autotools.gitignore b/Autotools.gitignore index ffa6ecc3..96d6ed2c 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -9,7 +9,7 @@ Makefile.in # http://www.gnu.org/software/autoconf -/autom4te.cache +autom4te.cache /autoscan.log /autoscan-*.log /aclocal.m4 @@ -39,4 +39,3 @@ m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4 -autom4te.cache From 0a79a25cc5e39ffc510a817c5e57ffd91dff7103 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 18 Jun 2018 12:30:52 +0700 Subject: [PATCH 039/348] Revert "adding exception for *.spl from elsarticle.cls" This reverts commit d878f04545852bc876c40f48e19dabbf184d052e. --- TeX.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/TeX.gitignore b/TeX.gitignore index 3d12d3f9..af8474d0 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -241,6 +241,3 @@ TSWLatexianTemp* # standalone packages *.sta - -# generated if using elsarticle.cls -*.spl From fcb1dbf35d1876936e3a7dbb631feeb9f40404c9 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 18 Jun 2018 12:32:46 +0700 Subject: [PATCH 040/348] Revert "add the *.VC.db to unreal engine ignore" This reverts commit 548fb984f7173dea0fbd572ef0ef3784019100c0. --- UnrealEngine.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 1daca8b5..6582eaf9 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -1,9 +1,6 @@ # Visual Studio 2015 user specific files .vs/ -# Visual Studio 2015 database file -*.VC.db - # Compiled Object files *.slo *.lo From 7c7821d4e8c7a870aad0dbe6b49729e4ed222b97 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 18 Jun 2018 12:34:08 +0700 Subject: [PATCH 041/348] Eagle: Remove duplicate entry Duplicate added amongst additions in de2539a72 --- Eagle.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Eagle.gitignore b/Eagle.gitignore index 9afc324d..28f0b971 100644 --- a/Eagle.gitignore +++ b/Eagle.gitignore @@ -35,7 +35,6 @@ eagle.epf *.gpi *.pls *.ger -*.gpi *.xln *.drd From f1b9dc3b5924912c1683075885614de51a3bcb75 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Mon, 18 Jun 2018 12:33:58 +0700 Subject: [PATCH 042/348] GWT: Remove duplicate entry Duplicate added amongst additions in e2caec17 --- GWT.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/GWT.gitignore b/GWT.gitignore index 07704e54..a01e7fcd 100644 --- a/GWT.gitignore +++ b/GWT.gitignore @@ -18,9 +18,6 @@ war/WEB-INF/classes/ #compilation logs .gwt/ -#caching for already compiled files -gwt-unitCache/ - #gwt junit compilation files www-test/ From f6af2a38885ba26bae2ad4517da0ede3e3544370 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 18 Jun 2018 07:48:14 -0300 Subject: [PATCH 043/348] stub a placeholder Travis config --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..f362d6fe --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: ruby + +sudo: false + +branches: + only: + - master + +script: + - ruby -e "puts 'Hello world!'" From d8234bb84b99302d43ff2eee5838ce00571cb2e0 Mon Sep 17 00:00:00 2001 From: "James Z.M. Gao" Date: Tue, 19 Jun 2018 10:03:07 +0800 Subject: [PATCH 044/348] maven-wrapper.jar should be ignored --- Maven.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Maven.gitignore b/Maven.gitignore index 1cdc9f7f..e8d57d08 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -7,3 +7,4 @@ release.properties dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties +.mvn/wrapper/maven-wrapper.jar From d4ed02174d34307dee25d09af21f9c91b4a812a9 Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Thu, 21 Jun 2018 22:25:43 -0400 Subject: [PATCH 045/348] Craft: update to follow official recs; add 'not necessary in v3' note --- CraftCMS.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CraftCMS.gitignore b/CraftCMS.gitignore index a70d4772..0d81b397 100644 --- a/CraftCMS.gitignore +++ b/CraftCMS.gitignore @@ -1,3 +1,4 @@ -# Craft Storage (cache) [http://buildwithcraft.com/help/craft-storage-gitignore] +# Craft 2 Storage (https://craftcms.com/support/craft-storage-gitignore) +# not necessary for Craft 3 (https://github.com/craftcms/craft/issues/26) /craft/storage/* -!/craft/storage/logo/* \ No newline at end of file +!/craft/storage/rebrand From 468a00afc9f8b06dae64a5e290be10034d9b8dcd Mon Sep 17 00:00:00 2001 From: Shawn Kovalchick Date: Fri, 29 Jun 2018 08:50:57 -0400 Subject: [PATCH 046/348] JetBrains: Optional excludes for auto-import Add extra commented section to use when using Gradle or Maven auto-import. These are mentioned in the original reference for optional excludes (https://intellij-support.jetbrains.com/hc/en-us/articles/206544839). If this would be better as a separate, non-commented ignore file, let me know and I will resubmit. --- Global/JetBrains.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 02d16aae..9cd884a2 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -21,6 +21,14 @@ .idea/**/gradle.xml .idea/**/libraries +# Gradle and Maven with auto-import +# When using Gradle or Maven with auto-import, you should exclude module files, +# since they will be recreated, and may cause churn. Uncomment if using +# auto-import. +# .idea/modules.xml +# .idea/**/*.iml +# .idea/libraries/**/*.xml + # CMake cmake-build-*/ From 84557f4423a4898ee7bcc9dd5c1f677b2527f1f1 Mon Sep 17 00:00:00 2001 From: Shawn Kovalchick Date: Fri, 29 Jun 2018 14:54:03 -0400 Subject: [PATCH 047/348] Remove duplicate libraries entry --- Global/JetBrains.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 9cd884a2..54344927 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -27,7 +27,6 @@ # auto-import. # .idea/modules.xml # .idea/**/*.iml -# .idea/libraries/**/*.xml # CMake cmake-build-*/ From 0b4386a2fa33009511c10b9c73a35701751578b2 Mon Sep 17 00:00:00 2001 From: Fidel Esteban Morales Cifuentes Date: Fri, 29 Jun 2018 17:02:16 -0600 Subject: [PATCH 048/348] Update Swift.gitignore Adding a comment in case one wants to ignore .xcworkspace --- Swift.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index 312d1f65..b8e04d98 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -47,6 +47,9 @@ playground.xcworkspace # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # # Pods/ +# +# Add this line if you want to avoid checking in source code from the Xcode workspace +# *.xcworkspace # Carthage # From a03e8ef72326086c1171251b2ccc931aae6c4abf Mon Sep 17 00:00:00 2001 From: Fidel Esteban Morales Cifuentes Date: Fri, 29 Jun 2018 17:15:06 -0600 Subject: [PATCH 049/348] Update Objective-C.gitignore Adding a comment in case one wants to ignore .xcworkspace --- Objective-C.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 86de6aa3..a0bd6b45 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -35,6 +35,9 @@ xcuserdata/ # https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control # # Pods/ +# +# Add this line if you want to avoid checking in source code from the Xcode workspace +# *.xcworkspace # Carthage # From 12f63fc752a858627485f2d1483ad310c9826d51 Mon Sep 17 00:00:00 2001 From: Fidel Esteban Morales Cifuentes Date: Sat, 30 Jun 2018 20:18:50 -0600 Subject: [PATCH 050/348] Update Swift.gitignore Adding Code Injection --- Swift.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index b8e04d98..7b0d62bc 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -69,3 +69,10 @@ fastlane/report.xml fastlane/Preview.html fastlane/screenshots/**/*.png fastlane/test_output + +# Code Injection +# +# After new code Injection tools there's a generated folder /iOSInjectionProject +# https://github.com/johnno1962/injectionforxcode + +iOSInjectionProject/ From f19d2a5171c0a7573d3d00e6ca91c8bc0a18e77e Mon Sep 17 00:00:00 2001 From: Fidel Esteban Morales Cifuentes Date: Sat, 30 Jun 2018 20:19:22 -0600 Subject: [PATCH 051/348] Update Xcode.gitignore Updating file to match the one for swift and objective c. --- Global/Xcode.gitignore | 74 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 65 insertions(+), 9 deletions(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index cd0c7d3e..b01314d3 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -2,17 +2,11 @@ # # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore -## 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 generated build/ DerivedData/ -*.moved-aside + +## Various settings *.pbxuser !default.pbxuser *.mode1v3 @@ -21,3 +15,65 @@ DerivedData/ !default.mode2v3 *.perspectivev3 !default.perspectivev3 +xcuserdata/ + +## Other +*.moved-aside +*.xccheckout +*.xcscmblueprint + +## Obj-C/Swift specific +*.hmap +*.ipa +*.dSYM.zip +*.dSYM + +## Playgrounds +timeline.xctimeline +playground.xcworkspace + +# Swift Package Manager +# +# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. +# Packages/ +# Package.pins +# Package.resolved +.build/ + +# CocoaPods +# +# We recommend against adding the Pods directory to your .gitignore. However +# you should judge for yourself, the pros and cons are mentioned at: +# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control +# +# Pods/ +# +# Add this line if you want to avoid checking in source code from the Xcode workspace +# *.xcworkspace + +# Carthage +# +# Add this line if you want to avoid checking in source code from Carthage dependencies. +# Carthage/Checkouts + +Carthage/Build + +# fastlane +# +# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the +# screenshots whenever they are needed. +# For more information about the recommended setup visit: +# https://docs.fastlane.tools/best-practices/source-control/#source-control + +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots/**/*.png +fastlane/test_output + +# Code Injection +# +# After new code Injection tools there's a generated folder /iOSInjectionProject +# https://github.com/johnno1962/injectionforxcode + +iOSInjectionProject/ + From bb1c447d54a470c6110a78f6b05d0fbdb56c8fe0 Mon Sep 17 00:00:00 2001 From: Shawn Kovalchick Date: Mon, 2 Jul 2018 13:50:02 -0400 Subject: [PATCH 052/348] Separate module directory from project iml exclude --- Global/JetBrains.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 54344927..0d95b087 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -26,7 +26,8 @@ # since they will be recreated, and may cause churn. Uncomment if using # auto-import. # .idea/modules.xml -# .idea/**/*.iml +# .idea/*.iml +# .idea/modules # CMake cmake-build-*/ From e9abf595a3f0a1c8cf00cadcb223f037a73273a0 Mon Sep 17 00:00:00 2001 From: "Muhannad Ajjan (INACTIVE)" Date: Wed, 4 Jul 2018 15:11:37 +0200 Subject: [PATCH 053/348] updated jetbrains gitignore to ignore contentModel contentModel.xml is automatically generated and can be safely ignored. Source: https://rider-support.jetbrains.com/hc/en-us/community/posts/115000661950-A-lot-of-files-in-contentModel-xml?page=1#community_comment_115000538984 --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 0d95b087..343be1a3 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -8,6 +8,9 @@ .idea/**/dictionaries .idea/**/shelf +# Generated files +.idea/**/contentModel.xml + # Sensitive or high-churn files .idea/**/dataSources/ .idea/**/dataSources.ids From 197804c87e8cb14e4b8f5d1659cfe19d8f88e565 Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Thu, 5 Jul 2018 11:36:02 +0700 Subject: [PATCH 054/348] Update TeX.gitignore Added LyX editor backup file extension: i,e .lyx~ --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index af8474d0..29c13ae7 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -226,6 +226,9 @@ TSWLatexianTemp* # Texpad .texpadtmp +#LyX +*.lyx~ + # Kile *.backup From 5cd48ab642ff6ea00add844236f3a6dc6fda3904 Mon Sep 17 00:00:00 2001 From: Andy H3 Date: Thu, 5 Jul 2018 11:37:53 +0700 Subject: [PATCH 055/348] Update TeX.gitignore --- TeX.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index 29c13ae7..79a66f9e 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -226,7 +226,7 @@ TSWLatexianTemp* # Texpad .texpadtmp -#LyX +# LyX *.lyx~ # Kile From 789c4cca6d4f705777a35607d285e425bdf687f5 Mon Sep 17 00:00:00 2001 From: Emre Ates Date: Tue, 10 Jul 2018 11:11:29 -0400 Subject: [PATCH 056/348] Add configure logs These files are created when running `autoreconf`; however they don't need to be added to version control. --- Autotools.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index 96d6ed2c..f4f545c9 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -16,6 +16,8 @@ autom4te.cache /compile /config.guess /config.h.in +/config.log +/config.status /config.sub /configure /configure.scan From 3674716af1220173e97ccc674a98675c2f5b8f21 Mon Sep 17 00:00:00 2001 From: ofthelit Date: Wed, 1 Aug 2018 12:29:58 +0200 Subject: [PATCH 057/348] Ignore files from Local History plug-ins Local History for Visual Studio automatically creates a history of your files every time they are saved. The history can be compared with the current version. It is a solution situated between version control and undo/redo of history, available by default in Eclipse and IntelliJ IDEs. https://marketplace.visualstudio.com/items?itemName=AronDCurzon.LocalHistoryforVisualStudio https://marketplace.visualstudio.com/items?itemName=lostalloy.LocalHistory-for-Visual-Studio --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f431ddc7..ba2d39af 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -327,3 +327,6 @@ ASALocalRun/ # MFractors (Xamarin productivity tool) working folder .mfractor/ + +# Local History for Visual Studio +.localhistory/ From a3b7954a0259f27d5136fa24c2a2981eb8e4b628 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Sch=C3=A4fer?= Date: Fri, 3 Aug 2018 12:49:28 +0200 Subject: [PATCH 058/348] Fixing MIDL header file pattern for Visual Studio _i.h given in 799ee6b79e1d32f49ded6683b5364017fd4ee0a5#gitext://gotocommit/799ee6b79e1d32f49ded6683b5364017fd4ee0a5 is wrong --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ba2d39af..94b41b91 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -59,7 +59,7 @@ StyleCopReport.xml # Files built by Visual Studio *_i.c *_p.c -*_i.h +*_h.h *.ilk *.meta *.obj From 394704b6a75db08c70e050217f5b54e44cb0fdad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Santos?= <8303937+fabiofdsantos@users.noreply.github.com> Date: Mon, 6 Aug 2018 14:51:56 +0100 Subject: [PATCH 059/348] Update Laravel.gitignore --- Laravel.gitignore | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Laravel.gitignore b/Laravel.gitignore index a4854bef..67e2146f 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -1,6 +1,7 @@ vendor/ node_modules/ npm-debug.log +yarn-error.log # Laravel 4 specific bootstrap/compiled.php @@ -10,11 +11,7 @@ app/storage/ public/storage public/hot storage/*.key -.env.*.php -.env.php .env Homestead.yaml Homestead.json - -# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer -.rocketeer/ +/.vagrant From 4274a6d32dd5451b3cbe835e37004d2eb351682b Mon Sep 17 00:00:00 2001 From: Stefan Krnajski Date: Wed, 8 Aug 2018 22:39:04 +0200 Subject: [PATCH 060/348] Ignore logs for Symfony4 Source: https://symfony.com/doc/master/logging.html Under Where Logs are Stored, added since Symfony 4.0 --- Symfony.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Symfony.gitignore b/Symfony.gitignore index d098259f..3dab634c 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -15,6 +15,10 @@ !var/logs/.gitkeep !var/sessions/.gitkeep +# Logs (Symfony4) +/var/log/* +!var/log/.gitkeep + # Parameters /app/config/parameters.yml /app/config/parameters.ini From cbdbe97c965e6447d8ac5d1ed5f4591e3d413890 Mon Sep 17 00:00:00 2001 From: YCH Date: Tue, 14 Aug 2018 12:50:32 +0800 Subject: [PATCH 061/348] Removed Microsoft Word 2016 Auto Backuped File on macOS If checked the option "Always create backup copy" under Settings -> Save within Microsoft Word 2016 on macOS, when editing a docx file, a folder named as same as docx file name(without ext) will be created and placed a docx backup file named "Backup of DOCX_ORIGINAL_FILENAME.docx". --- Global/MicrosoftOffice.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/MicrosoftOffice.gitignore b/Global/MicrosoftOffice.gitignore index 0c203662..ddcc9cf6 100644 --- a/Global/MicrosoftOffice.gitignore +++ b/Global/MicrosoftOffice.gitignore @@ -3,6 +3,9 @@ # Word temporary ~$*.doc* +# Word Auto Backup File +Backup of *.doc* + # Excel temporary ~$*.xls* From b7477e9c1b403686c7f55b66ad7cade1eab33d17 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 16 Aug 2018 04:25:13 +0200 Subject: [PATCH 062/348] KiCad .gitignore library fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We shouldn't ignore -cache.lib files, because it causes missing components in your schema http://kicad-pcb.org/help/file-formats/ specifically mentions this: > `-cache.lib`: …​ a local copy of all the symbols used in the corresponding schematic, so that when the folder containing a KiCad project is copied to a different PC, the schematic can still be opened and printed and will still look the same as the original draughtsperson intended - even if that other PC does not have those symbols in its main libraries (or has symbols that coincidentally have the same name but are completely different). --- KiCad.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/KiCad.gitignore b/KiCad.gitignore index 198392e5..15fdf72e 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -9,7 +9,6 @@ *~ _autosave-* *.tmp -*-cache.lib *-rescue.lib *-save.pro *-save.kicad_pcb From 07a1dd6b99fa52b43811fa1447ecc83cb1a4bee4 Mon Sep 17 00:00:00 2001 From: Gabriel Curio Date: Sat, 18 Aug 2018 12:08:55 -0500 Subject: [PATCH 063/348] add .dmypy.json to Python.gitignore. MyPy includes a daemon server that creates a file named .dmypy.json to manage socket connection data. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 894a44cc..8cd91f3c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -102,3 +102,4 @@ venv.bak/ # mypy .mypy_cache/ +.dmypy.json From eb4ff424fdcc78b4f431745aa1417a0d265e301f Mon Sep 17 00:00:00 2001 From: Gabriel Curio Date: Sat, 18 Aug 2018 12:21:30 -0500 Subject: [PATCH 064/348] add dmypy.json - without initial '.', to Python.gitignore. Older versions of dmypy used 'dmypy.json' without the initial '.'. This should be added to Python.gitignore for those using older versions of MyPy. --- Python.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 8cd91f3c..87b0d983 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -103,3 +103,5 @@ venv.bak/ # mypy .mypy_cache/ .dmypy.json +dmypy.json + From 7bc8780913997b713469898b31b247acc69e26c4 Mon Sep 17 00:00:00 2001 From: Gabriel Curio Date: Sat, 18 Aug 2018 12:25:43 -0500 Subject: [PATCH 065/348] Remove newline at end of Python.gitignore. My preference is for files to have a terminal newline, however that doesn't seem to be how this repo is doing things. --- Python.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 87b0d983..ce9487fc 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -104,4 +104,3 @@ venv.bak/ .mypy_cache/ .dmypy.json dmypy.json - From 70be586ce09cbdecee734d018803b4b52b3f1c3d Mon Sep 17 00:00:00 2001 From: Oussama BOUNAIM Date: Sun, 19 Aug 2018 09:55:53 +0200 Subject: [PATCH 066/348] Update Terraform.gitignore Ignore override files as they are usually used locally to override resources or variables without changing the code More info: https://www.terraform.io/docs/configuration/override.html --- Terraform.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index d9397e2d..e699fc27 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -13,3 +13,9 @@ crash.log # version control. # # example.tfvars + +# Ignore override files as they are usually used to override ressources locally +override.tf +override.tf.json +*_override.tf +*_override.tf.json From e98611a3446267684f36327d045ef0f7481b08db Mon Sep 17 00:00:00 2001 From: muzimuzhi Date: Wed, 22 Aug 2018 01:26:44 +0800 Subject: [PATCH 067/348] Added *.listing extension to TeX.gitignore This is the default extension the package "tcolorbox" may generate. The actual extension may be changed by key "listing file" provided by "tcolorbox". --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 79a66f9e..ff87d483 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -188,6 +188,9 @@ sympy-plots-for-*.tex/ *.pytxcode pythontex-files-*/ +# tcolorbox +*.listing + # thmtools *.loe From c04384de495ee11fe16e091a447cd0e04182da29 Mon Sep 17 00:00:00 2001 From: amigcamel Date: Wed, 22 Aug 2018 17:33:41 +0800 Subject: [PATCH 068/348] ignore ipython profile --- Python.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 894a44cc..796d7df0 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -72,6 +72,10 @@ target/ # Jupyter Notebook .ipynb_checkpoints +# IPython +default_profile/ +ipython_config.py + # pyenv .python-version From a92d6088abb7b2be6b05aaf75122288fb5e33fc7 Mon Sep 17 00:00:00 2001 From: Niels NTG Poldervaart Date: Sat, 25 Aug 2018 14:46:05 +0200 Subject: [PATCH 069/348] Add ignore rules for Linux ARM exports Since Processing version 3.0.1 you can compile Linux ARM versions of your Processing sketch, distinct from the regular 32 and 64 bit Linux exports. --- Processing.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Processing.gitignore b/Processing.gitignore index 85f269a8..333c0e08 100644 --- a/Processing.gitignore +++ b/Processing.gitignore @@ -1,5 +1,7 @@ .DS_Store applet +application.linux-arm64 +application.linux-armv6hf application.linux32 application.linux64 application.windows32 From e675c00b8cbfa6121001a8c76309adb6326c62d8 Mon Sep 17 00:00:00 2001 From: amigcamel Date: Mon, 27 Aug 2018 00:35:37 +0800 Subject: [PATCH 070/348] fix typo: should be profile_default instead of default_profile --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 796d7df0..a16ece1f 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -73,7 +73,7 @@ target/ .ipynb_checkpoints # IPython -default_profile/ +profile_default/ ipython_config.py # pyenv From 3db98a37a4af86709683c2039d672721499b69c1 Mon Sep 17 00:00:00 2001 From: Gurvir Cheema Date: Sun, 2 Sep 2018 23:24:10 -0700 Subject: [PATCH 071/348] Add storage and yarn related entries for rails 5.2 --- Rails.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Rails.gitignore b/Rails.gitignore index e62f78e1..78eb74fd 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -47,3 +47,15 @@ bower.json # Ignore node_modules node_modules/ +# Ignore precompiled javascript packs +/public/packs +/public/packs-test + +# Ignore yarn files +/yarn-error.log +yarn-debug.log* +.yarn-integrity + +# Ignore uploaded files in development +/storage/* +!/storage/.keep \ No newline at end of file From a06382dcf8f15076b5f329ac4170189556c994b6 Mon Sep 17 00:00:00 2001 From: Alastair Crabtree Date: Tue, 4 Sep 2018 12:19:32 +0100 Subject: [PATCH 072/348] Minor imporvements to terraform ignore file * Fix Typo * Add example to include overrides --- Terraform.gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index e699fc27..a8935803 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -14,8 +14,13 @@ crash.log # # example.tfvars -# Ignore override files as they are usually used to override ressources locally +# Ignore override files as they are usually used to override resources locally and so +# are not checked in override.tf override.tf.json *_override.tf *_override.tf.json + +# Include override files you do wish to add to version control using negated pattern +# +# !example_override.tf From 34e8d3e204d057b01b660ca449c9d213bface678 Mon Sep 17 00:00:00 2001 From: "Seth M. Larson" Date: Sun, 9 Sep 2018 15:39:02 -0500 Subject: [PATCH 073/348] Add .nox directory for the nox testing tool See: https://github.com/theacodes/nox --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 0d6cd81a..6f7a6d9c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -38,6 +38,7 @@ pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ +.nox/ .coverage .coverage.* .cache From ab098d26951ebffbd5faaa41c168e2349ff363cd Mon Sep 17 00:00:00 2001 From: Adam Gauthier Date: Tue, 11 Sep 2018 23:54:41 -0400 Subject: [PATCH 074/348] Use https for gruntjs link in Node gitignore --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 3a4c8581..c221276e 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -20,7 +20,7 @@ coverage # nyc test coverage .nyc_output -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) .grunt # Bower dependency directory (https://bower.io/) From 67aa0dca06ecfda4aa760003c92d551231d0fcb8 Mon Sep 17 00:00:00 2001 From: Lake Robin <42895793+lakerobin@users.noreply.github.com> Date: Wed, 12 Sep 2018 15:16:16 +0530 Subject: [PATCH 075/348] Only ignore root vendor directory In Laravel, we often use `artisan vendor:publish` to copy views, notifications etc from dependencies so that they can be customized. These views are created in /vendor/ directory. When using the current gitignore for Laravel, vendor is inserted like vendor/ which ignores all the directories named vendor anywhere in the source tree, including the customized views. The proposed file change tries to fix this problem by ensuring only the root vendor directory is ignored by git. --- Laravel.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Laravel.gitignore b/Laravel.gitignore index 67e2146f..6552ddf8 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -1,4 +1,4 @@ -vendor/ +/vendor/ node_modules/ npm-debug.log yarn-error.log From 8025c331fdf741d8bd4c640231f1ac55ae80b2f9 Mon Sep 17 00:00:00 2001 From: Caleb Chiesa Date: Wed, 12 Sep 2018 10:40:54 -0700 Subject: [PATCH 076/348] Added wildcard ignore for .keystore files Keystore files with an extension of `.keystore` are also valid and commonly used. --- Android.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 39b6783c..dc903197 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -43,8 +43,9 @@ captures/ .idea/caches # Keystore files -# Uncomment the following line if you do not want to check your keystore files in. +# Uncomment the following lines if you do not want to check your keystore files in. #*.jks +#*.keystore # External native build folder generated in Android Studio 2.2 and later .externalNativeBuild From 8e9a976642709c516fbf5dae2eba14dfd78ed0d0 Mon Sep 17 00:00:00 2001 From: Jonathan Stucklen Date: Fri, 14 Sep 2018 15:46:02 -0400 Subject: [PATCH 077/348] Ignore build cache file for Android Studio 3.1+ See this SO post: https://stackoverflow.com/questions/49557737/should-i-add-idea-caches-build-file-checksums-ser-to-gitignore and this Google issue tracker ticket: https://issuetracker.google.com/issues/77544553 for justification. --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 343be1a3..72f4d988 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -61,3 +61,6 @@ fabric.properties # Editor-based Rest Client .idea/httpRequests + +# Android studio 3.1+ serialized cache file +.idea/caches/build_file_checksums.ser From a89e5e146498f85d6ec34e7c89632f48e9049d5f Mon Sep 17 00:00:00 2001 From: Jeff Cyr Date: Fri, 14 Sep 2018 16:10:52 -0400 Subject: [PATCH 078/348] Added *_wpftmp.csproj ignore --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 94b41b91..d7a6ca2a 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -76,6 +76,7 @@ StyleCopReport.xml *.tlh *.tmp *.tmp_proj +*_wpftmp.csproj *.log *.vspscc *.vssscc From b0b1b525438283e714e12e01bbc83b3236df06d7 Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 18 Sep 2018 10:10:17 +0300 Subject: [PATCH 079/348] No need to fully exclude CodeRush settings Currently, CodeRush provides the capability to store team settings and images used in Rich Comments and they should be shared among all team members. I have corrected the gitignore file to exclude only personal settings. --- VisualStudio.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d7a6ca2a..18dd5113 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -291,8 +291,8 @@ paket-files/ .idea/ *.sln.iml -# CodeRush -.cr/ +# CodeRush personal settings +.cr/personal # Python Tools for Visual Studio (PTVS) __pycache__/ From 7ffe05303d632f226d091f46079f1aa9cff933e9 Mon Sep 17 00:00:00 2001 From: Alexander Brevig Date: Tue, 18 Sep 2018 16:07:13 +0200 Subject: [PATCH 080/348] Add .log and .zip to ignores, Thanks Alex Bustos --- Global/PSoCCreator.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/PSoCCreator.gitignore b/Global/PSoCCreator.gitignore index 84f0236e..15ae040b 100644 --- a/Global/PSoCCreator.gitignore +++ b/Global/PSoCCreator.gitignore @@ -14,3 +14,5 @@ Export/ *.cyfit *.rpt *.svd +*.log +*.zip From a77aaae89d62bc31a8b9d19c34d2626080471896 Mon Sep 17 00:00:00 2001 From: Whisperity Date: Fri, 21 Sep 2018 14:39:06 +0200 Subject: [PATCH 081/348] [TeX] Ignore generated files by 'comment' and 'xcolor' package --- TeX.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index ff87d483..753f2b95 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -64,6 +64,9 @@ acs-*.bib # changes *.soc +# comment +*.cut + # cprotect *.cpt @@ -205,6 +208,9 @@ pythontex-files-*/ # easy-todo *.lod +# xcolor +*.xcp + # xmpincl *.xmpi From d6af9594d8657ea1ffba32ac911fce6a878a1678 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Lavorel?= Date: Tue, 25 Sep 2018 16:26:00 +0200 Subject: [PATCH 082/348] Remove patch files from repo --- Magento.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Magento.gitignore b/Magento.gitignore index 6f1fa223..abe6d79f 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -2,6 +2,8 @@ # Magento Default Files # #--------------------------# +/PATCH_*.sh + /app/etc/local.xml /media/* From 3f0a607c118994652b3e1d26791a75817cda6205 Mon Sep 17 00:00:00 2001 From: "Kevin R. Raney" Date: Thu, 27 Sep 2018 11:27:56 -0600 Subject: [PATCH 083/348] Update VisualStudio.gitignore This will ignore SQL Server Reporting Services user files --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 18dd5113..4d13c548 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -4,6 +4,7 @@ ## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore # User-specific files +*.rsuser *.suo *.user *.userosscache From 5002becff2cd4cd0b327f1944a9f78b758a45df4 Mon Sep 17 00:00:00 2001 From: Rodrigo Bernardi Date: Tue, 2 Oct 2018 17:03:59 -0300 Subject: [PATCH 084/348] New dependency manager delphi for delphi [boss](https://github.com/HashLoad/boss) use the module folder for the download dependencies and it is not necessary --- Delphi.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Delphi.gitignore b/Delphi.gitignore index 000ee5f1..9967302f 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -64,3 +64,6 @@ __recovery/ # Castalia statistics file (since XE7 Castalia is distributed with Delphi) *.stat + +#Boss dependency manager vendor folder +modules/ From 4fff0ee8bdb5a67f50b8ea03f745b21932d67710 Mon Sep 17 00:00:00 2001 From: Rodrigo Bernardi Date: Tue, 2 Oct 2018 23:16:08 -0300 Subject: [PATCH 085/348] Update Delphi.gitignore --- Delphi.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 9967302f..976cee44 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -65,5 +65,5 @@ __recovery/ # Castalia statistics file (since XE7 Castalia is distributed with Delphi) *.stat -#Boss dependency manager vendor folder +#Boss dependency manager vendor folder https://github.com/HashLoad/boss modules/ From 86fdc7009664aac293291e3191eee4f2c16b8098 Mon Sep 17 00:00:00 2001 From: Valentine C Date: Sat, 6 Oct 2018 13:28:22 +0800 Subject: [PATCH 086/348] Ignore public/assets in Rails .gitignore --- Rails.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.gitignore b/Rails.gitignore index 78eb74fd..38ba1b5b 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -50,6 +50,7 @@ node_modules/ # Ignore precompiled javascript packs /public/packs /public/packs-test +/public/assets # Ignore yarn files /yarn-error.log From 372d6fd79b62d0d0bc66116672523a7c8849933f Mon Sep 17 00:00:00 2001 From: Kevin Ruscoe Date: Sun, 7 Oct 2018 14:26:19 +0100 Subject: [PATCH 087/348] Update README.md 'project specific' should really be hyphenated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55483568..adb59664 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ the following resources are a great place to start: ## Folder structure The files in the root directory are for `.gitignore` templates that are -project specific, such as language or framework specific templates. +project-specific, such as language or framework specific templates. Global (operating system or editor specific) templates should go into the [`Global/`](./Global) directory. From 95ba18cee67e196c5c4e02a1e94f3d22167570f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Durey=20Ingenier=C3=ADa?= Date: Fri, 12 Oct 2018 00:14:12 +0100 Subject: [PATCH 088/348] Ignore the new Android Bundle generated files --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index 39b6783c..9ecbc407 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,6 +1,7 @@ # Built application files *.apk *.ap_ +*.aab # Files for the ART/Dalvik VM *.dex From 46f20037c251cebead04c53ff6f6fd09d2cea5a8 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Fri, 12 Oct 2018 10:12:55 -0300 Subject: [PATCH 089/348] Update Delphi.gitignore --- Delphi.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Delphi.gitignore b/Delphi.gitignore index 976cee44..9532800b 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -65,5 +65,5 @@ __recovery/ # Castalia statistics file (since XE7 Castalia is distributed with Delphi) *.stat -#Boss dependency manager vendor folder https://github.com/HashLoad/boss +# Boss dependency manager vendor folder https://github.com/HashLoad/boss modules/ From 6af983185a8ecfb5d1c220edba10dcb60923414c Mon Sep 17 00:00:00 2001 From: Dmitry Avtonomov Date: Sat, 13 Oct 2018 13:00:04 -0700 Subject: [PATCH 090/348] Ignoring multi-directory a path without ** is not enough for nested projects --- Global/NetBeans.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/NetBeans.gitignore b/Global/NetBeans.gitignore index 254108cd..863bc7fa 100644 --- a/Global/NetBeans.gitignore +++ b/Global/NetBeans.gitignore @@ -1,4 +1,4 @@ -nbproject/private/ +**/nbproject/private/ build/ nbbuild/ dist/ From a2e5aea9171bda7cc8efdfcd1623b907504c6528 Mon Sep 17 00:00:00 2001 From: Clemens Scharfen Date: Thu, 18 Oct 2018 11:54:13 +0200 Subject: [PATCH 091/348] Added *.VC.db to Unity.gitignore, which is an auto generated IntelliSense file from VS2015 Update 2 (replacing the .sdf file). --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 0210746b..833e6d42 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -23,6 +23,7 @@ ExportedObj/ *.svd *.pdb *.opendb +*.VC.db # Unity3D generated meta files *.pidb.meta From 5e89a9825ff7290ef5bdf561d06eab4bab499a4f Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 20 Oct 2018 01:09:08 -0400 Subject: [PATCH 092/348] Add support for FuseBox Project site: [link](https://fuse-box.org/) Corroboration: [link](https://fuse-box.org/docs/development/configuration#cache) Reason: Don't VC cache Hopefully, I did this correctly! --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index c221276e..e1da6ae8 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -71,3 +71,6 @@ typings/ # Serverless directories .serverless + +# FuseBox cache +.fusebox/ From b75ca869f060669b2827883b4104c54855e395e1 Mon Sep 17 00:00:00 2001 From: Houssem Hajlaoui Date: Tue, 23 Oct 2018 00:54:09 +0100 Subject: [PATCH 093/348] vscode, dynamodb, serverless folders --- Node.gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index e1da6ae8..96a1fce4 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -70,7 +70,13 @@ typings/ .vuepress/dist # Serverless directories -.serverless +.serverless/ # FuseBox cache .fusebox/ + +#DynamoDB Local files +.dynamodb/ + +#VS Code editor files +.vscode/ From e970e56c9f2fa22f14d608686b3db18d31587b09 Mon Sep 17 00:00:00 2001 From: kitsuyui Date: Tue, 23 Oct 2018 22:25:12 +0900 Subject: [PATCH 094/348] Add .pyre directory for Pyre type checker Pyre is a new type-checker for Python developed by facebook in May 2018. https://pyre-check.org/ It makes .pyre directory for storing result or cache for type checking. This directory is environment dependent. So it should be ignored from Git. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 6f7a6d9c..510c73d0 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -109,3 +109,6 @@ venv.bak/ .mypy_cache/ .dmypy.json dmypy.json + +# Pyre type checker +.pyre/ From ee2ae04a57415709061ae5e343521104e6dbafcd Mon Sep 17 00:00:00 2001 From: Houssem Hajlaoui Date: Sat, 27 Oct 2018 13:32:15 +0100 Subject: [PATCH 095/348] No need for .vscode line --- Node.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 96a1fce4..ebfe4395 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -77,6 +77,3 @@ typings/ #DynamoDB Local files .dynamodb/ - -#VS Code editor files -.vscode/ From db1d52b2dd1ed897408eb7ac856418743891b507 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 10:08:57 -0300 Subject: [PATCH 096/348] Move current Drupal into ecosystem directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Luís Pedro Algarvio --- ecosystem/Python/Drupal7.gitignore | 39 ++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 ecosystem/Python/Drupal7.gitignore diff --git a/ecosystem/Python/Drupal7.gitignore b/ecosystem/Python/Drupal7.gitignore new file mode 100644 index 00000000..072b6831 --- /dev/null +++ b/ecosystem/Python/Drupal7.gitignore @@ -0,0 +1,39 @@ +# 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 +/CHANGELOG.txt +/COPYRIGHT.txt +/INSTALL*.txt +/LICENSE.txt +/MAINTAINERS.txt +/UPGRADE.txt +/README.txt +sites/README.txt +sites/all/libraries/README.txt +sites/all/modules/README.txt +sites/all/themes/README.txt + +# Ignore everything but the "sites" folder ( for non core developer ) +.htaccess +web.config +authorize.php +cron.php +index.php +install.php +update.php +xmlrpc.php +/includes +/misc +/modules +/profiles +/scripts +/themes From 344e52b5efed9aa725a14b79fdc4e768c4239564 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 10:09:11 -0300 Subject: [PATCH 097/348] Update default template to Drupal 8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Luís Pedro Algarvio --- Drupal.gitignore | 77 ++++++++++++++++++++++++++---------------------- 1 file changed, 42 insertions(+), 35 deletions(-) diff --git a/Drupal.gitignore b/Drupal.gitignore index 072b6831..5e907072 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -1,39 +1,46 @@ -# Ignore configuration files that may contain sensitive information. -sites/*/*settings*.php -sites/example.sites.php +# gitignore template for Drupal 8 projects +# +# earlier versions of Drupal are tracked in `ecosystem/Python/` -# Ignore paths that contain generated content. -files/ -sites/*/files -sites/*/private -sites/*/translations +# Ignore configuration files that may contain sensitive information +/sites/*/*settings*.php +/sites/*/*services*.yml -# Ignore default text files -robots.txt -/CHANGELOG.txt -/COPYRIGHT.txt -/INSTALL*.txt +# Ignore paths that may contain user-generated content +/sites/*/files +/sites/*/public +/sites/*/private +/sites/*/files-public +/sites/*/files-private + +# Ignore paths that may contain temporary files +/sites/*/translations +/sites/*/tmp +/sites/*/cache + +# Ignore drupal core (if not versioning drupal sources) +/core +/modules/README.txt +/profiles/README.txt +/sites/README.txt +/sites/example.sites.php +/sites/example.settings.local.php +/sites/development.services.yml +/themes/README.txt +/vendor +/.csslintrc +/.editorconfig +/.eslintignore +/.eslintrc.json +/.gitattributes +/.htaccess +/autoload.php +/composer.json +/composer.lock +/example.gitignore +/index.php /LICENSE.txt -/MAINTAINERS.txt -/UPGRADE.txt /README.txt -sites/README.txt -sites/all/libraries/README.txt -sites/all/modules/README.txt -sites/all/themes/README.txt - -# Ignore everything but the "sites" folder ( for non core developer ) -.htaccess -web.config -authorize.php -cron.php -index.php -install.php -update.php -xmlrpc.php -/includes -/misc -/modules -/profiles -/scripts -/themes +/robots.txt +/update.php +/web.config \ No newline at end of file From 7af655e423f88737e67cb99f0674aa36ab59041b Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 10:26:24 -0300 Subject: [PATCH 098/348] add a better header to the old template --- ecosystem/Python/Drupal7.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ecosystem/Python/Drupal7.gitignore b/ecosystem/Python/Drupal7.gitignore index 072b6831..da61e4a5 100644 --- a/ecosystem/Python/Drupal7.gitignore +++ b/ecosystem/Python/Drupal7.gitignore @@ -1,3 +1,7 @@ +# gitignore template for Drupal 7 projects +# +# It is recommended that you use `Drupal.gitignore` as this is the latest version + # Ignore configuration files that may contain sensitive information. sites/*/*settings*.php sites/example.sites.php From 663ff83ba7ad73d631bcca79918a8491398db165 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 10:27:38 -0300 Subject: [PATCH 099/348] Move Magento v1 into ecosystem Co-Authored-By: Nolwennig --- ecosystem/PHP/Magento1.gitignore | 45 ++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 ecosystem/PHP/Magento1.gitignore diff --git a/ecosystem/PHP/Magento1.gitignore b/ecosystem/PHP/Magento1.gitignore new file mode 100644 index 00000000..aac92ca7 --- /dev/null +++ b/ecosystem/PHP/Magento1.gitignore @@ -0,0 +1,45 @@ +# gitignore template for Magento v1 projects +# +# It is recommended that you use `Magento.gitignore` as this is the latest version + +/PATCH_*.sh + +/app/etc/local.xml + +/media/* +!/media/.htaccess + +!/media/customer +/media/customer/* +!/media/customer/.htaccess + +!/media/dhl +/media/dhl/* +!/media/dhl/logo.jpg + +!/media/downloadable +/media/downloadable/* +!/media/downloadable/.htaccess + +!/media/xmlconnect +/media/xmlconnect/* + +!/media/xmlconnect/custom +/media/xmlconnect/custom/* +!/media/xmlconnect/custom/ok.gif + +!/media/xmlconnect/original +/media/xmlconnect/original/* +!/media/xmlconnect/original/ok.gif + +!/media/xmlconnect/system +/media/xmlconnect/system/* +!/media/xmlconnect/system/ok.gif + +/var/* +!/var/.htaccess + +!/var/package +/var/package/* +!/var/package/*.xml + From 37ec8ba529097314ea1707b36317c6f71fc98dea Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 10:41:57 -0300 Subject: [PATCH 100/348] add section about updated folder structure --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index adb59664..77018198 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,17 @@ the following resources are a great place to start: ## Folder structure -The files in the root directory are for `.gitignore` templates that are -project-specific, such as language or framework specific templates. -Global (operating system or editor specific) templates should go into the -[`Global/`](./Global) directory. +We support a collection of templates, organized in this way: + +- [`Global`](./Global) contains templates for various editors, tools and + operating systems that can be used in different situations. It is recommended + that you either [add these to your global template](https://help.github.com/articles/ignoring-files/#create-a-global-gitignore) + or merge these rules into your project-specific templates if you want to use + them permanently. +- [`ecosystem`](./ecosystem) contains specialized templates coalescing around + popular programming languages, but don't make sense to live in the mainstream + templates. These should be added to your project-specific templates when you + decide to adopt the framework or tool. ## Contributing guidelines From 1980e4f1ea31f79378eb4c955675ffb1be9c6da6 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 10:42:08 -0300 Subject: [PATCH 101/348] prettify things --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77018198..5a136de0 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ high quality, we request that contributions adhere to the following guidelines. - **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* + 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 is specific to a @@ -54,7 +54,7 @@ high quality, we request that contributions adhere to the following guidelines. template for that language or framework, rather than to the template for an editor, tool, or operating system. -- **Please only modify *one template* per pull request**. This helps keep pull +- **Please only modify _one template_ per pull request**. This helps keep pull requests and feedback focused on a specific project or technology. In general, the more you can do to help us understand the change you’re making, @@ -66,7 +66,7 @@ helpful than a simple `ls`. If it's not possible to curate a small set of useful rules, then the template might not be a good fit for this collection. Please also understand that we can’t list every tool that ever existed. -Our aim is to curate a collection of the *most common and helpful* templates, +Our aim is to curate a collection of the _most common and helpful_ templates, not to make sure we cover every project possible. If we choose not to include your language, tool, or project, it’s not because it’s not awesome. From 1abbddba2100fdf50ac742d0b2875d6be3018a86 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 11:02:38 -0300 Subject: [PATCH 102/348] expanded new sections --- README.md | 71 ++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 63 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5a136de0..31f13a7b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ the following resources are a great place to start: We support a collection of templates, organized in this way: +- the root folder contains templates in common use, to help people get started + with popular programming languages and technologies. These define a meaningful + set of rules to help get started, and ensure you are not committing + unimportant files into your repository - [`Global`](./Global) contains templates for various editors, tools and operating systems that can be used in different situations. It is recommended that you either [add these to your global template](https://help.github.com/articles/ignoring-files/#create-a-global-gitignore) @@ -30,6 +34,23 @@ We support a collection of templates, organized in this way: templates. These should be added to your project-specific templates when you decide to adopt the framework or tool. +## What makes a good template? + +A template should contain a set of rules to help Git repositories work with a +specific programming language, framework, tool or environment. + +If it's not possible to curate a small set of useful rules for this situation, +then the template is not a good fit for this collection. + +If a template is mostly a list of files installed by a particular version of +some software (e.g. a PHP framework), it should live under the `ecosystem` +directory. See [versioned templates]() for a guide to this setup. + +Please also understand that we can’t list every tool that ever existed. +Our aim is to curate a collection of the _most common and helpful_ templates, +not to make sure we cover every project possible. If we choose not to +include your language, tool, or project, it’s not because it’s not awesome. + ## Contributing guidelines We’d love for you to help us improve this project. To help us keep this collection @@ -60,15 +81,49 @@ high quality, we request that contributions adhere to the following guidelines. In general, the more you can do to help us understand the change you’re making, the more likely we’ll be to accept your contribution quickly. -If a template is mostly a list of files installed by a particular version of -some software (e.g. a PHP framework) then it's brittle and probably no more -helpful than a simple `ls`. If it's not possible to curate a small set of -useful rules, then the template might not be a good fit for this collection. +## Versioned templates -Please also understand that we can’t list every tool that ever existed. -Our aim is to curate a collection of the _most common and helpful_ templates, -not to make sure we cover every project possible. If we choose not to -include your language, tool, or project, it’s not because it’s not awesome. +Some templates can change greatly between versions, and if you wish to contribute +to this repository we need to follow this specific flow: + +- the template at the root should be the current supported version +- the template at the root should not have a version in the filename (i.e. + "evergreen") +- previous versions of templates should live under `ecosystem` +- previous versions of the template should embed the version in the filename, + for readability + +This helps ensure users get the latest version (because they'll use whatever is +at the root) but helps maintainers support older versions still in the wild. + +## Specialized templates + +If you have a template that you would like to contribute, but it isn't quite +mainstream, please consider adding this to the `ecosystem` directory under a +folder that best suits where it belongs. + +The rules in your specialized template should be specific to the framework or +tool, and any additional templates should be mentioned in a comment in the +header of the template + +For example + +``` +# gitignore template for InforCRM (formerly SalesLogix) +# +# Recommended: VisualStudio.gitignore + +# Ignore model files that are auto-generated +ModelIndex.xml +ExportedFiles.xml + +# Ignore deployment files +[Mm]odel/[Dd]eployment + +# Force include portal SupportFiles +!Model/Portal/*/SupportFiles/[Bb]in/ +!Model/Portal/PortalTemplates/*/SupportFiles/[Bb]in +``` ## Contributing workflow From ded1daba15e8a62c4abf6f915c1ea46b4fff1d3f Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 11:07:36 -0300 Subject: [PATCH 103/348] a bit more edits --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31f13a7b..0da26805 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,16 @@ then the template is not a good fit for this collection. If a template is mostly a list of files installed by a particular version of some software (e.g. a PHP framework), it should live under the `ecosystem` -directory. See [versioned templates]() for a guide to this setup. +directory. See [versioned templates](#versioned-templates) for more details. + +If you have a small set of rules, or want to support a technology that is not +widely in use, and still believe this will be helpful to others, please read the +section about [specialized templates](#specialized-templates) for more details. + +If you believe your template is important and should be highly visible, please +add details about the impact of the technology when you open a pull request. We +may not accept it immediately, but we can promote it to the root at a later date +based on demand. Please also understand that we can’t list every tool that ever existed. Our aim is to curate a collection of the _most common and helpful_ templates, From 3641b16bef48964f4613f9f9b2f073027a890aa2 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 11:13:16 -0300 Subject: [PATCH 104/348] tweaks to example template --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0da26805..c3f62cf7 100644 --- a/README.md +++ b/README.md @@ -115,10 +115,11 @@ The rules in your specialized template should be specific to the framework or tool, and any additional templates should be mentioned in a comment in the header of the template -For example +For example, this template might live at `ecosystem/DotNet/InforCRM.gitignore`: ``` # gitignore template for InforCRM (formerly SalesLogix) +# website: https://www.infor.com/product-summary/cx/infor-crm/ # # Recommended: VisualStudio.gitignore From c440ae4d9c9171e04cedc41043353217bacabaa0 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 27 Oct 2018 12:07:44 -0300 Subject: [PATCH 105/348] stub an example Vue gitignore template --- ecosystem/JavaScript/Vue.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ecosystem/JavaScript/Vue.gitignore diff --git a/ecosystem/JavaScript/Vue.gitignore b/ecosystem/JavaScript/Vue.gitignore new file mode 100644 index 00000000..4538951c --- /dev/null +++ b/ecosystem/JavaScript/Vue.gitignore @@ -0,0 +1,9 @@ +# gitignore template for Vue.js projects +# +# Recommended template: Node.gitignore + +# TODO: where does this rule come from? +docs/_book + +# TODO: where does this rule come from? +test/ From eda6ba515be0ec77f462953d125cc197724d639e Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 08:58:24 -0300 Subject: [PATCH 106/348] rename ecosystem to community --- README.md | 10 +++++----- {ecosystem => community}/JavaScript/Vue.gitignore | 0 {ecosystem => community}/PHP/Magento1.gitignore | 0 {ecosystem => community}/Python/Drupal7.gitignore | 0 4 files changed, 5 insertions(+), 5 deletions(-) rename {ecosystem => community}/JavaScript/Vue.gitignore (100%) rename {ecosystem => community}/PHP/Magento1.gitignore (100%) rename {ecosystem => community}/Python/Drupal7.gitignore (100%) diff --git a/README.md b/README.md index c3f62cf7..422056e5 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ If it's not possible to curate a small set of useful rules for this situation, then the template is not a good fit for this collection. If a template is mostly a list of files installed by a particular version of -some software (e.g. a PHP framework), it should live under the `ecosystem` +some software (e.g. a PHP framework), it should live under the `community` directory. See [versioned templates](#versioned-templates) for more details. If you have a small set of rules, or want to support a technology that is not @@ -53,7 +53,7 @@ section about [specialized templates](#specialized-templates) for more details. If you believe your template is important and should be highly visible, please add details about the impact of the technology when you open a pull request. We may not accept it immediately, but we can promote it to the root at a later date -based on demand. +based on interest. Please also understand that we can’t list every tool that ever existed. Our aim is to curate a collection of the _most common and helpful_ templates, @@ -98,7 +98,7 @@ to this repository we need to follow this specific flow: - the template at the root should be the current supported version - the template at the root should not have a version in the filename (i.e. "evergreen") -- previous versions of templates should live under `ecosystem` +- previous versions of templates should live under `community` - previous versions of the template should embed the version in the filename, for readability @@ -108,14 +108,14 @@ at the root) but helps maintainers support older versions still in the wild. ## Specialized templates If you have a template that you would like to contribute, but it isn't quite -mainstream, please consider adding this to the `ecosystem` directory under a +mainstream, please consider adding this to the `community` directory under a folder that best suits where it belongs. The rules in your specialized template should be specific to the framework or tool, and any additional templates should be mentioned in a comment in the header of the template -For example, this template might live at `ecosystem/DotNet/InforCRM.gitignore`: +For example, this template might live at `community/DotNet/InforCRM.gitignore`: ``` # gitignore template for InforCRM (formerly SalesLogix) diff --git a/ecosystem/JavaScript/Vue.gitignore b/community/JavaScript/Vue.gitignore similarity index 100% rename from ecosystem/JavaScript/Vue.gitignore rename to community/JavaScript/Vue.gitignore diff --git a/ecosystem/PHP/Magento1.gitignore b/community/PHP/Magento1.gitignore similarity index 100% rename from ecosystem/PHP/Magento1.gitignore rename to community/PHP/Magento1.gitignore diff --git a/ecosystem/Python/Drupal7.gitignore b/community/Python/Drupal7.gitignore similarity index 100% rename from ecosystem/Python/Drupal7.gitignore rename to community/Python/Drupal7.gitignore From 1ab24a3be37e96e8019ac213e3d76eb203ebf253 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 09:08:04 -0300 Subject: [PATCH 107/348] add support for Nuxt.js Co-Authored-By: FURUKAWA,Daisuke --- community/JavaScript/Nuxt.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/JavaScript/Nuxt.gitignore diff --git a/community/JavaScript/Nuxt.gitignore b/community/JavaScript/Nuxt.gitignore new file mode 100644 index 00000000..cd6c77a3 --- /dev/null +++ b/community/JavaScript/Nuxt.gitignore @@ -0,0 +1,9 @@ +# gitignore template for Nuxt.js projects +# +# Recommended template: Node.gitignore + +# Nuxt build +.nuxt + + # Nuxt generate +dist From 05c5eacc7a4e62cacc1197e3506431a811a4edbb Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 09:11:02 -0300 Subject: [PATCH 108/348] add a template for Phoenix projects Co-Authored-By: JuanPablo Co-Authored-By: Sean Callan --- community/Elixir/Phoenix.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 community/Elixir/Phoenix.gitignore diff --git a/community/Elixir/Phoenix.gitignore b/community/Elixir/Phoenix.gitignore new file mode 100644 index 00000000..522c8d56 --- /dev/null +++ b/community/Elixir/Phoenix.gitignore @@ -0,0 +1,22 @@ +# gitignore template for Phoenix projects +# website: http://www.phoenixframework.org/ +# +# Recommended template: Elixir.gitignore + +# Temporary files +/tmp + +# Static artifacts +/node_modules +/assets/node_modules + +# Since we are building assets from web/static, +# we ignore priv/static. You may want to comment +# this depending on your deployment strategy. +/priv/static/ + +# Installer-related files +/installer/_build +/installer/tmp +/installer/doc +/installer/deps From bd97b795f158f5ef9cee4e7d8549a7a1bbea1124 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 09:28:30 -0300 Subject: [PATCH 109/348] added community Pimcore template Co-Authored-By: Martin Kuric --- community/PHP/Pimcore.gitignore | 53 +++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 community/PHP/Pimcore.gitignore diff --git a/community/PHP/Pimcore.gitignore b/community/PHP/Pimcore.gitignore new file mode 100644 index 00000000..549e7a8f --- /dev/null +++ b/community/PHP/Pimcore.gitignore @@ -0,0 +1,53 @@ +# gitignore template for Pimcore CMS + +# pimcore source files +/pimcore + +# asset files +/website/var/assets/* + +# backups +/website/var/backup/* + +# file cache +/website/var/cache/* + +# generated PHP classes, keep definition files (.psf) +/website/var/classes/Object* +!/website/var/classes/objectbricks + +# various configuration files +/website/var/config/system.xml +/website/var/config/cache.xml +/website/var/config/robots.txt +/website/var/config/Geo* +/website/var/config/object/* +/website/var/config/portal/* +/website/var/config/sqlreport/* + +# sent e-mail log files +/website/var/email/* + +# log files +/website/var/log/*.log + +# serialized recyclebin files +/website/var/recyclebin/* + +# search plugin +/website/var/search/* + +# various temp files +/website/var/system/* +/website/var/tmp/* + +# serialized version files +/website/var/versions/asset/* +/website/var/versions/document/* +/website/var/versions/object/* + +# user profile images +/website/var/user-image/* + +# keep .dummy files +!.dummy \ No newline at end of file From 2055dc101026b338cec2922ff41e1e6ae0054ba0 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 09:29:06 -0300 Subject: [PATCH 110/348] Added community template for ThinkPHP Co-Authored-By: Parallel --- community/PHP/ThinkPHP.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/PHP/ThinkPHP.gitignore diff --git a/community/PHP/ThinkPHP.gitignore b/community/PHP/ThinkPHP.gitignore new file mode 100644 index 00000000..348ebf05 --- /dev/null +++ b/community/PHP/ThinkPHP.gitignore @@ -0,0 +1,8 @@ +# gitignore template for ThinkPHP v3.2.3 +# website: http://www.thinkphp.cn/ + +# Logs and Cache files +/Application/Runtime/ + +# Common configure file +/Application/Common/Conf/config.php \ No newline at end of file From bbd34a4472535e7d00f050879fc1768781c8e788 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 09:55:44 -0300 Subject: [PATCH 111/348] add community Snap template MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: 林博仁(Buo-ren Lin) Co-Authored-By: Marius Gripsgard --- community/Linux/Snap.gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 community/Linux/Snap.gitignore diff --git a/community/Linux/Snap.gitignore b/community/Linux/Snap.gitignore new file mode 100644 index 00000000..ea38c6dd --- /dev/null +++ b/community/Linux/Snap.gitignore @@ -0,0 +1,14 @@ +# gitginore template for creating Snap packages +# website: https://snapcraft.io/ + +parts/ +prime/ +stage/ +*.snap + +# Snapcraft global state tracking data(automatically generated) +# https://forum.snapcraft.io/t/location-to-save-global-state/768 +/snap/.snapcraft/ + +# Source archive packed by `snapcraft cleanbuild` before pushing to the LXD container +/*_source.tar.bz2 From d298644fc3026a4c16db211e6bd9d4b13d14d9eb Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 10:00:39 -0300 Subject: [PATCH 112/348] added Hugo community template Co-Authored-By: Julien Liabeuf Co-Authored-By: Ricardo N Feliciano --- community/Golang/Hugo.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/Golang/Hugo.gitignore diff --git a/community/Golang/Hugo.gitignore b/community/Golang/Hugo.gitignore new file mode 100644 index 00000000..23f43cbe --- /dev/null +++ b/community/Golang/Hugo.gitignore @@ -0,0 +1,8 @@ +# gitginore template for Hugo projects +# website: https://gohugo.io + +# generated files by hugo +/public/ + +# executable may be added to repository +hugo.exe \ No newline at end of file From e67a985416e4c516b4134d721966e2ec469e7441 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 10:06:42 -0300 Subject: [PATCH 113/348] Add community template for Red language Co-Authored-By: SouthWolf Co-Authored-By: Trent Patterson Co-Authored-By: PeterWAWood --- community/Red.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 community/Red.gitignore diff --git a/community/Red.gitignore b/community/Red.gitignore new file mode 100644 index 00000000..b78a06fc --- /dev/null +++ b/community/Red.gitignore @@ -0,0 +1,16 @@ +# gitignore template for Red programming language +# website: http://www.red-lang.org/ + +# Red Compiled code +*.red + +# Libraries +crush.dll +crush.dylib +crush.so + +# Files generated during test +quick-test/quick-test.log +quick-test/runnable/ +system/tests/source/units/auto-tests/ +tests/source/units/auto-tests/ From 8a2fae7d6cb2882630b7878063c8b685375cc8ea Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 10:55:32 -0300 Subject: [PATCH 114/348] add templates for older JBoss versions Co-Authored-By: Marcos Estevam --- community/Java/JBoss4.gitignore | 19 +++++++++++++++++++ community/Java/JBoss6.gitignore | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 community/Java/JBoss4.gitignore create mode 100644 community/Java/JBoss6.gitignore diff --git a/community/Java/JBoss4.gitignore b/community/Java/JBoss4.gitignore new file mode 100644 index 00000000..d416538c --- /dev/null +++ b/community/Java/JBoss4.gitignore @@ -0,0 +1,19 @@ +# gitignore for JBoss v4 projects + +/server/all/data +/server/all/log +/server/all/tmp +/server/all/work +/server/default/data +/server/default/log +/server/default/tmp +/server/default/work +/server/minimal/data +/server/minimal/log +/server/minimal/tmp +/server/minimal/work + +# Note: +# there may be other directories that contain *.xml.failed or *.war.failed files +/server/default/deploy/*.xml.failed +/server/default/deploy/*.war.failed diff --git a/community/Java/JBoss6.gitignore b/community/Java/JBoss6.gitignore new file mode 100644 index 00000000..dc7dce76 --- /dev/null +++ b/community/Java/JBoss6.gitignore @@ -0,0 +1,33 @@ +# gitignore for JBoss v6 projects +# +# Note: to ensure empty directories remain part of the repository, like +# `/server/minimal/lib`, you should add an empty `.gitignore` or `.gitkeep` file +# to the directory - otherwise you may have issues when starting the service. + +/server/all/data +/server/all/log +/server/all/tmp +/server/all/work +/server/default/data +/server/default/log +/server/default/tmp +/server/default/work +/server/minimal/data +/server/minimal/log +/server/minimal/tmp +/server/minimal/work +/server/jbossweb-standalone/data +/server/jbossweb-standalone/log +/server/jbossweb-standalone/tmp +/server/jbossweb-standalone/work +/server/standard/data +/server/standard/log +/server/standard/tmp +/server/standard/work +/server/default/deploy/*.jar.failed +/server/default/deploy/*.jar.dodeploy +/server/default/deploy/*.xml.failed +/server/default/deploy/*.xml.dodeploy +/server/default/deploy/*.war.failed +/server/default/deploy/*.war.dodeploy + From 991accab3f0ed16a51397a280fbe372e93c2b543 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 11:39:03 -0300 Subject: [PATCH 115/348] add community template for KenticoCMS Co-Authored-By: Christopher Jennings --- community/DotNet/Kentico.gitignore | 64 ++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 community/DotNet/Kentico.gitignore diff --git a/community/DotNet/Kentico.gitignore b/community/DotNet/Kentico.gitignore new file mode 100644 index 00000000..6c6d8d63 --- /dev/null +++ b/community/DotNet/Kentico.gitignore @@ -0,0 +1,64 @@ +# gitignore template for using Kentico CMS +# website: http://www.kentico.com/ +# +# Recommended template: VisualStudio.gitignore + +# Include some Kentico folders excluded by Visual Studio rules +!CMS/CMSAdminControls/*/ +!CMS/CMSModules/System/*/ +!CMS/App_Data/CIRepository/** + +# Kentico temporary/environment files +CMS/App_Data/AzureCache +CMS/App_Data/AzureTemp +CMS/App_Data/CMSModules/DeviceProfile/logFiftyOne.txt +CMS/App_Data/CMSModules/DeviceProfiles/logFiftyOne.txt +CMS/App_Data/CMSModules/WebFarm/webfarm.sync +CMS/App_Data/CMSTemp +CMS/App_Data/Persistent +CMS/CMSSiteUtils/Export +CMS/CMSSiteUtils/Import + +# Ignore all smart search indexes, but not the other system folder contents +CMS/App_Data/CMSModules/SmartSearch/** +!CMS/App_Data/CMSModules/SmartSearch/*/ +!CMS/App_Data/CMSModules/SmartSearch/_StopWords/** +!CMS/App_Data/CMSModules/SmartSearch/_Synonyms/** + +## Kentico Starter Sites +# Starter site resource Files +CMS/App_Data/DancingGoat + +# Starter site web templates +CMS/App_Data/Templates/CommunitySite +CMS/App_Data/Templates/CorporateSite +CMS/App_Data/Templates/DancingGoat +CMS/App_Data/Templates/EcommerceSite +CMS/App_Data/Templates/IntranetPortal +CMS/App_Data/Templates/PersonalSite + +# Starter site app themes +CMS/App_Themes/CommunitySite +CMS/App_Themes/CorporateSite +CMS/App_Themes/EcommerceSite +CMS/App_Themes/IntranetPortal* +CMS/App_Themes/PersonalSite + +# Starter site ASPX templates +CMS/CMSTemplates/CorporateSite + +# Starter site media libraries +CMS/CommunitySite +CMS/CorporateSite +CMS/DancingGoat +CMS/EcommerceSite +CMS/IntranetPortal +CMS/PersonalSite + +## Project specific ignores +# Sensitive settings +AppSettings.config +ConnectionStrings.config + +# Project media libraries (recommend shared file storage) +# e.g. CMS/{SiteCodeName} \ No newline at end of file From eff87b9c8bc028de8b85b2afe8b00d8862cd7f3f Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 11:39:57 -0300 Subject: [PATCH 116/348] added community template for InforCRM Co-Authored-By: Customer FX Development --- community/DotNet/InforCMS.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 community/DotNet/InforCMS.gitignore diff --git a/community/DotNet/InforCMS.gitignore b/community/DotNet/InforCMS.gitignore new file mode 100644 index 00000000..6f4d951e --- /dev/null +++ b/community/DotNet/InforCMS.gitignore @@ -0,0 +1,15 @@ +# gitignore template for InforCRM (formerly SalesLogix) +# website: https://www.infor.com/product-summary/cx/infor-crm/ +# +# Recommended: VisualStudio.gitignore + +# Ignore model files that are auto-generated +ModelIndex.xml +ExportedFiles.xml + +# Ignore deployment files +[Mm]odel/[Dd]eployment + +# Force include portal SupportFiles +!Model/Portal/*/SupportFiles/[Bb]in/ +!Model/Portal/PortalTemplates/*/SupportFiles/[Bb]in \ No newline at end of file From 7637178dd21c8a903b2eefcc5dfec7208a061a20 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 18:07:39 -0300 Subject: [PATCH 117/348] add community template for Meteor Co-Authored-By: CodeHunter --- community/JavaScript/Meteor.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 community/JavaScript/Meteor.gitignore diff --git a/community/JavaScript/Meteor.gitignore b/community/JavaScript/Meteor.gitignore new file mode 100644 index 00000000..7194fd0e --- /dev/null +++ b/community/JavaScript/Meteor.gitignore @@ -0,0 +1,12 @@ +# gitignore template for the Meteor framework +# website: https://www.meteor.com/ +# +# Recommended template: Node.gitignore + +# protect api keys in setting json +settings-production.json +settings.json + +# protect your mup.json settings +mup.json +mup.js From 213a053ce7bec535974598c2f5699050ee6a2953 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 18:16:14 -0300 Subject: [PATCH 118/348] added community template for PHP CodeSniffer Co-Authored-By: moltra --- community/PHP/CodeSniffer.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 community/PHP/CodeSniffer.gitignore diff --git a/community/PHP/CodeSniffer.gitignore b/community/PHP/CodeSniffer.gitignore new file mode 100644 index 00000000..e2d9e306 --- /dev/null +++ b/community/PHP/CodeSniffer.gitignore @@ -0,0 +1,7 @@ +# gitignore for the PHP Codesniffer framework +# website: https://github.com/squizlabs/PHP_CodeSniffer +# +# Recommended template: PHP.gitignore + +/vendor/* +/wpcs/* \ No newline at end of file From e5c5a2bb9c96a86e75c9543ceedd466fae1f27a8 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 18:16:51 -0300 Subject: [PATCH 119/348] add community template for Racket Co-Authored-By: Will Price Co-Authored-By: Stefan --- community/Racket.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 community/Racket.gitignore diff --git a/community/Racket.gitignore b/community/Racket.gitignore new file mode 100644 index 00000000..c97e0899 --- /dev/null +++ b/community/Racket.gitignore @@ -0,0 +1,15 @@ +# gitignore template for the Racket language +# website: http://www.racket-lang.org/ + +# DrRacket autosave files +*.rkt~ +*.rkt.bak +\#*.rkt# +\#*.rkt#*# + +# Compiled racket bytecode +compiled/ +*.zo + +# Dependency tracking files +*.dep \ No newline at end of file From f29f4047a03c0981706d92f5458aa73499e1ce47 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 18:24:05 -0300 Subject: [PATCH 120/348] add community template for LogTalk Co-Authored-By: Paulo Moura --- community/Logtalk.gitignore | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 community/Logtalk.gitignore diff --git a/community/Logtalk.gitignore b/community/Logtalk.gitignore new file mode 100644 index 00000000..d02dd2e1 --- /dev/null +++ b/community/Logtalk.gitignore @@ -0,0 +1,19 @@ +# gitignore template for LogTalk, a programming language that builds upon Prolog +# website: https://logtalk.org/ + +# Logtalk temporary file directories +.lgt_tmp/ +lgt_tmp/ + +# Logtalk default unit testing and doclet results and logs directories +logtalk_tester_logs/ +logtalk_doclet_logs/ + +# backend Prolog compiler temporary files +.pl-history +*.out +*.xwam +*.qo +*.ql +*.itf +*.po \ No newline at end of file From d9977d1bdffaacb697f8e3db5094f5bb8c79c8e7 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 18:28:43 -0300 Subject: [PATCH 121/348] add community template for Cordova Co-Authored-By: Andre Christoga S Co-Authored-By: Chaoyi Zha --- community/JavaScript/Cordova.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 community/JavaScript/Cordova.gitignore diff --git a/community/JavaScript/Cordova.gitignore b/community/JavaScript/Cordova.gitignore new file mode 100644 index 00000000..4bd87859 --- /dev/null +++ b/community/JavaScript/Cordova.gitignore @@ -0,0 +1,10 @@ +# gitignore template for the Cordova framework +# website: https://cordova.apache.org/ +# +# Recommended template: Node.gitignore + +# App platform binaries and built files +/platforms + +# Optional to ignore plugin Git clones +#/plugins From 227764535c0404960e6b6f20d8abff74fc4bf5b5 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sun, 28 Oct 2018 18:30:27 -0300 Subject: [PATCH 122/348] add community template for NW.js Co-Authored-By: Josh Plant --- community/JavaScript/NWjs.gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 community/JavaScript/NWjs.gitignore diff --git a/community/JavaScript/NWjs.gitignore b/community/JavaScript/NWjs.gitignore new file mode 100644 index 00000000..f006b08b --- /dev/null +++ b/community/JavaScript/NWjs.gitignore @@ -0,0 +1,29 @@ +# gitignore template for NW.js projects +# website: https://nwjs.io/ + +# Seen in standard and sdk versions +credits.html +locales/ +libEGL.dll +libGLEv2.dll +node.dll +nw.dll +nw.exe +natives_blob.bin +nw_100_percent.pak +nw_200_percent.pak +nw_elf.dll +snapshot_blob.bin +resources.pak + +# Seen only in standard +d3dcompiler_47.dll +ffmpeg.dll +icudtl.dat + +# Seen only in sdk +pnacl/ +chromedriver.exe +nacl_irt_x86_64.nexe +nwjc.exe +payload.exe From 0a23ed588dd0d59dbc2b356133fe87364265b45a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Mon, 29 Oct 2018 13:56:28 +0800 Subject: [PATCH 123/348] Revert "Update Xcode.gitignore" --- Global/Xcode.gitignore | 74 +++++------------------------------------- 1 file changed, 9 insertions(+), 65 deletions(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index b01314d3..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,65 +21,3 @@ DerivedData/ !default.mode2v3 *.perspectivev3 !default.perspectivev3 -xcuserdata/ - -## Other -*.moved-aside -*.xccheckout -*.xcscmblueprint - -## Obj-C/Swift specific -*.hmap -*.ipa -*.dSYM.zip -*.dSYM - -## Playgrounds -timeline.xctimeline -playground.xcworkspace - -# Swift Package Manager -# -# Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. -# Packages/ -# Package.pins -# Package.resolved -.build/ - -# CocoaPods -# -# We recommend against adding the Pods directory to your .gitignore. However -# you should judge for yourself, the pros and cons are mentioned at: -# https://guides.cocoapods.org/using/using-cocoapods.html#should-i-check-the-pods-directory-into-source-control -# -# Pods/ -# -# Add this line if you want to avoid checking in source code from the Xcode workspace -# *.xcworkspace - -# Carthage -# -# Add this line if you want to avoid checking in source code from Carthage dependencies. -# Carthage/Checkouts - -Carthage/Build - -# fastlane -# -# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the -# screenshots whenever they are needed. -# For more information about the recommended setup visit: -# https://docs.fastlane.tools/best-practices/source-control/#source-control - -fastlane/report.xml -fastlane/Preview.html -fastlane/screenshots/**/*.png -fastlane/test_output - -# Code Injection -# -# After new code Injection tools there's a generated folder /iOSInjectionProject -# https://github.com/johnno1962/injectionforxcode - -iOSInjectionProject/ - From b3d1e72efb400157927b0f7c419f1a09b01e0f3e Mon Sep 17 00:00:00 2001 From: Chris Gunn Date: Fri, 2 Nov 2018 14:17:40 -0700 Subject: [PATCH 124/348] Add `ARM` and `ARM64` to Visual Studio's ignore file. --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4d13c548..b8f4cbca 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -20,6 +20,8 @@ [Rr]eleases/ x64/ x86/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ bld/ [Bb]in/ [Oo]bj/ From 1cdba03c57380285fdbdb424b925be7a6f842254 Mon Sep 17 00:00:00 2001 From: Rhys Powell Date: Tue, 6 Nov 2018 11:28:54 +1100 Subject: [PATCH 125/348] ignore files generated by ElixirLS --- Elixir.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Elixir.gitignore b/Elixir.gitignore index 86e4c3f3..b263cd10 100644 --- a/Elixir.gitignore +++ b/Elixir.gitignore @@ -7,3 +7,4 @@ erl_crash.dump *.ez *.beam /config/*.secret.exs +.elixir_ls/ From 58f322cfbc0aefc3026310e39eaed742ecdb61ec Mon Sep 17 00:00:00 2001 From: 1nfinite9 Date: Wed, 7 Nov 2018 10:15:02 +0900 Subject: [PATCH 126/348] Update Unity.gitignore Add ignore for Crashlytics generated file --- Unity.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 833e6d42..93c9ce52 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -35,3 +35,7 @@ sysinfo.txt # Builds *.apk *.unitypackage + +# Crashlytics generated file +Assets/StreamingAssets/crashlytics-build.properties + From 87ec1bd86480dcc618291b2271fe365880915ce2 Mon Sep 17 00:00:00 2001 From: Daijiro Wachi Date: Thu, 8 Nov 2018 10:59:36 +0900 Subject: [PATCH 127/348] Add "network-security.data" Refs: http://network-security.data --- Global/Emacs.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index 3ac7904d..d40e8659 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -43,3 +43,7 @@ flycheck_*.el # directory configuration .dir-locals.el + +# network security +/network-security.data + From 36ea81b07f6b95c0767a74cce5b7b0c82d040e55 Mon Sep 17 00:00:00 2001 From: Skident Date: Thu, 8 Nov 2018 12:09:18 +0200 Subject: [PATCH 128/348] Added CMakeLists.txt.user file to a CMake .gitignore --- CMake.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake.gitignore b/CMake.gitignore index 9ea395f1..7e25564f 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -1,3 +1,4 @@ +CMakeLists.txt.user CMakeCache.txt CMakeFiles CMakeScripts From da37cecbd45e101d311229946f4cb02c659cb70a Mon Sep 17 00:00:00 2001 From: Arnaud Rocher Date: Fri, 9 Nov 2018 10:42:08 +0100 Subject: [PATCH 129/348] [TeX] Ignore generated files by 'vhistory' package The `vhistory` package generates two files, with `.hst` and `.ver` extensions. --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 753f2b95..edd1f60b 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -205,6 +205,10 @@ pythontex-files-*/ # todonotes *.tdo +# vhistory +*.hst +*.ver + # easy-todo *.lod From 926a6cba3d7bb626143e6caf0b06d47033c4b569 Mon Sep 17 00:00:00 2001 From: "J. Kevin Bay" Date: Fri, 9 Nov 2018 19:59:44 -0700 Subject: [PATCH 130/348] Hide wheels directory used on Debian-like systems (Ubuntu) See https://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html tl;dr Debian Policy requires wheels to be installed here and thus issuing python3 -m venv . on a Debian-like system creates this directory --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 510c73d0..11614af2 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -20,6 +20,7 @@ parts/ sdist/ var/ wheels/ +share/python-wheels/ *.egg-info/ .installed.cfg *.egg From 9c477781eba9d571c11c002fdec00d2943e7400d Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 15:17:51 -0400 Subject: [PATCH 131/348] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 422056e5..db171347 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ We support a collection of templates, organized in this way: that you either [add these to your global template](https://help.github.com/articles/ignoring-files/#create-a-global-gitignore) or merge these rules into your project-specific templates if you want to use them permanently. -- [`ecosystem`](./ecosystem) contains specialized templates coalescing around - popular programming languages, but don't make sense to live in the mainstream +- [`community`](./community) contains specialized templates for other popular + languages, tools and project, which don't currently belong in the mainstream templates. These should be added to your project-specific templates when you decide to adopt the framework or tool. @@ -43,7 +43,7 @@ If it's not possible to curate a small set of useful rules for this situation, then the template is not a good fit for this collection. If a template is mostly a list of files installed by a particular version of -some software (e.g. a PHP framework), it should live under the `community` +some software (e.g. a PHP framework), it could live under the `community` directory. See [versioned templates](#versioned-templates) for more details. If you have a small set of rules, or want to support a technology that is not @@ -98,7 +98,7 @@ to this repository we need to follow this specific flow: - the template at the root should be the current supported version - the template at the root should not have a version in the filename (i.e. "evergreen") -- previous versions of templates should live under `community` +- previous versions of templates should live under `community/` - previous versions of the template should embed the version in the filename, for readability From b7dc63aa1bb2536dd7f316eada0efd9e92f26b98 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 15:33:56 -0400 Subject: [PATCH 132/348] added bitrix community template --- community/PHP/Bitrix.gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 community/PHP/Bitrix.gitignore diff --git a/community/PHP/Bitrix.gitignore b/community/PHP/Bitrix.gitignore new file mode 100644 index 00000000..d288916f --- /dev/null +++ b/community/PHP/Bitrix.gitignore @@ -0,0 +1,23 @@ +# gitignore template for 1C-Bitrix, a PHP-based CMS +# website: https://www.1c-bitrix.ru + +#Exclude all of core files +/bitrix/* + +#But not the templates and non bitrix components +!/bitrix/templates +!/bitrix/components +/bitrix/components/bitrix + +#Exclude bitrix gadgets +!/bitrix/gadgets +/bitrix/gadgets/bitrix + +#User can use that directory to store some stuff, but it's not really recommended, just use /local instead of this +!/bitrix/php_interface/ + +#Exclude database configs +/bitrix/php_interface/dbconn.php + +#Exclude default file storage directory +/upload/ From e9883e5f27a5e38b452675efacbe4b0176532c18 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 15:34:14 -0400 Subject: [PATCH 133/348] update header for Drupal template --- Drupal.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Drupal.gitignore b/Drupal.gitignore index 5e907072..50d3eef8 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -1,6 +1,6 @@ # gitignore template for Drupal 8 projects # -# earlier versions of Drupal are tracked in `ecosystem/Python/` +# earlier versions of Drupal are tracked in `community/Python/` # Ignore configuration files that may contain sensitive information /sites/*/*settings*.php @@ -43,4 +43,4 @@ /README.txt /robots.txt /update.php -/web.config \ No newline at end of file +/web.config From f7c4f2e4e95460cfc93384dc66155bcaf8c3d930 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 15:38:46 -0400 Subject: [PATCH 134/348] line endings --- community/DotNet/InforCMS.gitignore | 2 +- community/DotNet/Kentico.gitignore | 2 +- community/Golang/Hugo.gitignore | 2 +- community/Logtalk.gitignore | 2 +- community/PHP/CodeSniffer.gitignore | 2 +- community/PHP/Pimcore.gitignore | 2 +- community/Racket.gitignore | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/community/DotNet/InforCMS.gitignore b/community/DotNet/InforCMS.gitignore index 6f4d951e..29c7d8e5 100644 --- a/community/DotNet/InforCMS.gitignore +++ b/community/DotNet/InforCMS.gitignore @@ -12,4 +12,4 @@ ExportedFiles.xml # Force include portal SupportFiles !Model/Portal/*/SupportFiles/[Bb]in/ -!Model/Portal/PortalTemplates/*/SupportFiles/[Bb]in \ No newline at end of file +!Model/Portal/PortalTemplates/*/SupportFiles/[Bb]in diff --git a/community/DotNet/Kentico.gitignore b/community/DotNet/Kentico.gitignore index 6c6d8d63..3b278b6a 100644 --- a/community/DotNet/Kentico.gitignore +++ b/community/DotNet/Kentico.gitignore @@ -61,4 +61,4 @@ AppSettings.config ConnectionStrings.config # Project media libraries (recommend shared file storage) -# e.g. CMS/{SiteCodeName} \ No newline at end of file +# e.g. CMS/{SiteCodeName} diff --git a/community/Golang/Hugo.gitignore b/community/Golang/Hugo.gitignore index 23f43cbe..acccf884 100644 --- a/community/Golang/Hugo.gitignore +++ b/community/Golang/Hugo.gitignore @@ -5,4 +5,4 @@ /public/ # executable may be added to repository -hugo.exe \ No newline at end of file +hugo.exe diff --git a/community/Logtalk.gitignore b/community/Logtalk.gitignore index d02dd2e1..c680e647 100644 --- a/community/Logtalk.gitignore +++ b/community/Logtalk.gitignore @@ -16,4 +16,4 @@ logtalk_doclet_logs/ *.qo *.ql *.itf -*.po \ No newline at end of file +*.po diff --git a/community/PHP/CodeSniffer.gitignore b/community/PHP/CodeSniffer.gitignore index e2d9e306..d4b37684 100644 --- a/community/PHP/CodeSniffer.gitignore +++ b/community/PHP/CodeSniffer.gitignore @@ -4,4 +4,4 @@ # Recommended template: PHP.gitignore /vendor/* -/wpcs/* \ No newline at end of file +/wpcs/* diff --git a/community/PHP/Pimcore.gitignore b/community/PHP/Pimcore.gitignore index 549e7a8f..4090b4ad 100644 --- a/community/PHP/Pimcore.gitignore +++ b/community/PHP/Pimcore.gitignore @@ -50,4 +50,4 @@ /website/var/user-image/* # keep .dummy files -!.dummy \ No newline at end of file +!.dummy diff --git a/community/Racket.gitignore b/community/Racket.gitignore index c97e0899..962478a1 100644 --- a/community/Racket.gitignore +++ b/community/Racket.gitignore @@ -12,4 +12,4 @@ compiled/ *.zo # Dependency tracking files -*.dep \ No newline at end of file +*.dep From d6d2a41fdfb9f309cdcb267c829ebf92e41c6a44 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 17:11:28 -0400 Subject: [PATCH 135/348] added template for Bazel Co-Authored-By: Carmi Grushko --- community/Bazel.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/Bazel.gitignore diff --git a/community/Bazel.gitignore b/community/Bazel.gitignore new file mode 100644 index 00000000..a08ff486 --- /dev/null +++ b/community/Bazel.gitignore @@ -0,0 +1,6 @@ +# gitignore template for Bazel build system +# website: https://bazel.build/ + +# Ignore all bazel-* symlinks. There is no full list since this can change +# based on the name of the directory bazel is cloned into. +/bazel-* From 2ee0576b39a8b50d459cbeea1e902d5eb4e5ba4d Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 17:12:56 -0400 Subject: [PATCH 136/348] added template for Exercism project Co-Authored-By: Yosef Benny Widyokarsono --- community/Exercism.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community/Exercism.gitignore diff --git a/community/Exercism.gitignore b/community/Exercism.gitignore new file mode 100644 index 00000000..b74882c8 --- /dev/null +++ b/community/Exercism.gitignore @@ -0,0 +1,5 @@ +# gitignore template for Exercism project +# website: https://exercism.io/ + +# Ignore .exercism folder which contain sensitive data +.exercism From db803b4c8755e219c3e5568b5afce6c5573fce8d Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 17:14:54 -0400 Subject: [PATCH 137/348] add template for Jupyter Notebooks Co-Authored-By: Lin Kao-Yuan --- community/Python/JupyterNotebooks.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 community/Python/JupyterNotebooks.gitignore diff --git a/community/Python/JupyterNotebooks.gitignore b/community/Python/JupyterNotebooks.gitignore new file mode 100644 index 00000000..7727feac --- /dev/null +++ b/community/Python/JupyterNotebooks.gitignore @@ -0,0 +1,9 @@ +# gitignore template for Jupyter Notebooks +# website: http://jupyter.org/ + +.ipynb_checkpoints +*/.ipynb_checkpoints/* + +# Remove previous ipynb_checkpoints +# git rm -r .ipynb_checkpoints/ +# From 45aaaf2b739579d9906bb5b8618b4c9fa5117de0 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 17:16:22 -0400 Subject: [PATCH 138/348] added template for Nikola framework Co-Authored-By: Lenz Grimmer --- community/Python/Nikola.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 community/Python/Nikola.gitignore diff --git a/community/Python/Nikola.gitignore b/community/Python/Nikola.gitignore new file mode 100644 index 00000000..dac64b41 --- /dev/null +++ b/community/Python/Nikola.gitignore @@ -0,0 +1,7 @@ +# gitignore template for Nikola static site generator +# website: https://getnikola.com/ + +.doit.db +*.py[cod] +cache/ +output/ From 40522d5bf730c47f3449577c80d1820dcc2e4d47 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 19:30:25 -0400 Subject: [PATCH 139/348] added template for Puppet modules Co-Authored-By: Mario Finelli --- community/Puppet.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 community/Puppet.gitignore diff --git a/community/Puppet.gitignore b/community/Puppet.gitignore new file mode 100644 index 00000000..4fcdca7d --- /dev/null +++ b/community/Puppet.gitignore @@ -0,0 +1,16 @@ +# gitignore template for Puppet modules +# website: https://forge.puppet.com/ + +# Built packages +pkg/* + +# Should run on multiple platforms so don't check in +Gemfile.lock + +# Tests +spec/fixtures/* +coverage/* + +# Third-party +vendor/* +.bundle/* From 056eea8e97bfb9057bf912788c243fc9ec390912 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 22 Nov 2018 19:30:49 -0400 Subject: [PATCH 140/348] added template for Splunk apps Co-Authored-By: Edward Courtemanche --- community/Splunk.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/Splunk.gitignore diff --git a/community/Splunk.gitignore b/community/Splunk.gitignore new file mode 100644 index 00000000..d063da0e --- /dev/null +++ b/community/Splunk.gitignore @@ -0,0 +1,8 @@ +# gitignore template for Splunk apps +# documentation: http://docs.splunk.com/Documentation/Splunk/6.2.3/admin/Defaultmetaconf + +# Splunk local meta file +local.meta + +# Splunk local folder +local From 541a7aec34f3414cb4bc5f07345c60f84a448f30 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Fri, 23 Nov 2018 15:46:33 -0400 Subject: [PATCH 141/348] added template for Xilinx Co-Authored-By: lkxajd Co-Authored-By: Shamim Keshani Co-Authored-By: Stephen --- community/Xilinx.gitignore | 105 +++++++++++++++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 community/Xilinx.gitignore diff --git a/community/Xilinx.gitignore b/community/Xilinx.gitignore new file mode 100644 index 00000000..afe5e821 --- /dev/null +++ b/community/Xilinx.gitignore @@ -0,0 +1,105 @@ +# gitignore template for Xilinx Vivado Design Suite +# website: https://www.xilinx.com/support/download.html + +# [home] +*.jou +*.log +*.debug +*.str +*.zip +*.tmp +*.rst +*.os +*.js +*.pb +*.dcp +*.hwdef +*.vds +*.veo +*.wdf +*.vdi +*.dmp +*.rpx +*.rpt +*_stub.v +*_stub.vhdl +*_funcsim.v +*_funcsim.vhdl +.project + +# [dir] +*.cache +.metadata +*.data +*.ipdefs +.Xil +*.sdk +*.hw +*.ip_user_files + +### IP synth +*_synth_* + +.jobs + +### project synth +*/*.runs/synth*/*.xml +*/*.runs/synth*/*.txt +*/*.runs/synth*/*.sh +*/*.runs/synth*/*.tcl +*/*.runs/synth*/*.bat +*/*.runs/synth*/*.xdc +!*/*.runs/synth*/*utilization*.rpt + +*.runs/synth*/*.xml +*.runs/synth*/*.txt +*.runs/synth*/*.sh +*.runs/synth*/*.tcl +*.runs/synth*/*.bat +*.runs/synth*/*.xdc +!*.runs/synth*/*utilization*.rpt + +### project impl +*/*.runs/impl*/*.xml +*/*.runs/impl*/*.html +*/*.runs/impl*/*.txt +*/*.runs/impl*/*.sh +*/*.runs/impl*/*.tcl +*/*.runs/impl*/*.bat +!*/*.runs/impl*/*utilization*.rpt + +*.runs/impl*/*.xml +*.runs/impl*/*.html +*.runs/impl*/*.txt +*.runs/impl*/*.sh +*.runs/impl*/*.tcl +*.runs/impl*/*.bat +!*.runs/impl*/*utilization*.rpt + +### block design +*/*/bd/*/hdl +*/*/*/bd/*/hdl + +*/*/bd/*/*.xdc +*/*/*/bd/*/*.xdc + +*/*/bd/*/ip/*/*.xdc +*/*/*/bd/*/ip/*/*.xdc + +*/*/bd/*/ip/*/*/ +*/*/*/bd/*/ip/*/*/ + +*/*/bd/*/ip/*/*.vhd +*/*/*/bd/*/ip/*/*.vhd + +*/*/bd/*/ip/*/*.xml +*/*/*/bd/*/ip/*/*.xml + +*.c +*.h +*.vho +*.html +*/*/bd/*/ip/*/*.tcl +*/*/*/bd/*/ip/*/*.tcl +hw_handoff +ipshared From 8b335ee4099333b11fa02170f23998996dba899e Mon Sep 17 00:00:00 2001 From: Christopher McClellan Date: Sat, 8 Aug 2015 09:34:42 -0400 Subject: [PATCH 142/348] Create AtmelStudio.gitignore Added a new .gitignore for Atmel Studio. https://www.microchip.com/mplab/avr-support/atmel-studio-7 --- community/embedded/AtmelStudio.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 community/embedded/AtmelStudio.gitignore diff --git a/community/embedded/AtmelStudio.gitignore b/community/embedded/AtmelStudio.gitignore new file mode 100644 index 00000000..5dfc4696 --- /dev/null +++ b/community/embedded/AtmelStudio.gitignore @@ -0,0 +1,22 @@ +## Ignore Atmel Studio temporary files and build results +# https://www.microchip.com/mplab/avr-support/atmel-studio-7 + +# Atmel Studio is powered by an older version of Visual Studio, +# so most of the project and solution files are the same as VS files, +# only prefixed by an `at`. + +#Build Directories +[Dd]ebug/ +[Rr]elease/ + +#Build Results +*.o +*.d +*.eep +*.elf +*.hex +*.map +*.srec + +#User Specific Files +*.atsuo From 941ea22c96ad34a981bed6c13c1239649cfbd78e Mon Sep 17 00:00:00 2001 From: Steven Lee Date: Mon, 26 Nov 2018 22:02:40 +1100 Subject: [PATCH 143/348] correct capitalization problems and add Octave which link to MATLAB --- Global/{Matlab.gitignore => MATLAB.gitignore} | 0 Global/{macOS.gitignore => MacOS.gitignore} | 0 Global/Octave.gitignore | 1 + Jboss.gitignore => JBoss.gitignore | 0 4 files changed, 1 insertion(+) rename Global/{Matlab.gitignore => MATLAB.gitignore} (100%) rename Global/{macOS.gitignore => MacOS.gitignore} (100%) create mode 120000 Global/Octave.gitignore rename Jboss.gitignore => JBoss.gitignore (100%) diff --git a/Global/Matlab.gitignore b/Global/MATLAB.gitignore similarity index 100% rename from Global/Matlab.gitignore rename to Global/MATLAB.gitignore diff --git a/Global/macOS.gitignore b/Global/MacOS.gitignore similarity index 100% rename from Global/macOS.gitignore rename to Global/MacOS.gitignore diff --git a/Global/Octave.gitignore b/Global/Octave.gitignore new file mode 120000 index 00000000..b1d60544 --- /dev/null +++ b/Global/Octave.gitignore @@ -0,0 +1 @@ +MATLAB.gitignore \ No newline at end of file diff --git a/Jboss.gitignore b/JBoss.gitignore similarity index 100% rename from Jboss.gitignore rename to JBoss.gitignore From 9771d5c8d1788702c3ec5c33941c2508a99d7446 Mon Sep 17 00:00:00 2001 From: Cole Arendt Date: Tue, 27 Nov 2018 14:33:43 -0500 Subject: [PATCH 144/348] remove rsconnect folder from R.gitignore --- R.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/R.gitignore b/R.gitignore index 26fad6fa..fcff087a 100644 --- a/R.gitignore +++ b/R.gitignore @@ -31,6 +31,3 @@ vignettes/*.pdf # Temporary files created by R markdown *.utf8.md *.knit.md - -# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html -rsconnect/ From 512393f97db9216f57c319859ffbd961876113cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Tue, 27 Nov 2018 15:51:23 -0500 Subject: [PATCH 145/348] Create Magento2.gitignore --- community/PHP/Magento2.gitignore | 54 ++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 community/PHP/Magento2.gitignore diff --git a/community/PHP/Magento2.gitignore b/community/PHP/Magento2.gitignore new file mode 100644 index 00000000..b6b7860a --- /dev/null +++ b/community/PHP/Magento2.gitignore @@ -0,0 +1,54 @@ +/sitemap +/sitemap.xml +/pub/sitemap +/pub/sitemap.xml +/app/config_sandbox +/app/etc/config.php +/app/etc/env.php +/app/code/Magento/TestModule* +/lib/internal/flex/uploader/.actionScriptProperties +/lib/internal/flex/uploader/.flexProperties +/lib/internal/flex/uploader/.project +/lib/internal/flex/uploader/.settings +/lib/internal/flex/varien/.actionScriptProperties +/lib/internal/flex/varien/.flexLibProperties +/lib/internal/flex/varien/.project +/lib/internal/flex/varien/.settings +/.grunt +/.php_cs.cache +/grunt-config.json +/dev/tools/grunt/configs/local-themes.js + +/pub/media/*.* +!/pub/media/.htaccess +/pub/media/attribute/* +!/pub/media/attribute/.htaccess +/pub/media/analytics/* +/pub/media/catalog/* +!/pub/media/catalog/.htaccess +/pub/media/customer/* +!/pub/media/customer/.htaccess +/pub/media/downloadable/* +!/pub/media/downloadable/.htaccess +/pub/media/favicon/* +/pub/media/import/* +!/pub/media/import/.htaccess +/pub/media/logo/* +/pub/media/theme/* +/pub/media/theme_customization/* +!/pub/media/theme_customization/.htaccess +/pub/media/wysiwyg/* +!/pub/media/wysiwyg/.htaccess +/pub/media/tmp/* +!/pub/media/tmp/.htaccess +/pub/media/captcha/* +!/pub/media/captcha/.htaccess +/pub/static/* +!/pub/static/.htaccess + +/var/* +!/var/.htaccess +/vendor/* +!/vendor/.htaccess +/generated/* +!/generated/.htaccess From 15736d477bd0c6e893f623407f8d58900f97ece2 Mon Sep 17 00:00:00 2001 From: Tej Chajed Date: Thu, 29 Nov 2018 07:58:06 -0500 Subject: [PATCH 146/348] [Go] Fix typo in comment --- Go.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Go.gitignore b/Go.gitignore index f1c181ec..f2dd9554 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -5,7 +5,7 @@ *.so *.dylib -# Test binary, build with `go test -c` +# Test binary, built with `go test -c` *.test # Output of the go coverage tool, specifically when used with LiteIDE From fd3fe5838a68a8d9518ae498604045584f9b8634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erdal=20TA=C5=9EKESEN?= Date: Thu, 29 Nov 2018 18:26:50 +0300 Subject: [PATCH 147/348] feat: Add missing executables and generated --- community/Golang/Hugo.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/community/Golang/Hugo.gitignore b/community/Golang/Hugo.gitignore index acccf884..3718de7b 100644 --- a/community/Golang/Hugo.gitignore +++ b/community/Golang/Hugo.gitignore @@ -1,8 +1,12 @@ +### Hugo ### # gitginore template for Hugo projects # website: https://gohugo.io # generated files by hugo /public/ +/resources/_gen/ # executable may be added to repository hugo.exe +hugo.darwin +hugo.linux From 8e6fda27d1e635d49b300defce46b522f7ecc1a4 Mon Sep 17 00:00:00 2001 From: johnsoncodehk Date: Sun, 2 Dec 2018 00:18:35 +0800 Subject: [PATCH 148/348] Ignore Logs/Packages-Update.log --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 93c9ce52..b1d1a9a7 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -3,6 +3,7 @@ [Oo]bj/ [Bb]uild/ [Bb]uilds/ +[Ll]ogs/ Assets/AssetStoreTools* # Visual Studio cache directory From 47d29f35dceaf6ebd456c78772b0ead100fa6e9c Mon Sep 17 00:00:00 2001 From: "David C. Drake" Date: Sat, 1 Dec 2018 16:36:06 -0800 Subject: [PATCH 149/348] Improve comment capitalization consistency --- Unity.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 93c9ce52..f4945c1a 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -29,7 +29,7 @@ ExportedObj/ *.pidb.meta *.pdb.meta -# Unity3D Generated File On Crash Reports +# Unity3D generated file on crash reports sysinfo.txt # Builds From 38b9fdf4fb1850caecc0f2ea19bbf99c0cb9ed3c Mon Sep 17 00:00:00 2001 From: Wouter de Vries Date: Thu, 6 Dec 2018 10:17:16 +0100 Subject: [PATCH 150/348] Only unignore directories that have at least a character ending with .cache --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4ba92b04..d1fc54de 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -211,7 +211,7 @@ _pkginfo.txt # files ending in .cache can be ignored *.[Cc]ache # but keep track of directories ending in .cache -!*.[Cc]ache/ +!?*.[Cc]ache/ # Others ClientBin/ From 2731b70f4f07cf30fbc62c3a6b67f0c935887df0 Mon Sep 17 00:00:00 2001 From: Mark Nicolini <36858276+marcusolini@users.noreply.github.com> Date: Thu, 6 Dec 2018 09:19:35 -0500 Subject: [PATCH 151/348] Ignore Generated Files Netbeans Linux and Windows Makefile-*.mk and Package-*.bash files in nbproject directories are automatically generated during compile. These files are continually updated, which can cause a long list of unnecessary files to add, commit, and push (or that are Untracked). This has been experienced for Linux and Windows C++ projects. Helpful supporting link: https://stackoverflow.com/questions/27490608/netbeans-c-and-git --- Global/NetBeans.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/NetBeans.gitignore b/Global/NetBeans.gitignore index 863bc7fa..45112875 100644 --- a/Global/NetBeans.gitignore +++ b/Global/NetBeans.gitignore @@ -1,4 +1,6 @@ **/nbproject/private/ +**/nbproject/Makefile-*.mk +**/nbproject/Package-*.bash build/ nbbuild/ dist/ From 2e5099d72ff367116141f2131369863e34fa3140 Mon Sep 17 00:00:00 2001 From: Steven Lee Date: Mon, 10 Dec 2018 23:01:10 +1100 Subject: [PATCH 152/348] macOS low cap m --- Global/{MacOS.gitignore => macOS.gitignore} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Global/{MacOS.gitignore => macOS.gitignore} (100%) diff --git a/Global/MacOS.gitignore b/Global/macOS.gitignore similarity index 100% rename from Global/MacOS.gitignore rename to Global/macOS.gitignore From 32fa57bc6122a4e33e037e9fd8fe69b58eb0c9e1 Mon Sep 17 00:00:00 2001 From: Kyle Smith Date: Wed, 12 Dec 2018 19:47:32 +1000 Subject: [PATCH 153/348] [Unity] Ignore .gradle/ build cache --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 93c9ce52..6c45d9ee 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -8,6 +8,9 @@ Assets/AssetStoreTools* # Visual Studio cache directory .vs/ +# Gradle cache directory +.gradle/ + # Autogenerated VS/MD/Consulo solution and project files ExportedObj/ .consulo/ From b2310e0ddc9ad688445e28d72f11c7c85f8776f5 Mon Sep 17 00:00:00 2001 From: Hassan Hashemi Date: Thu, 13 Dec 2018 06:53:53 -0800 Subject: [PATCH 154/348] Ignore health check temp database Ignore liveness db which belongs to: https://github.com/Xabaril/BeatPulse --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4ba92b04..9711d5dc 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -223,6 +223,7 @@ ClientBin/ *.pfx *.publishsettings orleans.codegen.cs +livenessdb # Including strong name files can present a security risk # (https://github.com/github/gitignore/pull/2483#issue-259490424) From f966096f4072f73dcc8f7004062176e7954dffed Mon Sep 17 00:00:00 2001 From: lmedson Date: Thu, 13 Dec 2018 21:32:38 -0300 Subject: [PATCH 155/348] Add ignorer to .env.test variable --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index ebfe4395..cf36b87a 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -56,6 +56,7 @@ typings/ # dotenv environment variables file .env +.env.test # parcel-bundler cache (https://parceljs.org/) .cache From c2d0605e69b1d2bf541ca8f86cccd3b9d10379a8 Mon Sep 17 00:00:00 2001 From: Kenji Sakurada Date: Sun, 16 Dec 2018 14:50:40 +0900 Subject: [PATCH 156/348] fix wsp --- Node.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index ebfe4395..c5f3e449 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -75,5 +75,5 @@ typings/ # FuseBox cache .fusebox/ -#DynamoDB Local files -.dynamodb/ +# DynamoDB Local files +.dynamodb/ From 2861abc28c5206c0304fc762cc6e59b89023f631 Mon Sep 17 00:00:00 2001 From: Hassan Hashemi Date: Sun, 16 Dec 2018 09:51:36 -0800 Subject: [PATCH 157/348] Add BeatPulse specific section --- VisualStudio.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9711d5dc..581c7af6 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -223,7 +223,7 @@ ClientBin/ *.pfx *.publishsettings orleans.codegen.cs -livenessdb + # Including strong name files can present a security risk # (https://github.com/github/gitignore/pull/2483#issue-259490424) @@ -337,3 +337,6 @@ ASALocalRun/ # Local History for Visual Studio .localhistory/ + +#BeatPulse healthcheck temp database +livenessdb From 5abe1395f1357054f9b69d420cdb20960b88eba9 Mon Sep 17 00:00:00 2001 From: Hassan Hashemi Date: Sun, 16 Dec 2018 09:52:34 -0800 Subject: [PATCH 158/348] Remove empty line --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 581c7af6..5acd18b8 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -224,7 +224,6 @@ ClientBin/ *.publishsettings orleans.codegen.cs - # Including strong name files can present a security risk # (https://github.com/github/gitignore/pull/2483#issue-259490424) #*.snk From f3d0de03518f2fa35c0d35bf5e416236e6a1309a Mon Sep 17 00:00:00 2001 From: Clemens Scharfen Date: Tue, 18 Dec 2018 15:59:59 +0100 Subject: [PATCH 159/348] Added Logs to Unity.gitignore, which is automatically generated in Unity 2018.3 to log package updates. --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index b22564d1..7f48d9ac 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -3,6 +3,7 @@ [Oo]bj/ [Bb]uild/ [Bb]uilds/ +[Ll]ogs/ Assets/AssetStoreTools* # Visual Studio cache directory From 6cc207982edea1c93121e32b2d4654fd63e2d391 Mon Sep 17 00:00:00 2001 From: Hassan Hashemi Date: Tue, 18 Dec 2018 11:27:45 -0800 Subject: [PATCH 160/348] Add * wildcard --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5acd18b8..42811060 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -338,4 +338,4 @@ ASALocalRun/ .localhistory/ #BeatPulse healthcheck temp database -livenessdb +*livenessdb From ade77e5dffd6109896712ac7b89a3fa07cde31d9 Mon Sep 17 00:00:00 2001 From: Daniel Gullberg Date: Mon, 2 May 2016 09:14:13 +0200 Subject: [PATCH 161/348] Adding .gitignore for IAR EWARM IDE (https://www.iar.com/iar-embedded-workbench/) --- IAR_EWARM.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 IAR_EWARM.gitignore diff --git a/IAR_EWARM.gitignore b/IAR_EWARM.gitignore new file mode 100644 index 00000000..f3ad7324 --- /dev/null +++ b/IAR_EWARM.gitignore @@ -0,0 +1,16 @@ +# All build-directories inside an EWARM subdirectory +# EWARM will put its build files under a subdirectory +# with the same name as the configuration. +# Example +# EWARM/Config1/Obj /List /Exe +# EWARM/Config2/Obj /List /Exe +EWARM/**/Obj +EWARM/**/List +EWARM/**/Exe + +# Autogenerated project files +*.dep +*.ewt + +# Autogenerated folder for debugger +EWARM/settings From c5557ee1104864f67de85b2528abe963b1ae683e Mon Sep 17 00:00:00 2001 From: Daniel Gullberg Date: Sun, 25 Nov 2018 00:32:40 +0100 Subject: [PATCH 162/348] Move to the community directory --- IAR_EWARM.gitignore => community/IAR_EWARM.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename IAR_EWARM.gitignore => community/IAR_EWARM.gitignore (100%) diff --git a/IAR_EWARM.gitignore b/community/IAR_EWARM.gitignore similarity index 100% rename from IAR_EWARM.gitignore rename to community/IAR_EWARM.gitignore From 718f4f53733d2144868a745b3da4c9ce910d8c1c Mon Sep 17 00:00:00 2001 From: Daniel Gullberg Date: Sun, 25 Nov 2018 00:38:17 +0100 Subject: [PATCH 163/348] Move IAR_EWARM to a new directory Embedded --- community/{ => Embedded}/IAR_EWARM.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename community/{ => Embedded}/IAR_EWARM.gitignore (100%) diff --git a/community/IAR_EWARM.gitignore b/community/Embedded/IAR_EWARM.gitignore similarity index 100% rename from community/IAR_EWARM.gitignore rename to community/Embedded/IAR_EWARM.gitignore From c7d07188d6be8433c5879869397222572d76369c Mon Sep 17 00:00:00 2001 From: Daniel Gullberg Date: Sun, 25 Nov 2018 00:42:29 +0100 Subject: [PATCH 164/348] Update info for IAR EWARM --- community/Embedded/IAR_EWARM.gitignore | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/community/Embedded/IAR_EWARM.gitignore b/community/Embedded/IAR_EWARM.gitignore index f3ad7324..13ed9a0b 100644 --- a/community/Embedded/IAR_EWARM.gitignore +++ b/community/Embedded/IAR_EWARM.gitignore @@ -1,6 +1,9 @@ -# All build-directories inside an EWARM subdirectory -# EWARM will put its build files under a subdirectory -# with the same name as the configuration. +# gitignore template for the IAR EWARM +# website: https://www.iar.com/ + +# Some tools will put the EWARM files +# under a subdirectory with the same name +# as the configuration. # Example # EWARM/Config1/Obj /List /Exe # EWARM/Config2/Obj /List /Exe From 1afdbc0a13d62402d75b1cb3a5b85dfc6283cf74 Mon Sep 17 00:00:00 2001 From: Daniel Gullberg Date: Tue, 18 Dec 2018 22:50:39 +0100 Subject: [PATCH 165/348] Move to community/embedded --- community/{Embedded => embedded}/IAR_EWARM.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename community/{Embedded => embedded}/IAR_EWARM.gitignore (100%) diff --git a/community/Embedded/IAR_EWARM.gitignore b/community/embedded/IAR_EWARM.gitignore similarity index 100% rename from community/Embedded/IAR_EWARM.gitignore rename to community/embedded/IAR_EWARM.gitignore From db53e8cfc93eba718edecbc75cb5fd8d1344462b Mon Sep 17 00:00:00 2001 From: Hassan Hashemi Date: Wed, 19 Dec 2018 09:52:00 +0330 Subject: [PATCH 166/348] Changed the rule to healthchecksdb --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 42811060..03ca7797 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -338,4 +338,4 @@ ASALocalRun/ .localhistory/ #BeatPulse healthcheck temp database -*livenessdb +*healthchecksdb From 5bbde8f927722951caf5bba95c5ae5d121a47150 Mon Sep 17 00:00:00 2001 From: Hassan Hashemi Date: Wed, 19 Dec 2018 09:52:27 +0330 Subject: [PATCH 167/348] Update the rule --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 03ca7797..06cd2669 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -338,4 +338,4 @@ ASALocalRun/ .localhistory/ #BeatPulse healthcheck temp database -*healthchecksdb +healthchecksdb From 98a3e85f01ed46b2371f26a87c582a7a6d2d4d41 Mon Sep 17 00:00:00 2001 From: Hassan Hashemi Date: Wed, 19 Dec 2018 08:56:20 -0800 Subject: [PATCH 168/348] cleanup --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 06cd2669..edfa9040 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -337,5 +337,5 @@ ASALocalRun/ # Local History for Visual Studio .localhistory/ -#BeatPulse healthcheck temp database +# BeatPulse healthcheck temp database healthchecksdb From 81923b128e5a534085c3a1fd70d59c4be6dab346 Mon Sep 17 00:00:00 2001 From: johnsoncodehk Date: Mon, 31 Dec 2018 17:39:27 +0800 Subject: [PATCH 169/348] Unified base folder name format --- Unity.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 7f48d9ac..e59f3c27 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -4,7 +4,7 @@ [Bb]uild/ [Bb]uilds/ [Ll]ogs/ -Assets/AssetStoreTools* +[Aa]ssets/AssetStoreTools* # Visual Studio cache directory .vs/ From 584dd34b9d96f2fb847103ea8c355169212b6442 Mon Sep 17 00:00:00 2001 From: Aslam Anver Date: Thu, 3 Jan 2019 14:27:44 +0530 Subject: [PATCH 170/348] google-services.json google-services.json file should be commented on default if they want they will change otherwise it'll destroy the project --- Android.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 69eda014..33838ea5 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -52,7 +52,7 @@ captures/ .externalNativeBuild # Google Services (e.g. APIs or Firebase) -google-services.json +# google-services.json # Freeline freeline.py From 2b2b61395f368ffa47cbf5acb08d23a65887f916 Mon Sep 17 00:00:00 2001 From: Nicholas <39665412+wRorsjakz@users.noreply.github.com> Date: Sat, 5 Jan 2019 17:24:13 +0800 Subject: [PATCH 171/348] Add version control ignore vcs.xml can be considered for gitignore as per this [stackoverflow discussion](https://stackoverflow.com/questions/16736856/what-should-be-in-my-gitignore-for-an-android-studio-project/18454251#18454251) --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 69eda014..f7d1ba4b 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -65,3 +65,6 @@ fastlane/Preview.html fastlane/screenshots fastlane/test_output fastlane/readme.md + +# Version control +vcs.xml From 240dd3f3213b53f96932a8d92dfb523ccb51c099 Mon Sep 17 00:00:00 2001 From: jiakaiyang Date: Tue, 8 Jan 2019 14:53:04 +0800 Subject: [PATCH 172/348] add android lint files --- Android.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index d24356d8..f0c20a1c 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -68,3 +68,10 @@ fastlane/readme.md # Version control vcs.xml + +# lint +lint/intermediates/ +lint/generated/ +lint/outputs/ +lint/tmp/ +# lint/reports/ From 24f6734840548fb0b7bbc23b617941f452cc28a6 Mon Sep 17 00:00:00 2001 From: Andreia Gaita Date: Tue, 8 Jan 2019 15:00:46 +0000 Subject: [PATCH 173/348] Unity: ignore mdb files and fix path to crashlytics file (it can be in other places) Unity projects targeting the 2.0/3.5 runtime or built with mono < v5.0 generate `mdb` files, not `pdb` files. Looks like the `crashlytics-build.properties` gets around in more than just the `StreamingAssets` folder, looking at [examples around the internets](https://github.com/auth0/sharelock-android/blob/master/app/src/main/assets/crashlytics-build.properties), so it should probably just be ignored as a filename. --- Unity.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index e59f3c27..2959acb6 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -26,12 +26,14 @@ ExportedObj/ *.booproj *.svd *.pdb +*.mdb *.opendb *.VC.db # Unity3D generated meta files *.pidb.meta *.pdb.meta +*.mdb.meta # Unity3D generated file on crash reports sysinfo.txt @@ -41,5 +43,5 @@ sysinfo.txt *.unitypackage # Crashlytics generated file -Assets/StreamingAssets/crashlytics-build.properties +crashlytics-build.properties From 152f419973461706e30f4f7701baf7434da95a9b Mon Sep 17 00:00:00 2001 From: Andreia Gaita Date: Tue, 8 Jan 2019 15:12:43 +0000 Subject: [PATCH 174/348] Unity: Do not blanket-ignore specific plugins, that's a user choice Only people building Unity plugins will need to import the asset store tools plugin into their project, and it's a toss up whether they want to commit the tooling into their repo (they might or they might not want to, it highly depends on their workflow). The default .gitignore shouldn't be making this choice for these users. --- Unity.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 2959acb6..59580361 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -4,7 +4,9 @@ [Bb]uild/ [Bb]uilds/ [Ll]ogs/ -[Aa]ssets/AssetStoreTools* + +# Uncomment this line if you wish to ignore the asset store tools plugin +# [Aa]ssets/AssetStoreTools* # Visual Studio cache directory .vs/ From ec37913b19c9f1589faddf875e050d704350e90c Mon Sep 17 00:00:00 2001 From: Yousha Date: Tue, 8 Jan 2019 20:13:56 +0330 Subject: [PATCH 175/348] Add build_file_checksums.ser and modules.xml files. Signed-off-by: Yousha --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index d24356d8..daffeda8 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -42,6 +42,9 @@ captures/ .idea/dictionaries .idea/libraries .idea/caches +# Android Studio 3 in .gitignore file. +.idea/caches/build_file_checksums.ser +.idea/modules.xml # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. From 1c1744ab6dfa2642136bcec18f9af17a8a5d3255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Thu, 17 Jan 2019 17:39:58 +0100 Subject: [PATCH 176/348] Added compile_commands.json to Qt.gitignore QtCreator above 4.8 version is utilizing a so called "compilation database" which placed in the compile_commands.json and contains generated information. --- Qt.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 5291a385..7bc58fb7 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -41,3 +41,6 @@ target_wrapper.* # QtCreator CMake CMakeLists.txt.user* + +# QtCreator 4.8< compilation database +compile_commands.json From dfce3fda4361c7cacdf4596562d7f5acff10998a Mon Sep 17 00:00:00 2001 From: Patrick Boatner Date: Tue, 22 Jan 2019 13:20:47 -0600 Subject: [PATCH 177/348] Update Ruby.ignore to ignore .byebug_history file The file `.byebug_history` is generated when using the popular https://github.com/deivid-rodriguez/byebug gem for debugging in Ruby. It contains a list of commands the user has run while debugging, which should not be committed to the repository. The author of the gem agrees with this here: https://github.com/deivid-rodriguez/byebug/issues/204#issuecomment-178238302 I have copied this from the Rails gitignore here: https://github.com/github/gitignore/blob/f908e51bcf38ae5ede449c55189a7b25d8c507cc/Rails.gitignore#L45 --- Ruby.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Ruby.gitignore b/Ruby.gitignore index 5e1422c9..96966965 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -13,6 +13,9 @@ # Used by dotenv library to load environment variables. # .env +# Ignore Byebug command history file. +.byebug_history + ## Specific to RubyMotion: .dat* .repl_history From 28ae73efa6c4c5d97819e756ce43f7dc74befac7 Mon Sep 17 00:00:00 2001 From: Jannes Date: Tue, 22 Jan 2019 20:56:13 +0100 Subject: [PATCH 178/348] Unity: Never ignore asset meta data --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 59580361..6245af92 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -5,6 +5,9 @@ [Bb]uilds/ [Ll]ogs/ +# Never ignore Asset meta data +![Aa]ssets/**/*.meta + # Uncomment this line if you wish to ignore the asset store tools plugin # [Aa]ssets/AssetStoreTools* From f273474b975f0f2888750a854572562db6de318e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Neto?= Date: Wed, 23 Jan 2019 20:11:58 +0000 Subject: [PATCH 179/348] Ignore CMake FetchContent directory CMake's `FetchContent` module creates a `_deps` directory on the root (configurable by modifying `FETCHCONTENT_BASE_DIR`) --- CMake.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake.gitignore b/CMake.gitignore index 7e25564f..46f42f8f 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -8,3 +8,4 @@ cmake_install.cmake install_manifest.txt compile_commands.json CTestTestfile.cmake +_deps From 866572d481b1a2d3dfa11fe423c0ae3ed735d3ed Mon Sep 17 00:00:00 2001 From: Sam Roeca Date: Fri, 25 Jan 2019 14:23:05 -0500 Subject: [PATCH 180/348] Add pip-wheel-metadata to Python.gitignore PEP-517 has resulted in some updates to the Python build process. As a result, a new directory called pip-wheel-metadata is created on fresh builds. This PR adds this directory into the Python default gitignore. See https://github.com/pypa/pip/blob/e5f4bbb7ddff87f48f2b5815513e4211ccdde83a/src/pip/_internal/req/req_install.py#L568 --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 11614af2..0447b8bd 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -20,6 +20,7 @@ parts/ sdist/ var/ wheels/ +pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg From c2a98e4f8b91d25b2edabb79ace620b94271a1f9 Mon Sep 17 00:00:00 2001 From: Yousha Aleayoub Date: Sun, 27 Jan 2019 17:33:50 +0330 Subject: [PATCH 181/348] Update CodeSniffer.gitignore --- community/PHP/CodeSniffer.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/community/PHP/CodeSniffer.gitignore b/community/PHP/CodeSniffer.gitignore index d4b37684..cf8b8a92 100644 --- a/community/PHP/CodeSniffer.gitignore +++ b/community/PHP/CodeSniffer.gitignore @@ -3,5 +3,4 @@ # # Recommended template: PHP.gitignore -/vendor/* /wpcs/* From 4e9a58b9afb0cb0fa8e8cbf13fb357a2b3637e7b Mon Sep 17 00:00:00 2001 From: Kexy Biscuit Date: Tue, 29 Jan 2019 23:09:28 +0800 Subject: [PATCH 182/348] Remove trailing whitespace added last commit. --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 3e8a1553..e57e4229 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -337,5 +337,5 @@ ASALocalRun/ # Local History for Visual Studio .localhistory/ -# BeatPulse healthcheck temp database +# BeatPulse healthcheck temp database healthchecksdb From 1ee3d754b3b294a4e3b6a03d034eb3cc26ab9f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Thu, 31 Jan 2019 21:22:18 +0100 Subject: [PATCH 183/348] Add *.creator.user* files to the Qt .gitignore --- Qt.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 7bc58fb7..15361cf5 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -44,3 +44,6 @@ CMakeLists.txt.user* # QtCreator 4.8< compilation database compile_commands.json + +# QtCreator local machine specific files for imported projects +*creator.user* From d72f17f13e25df2a7acba946abc9dd9754907040 Mon Sep 17 00:00:00 2001 From: Jason Davis <8051493+happydude@users.noreply.github.com> Date: Thu, 7 Feb 2019 16:20:14 -0700 Subject: [PATCH 184/348] Update VisualStudio.gitignore Ignore backup files from editing reports --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index e57e4229..953996b9 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -257,6 +257,7 @@ ServiceFabricBackup/ *.bim.layout *.bim_*.settings *.rptproj.rsuser +*- Backup*.rdl # Microsoft Fakes FakesAssemblies/ From 8dff1bed1a49ec4c83a3ea1d2cd934225e69b576 Mon Sep 17 00:00:00 2001 From: Terje Sandstrom Date: Wed, 13 Feb 2019 22:23:42 +0100 Subject: [PATCH 185/348] Added backup folder for Package Reference Convert tool in VS 2017 --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 953996b9..99741a78 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -340,3 +340,6 @@ ASALocalRun/ # BeatPulse healthcheck temp database healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ From 210a49a70aa0c0b4e9a6e73fb6213942e172cea9 Mon Sep 17 00:00:00 2001 From: kaasasolut Date: Mon, 25 Feb 2019 10:17:59 +0100 Subject: [PATCH 186/348] R: ignore user-specific files --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index fcff087a..fb078591 100644 --- a/R.gitignore +++ b/R.gitignore @@ -5,6 +5,9 @@ # Session Data files .RData +# User-specific files +.Ruserdata + # Example code in package build process *-Ex.R From cd49307a2c461a5cc9d7d89067cc128c033b11c8 Mon Sep 17 00:00:00 2001 From: Cemre Mengu Date: Fri, 8 Mar 2019 15:18:31 +0300 Subject: [PATCH 187/348] Remove extra newline (#2983) --- Global/Eclipse.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index a65649a9..34170751 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -1,4 +1,3 @@ - .metadata bin/ tmp/ From dfc56427c353279654a8685768d00c1ae0c86f30 Mon Sep 17 00:00:00 2001 From: Rohan Vakharia Date: Fri, 8 Mar 2019 18:13:28 +0530 Subject: [PATCH 188/348] Add .phpunit.result.cache to the .gitignore (#2973) --- Laravel.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index 6552ddf8..c1c50600 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -15,3 +15,4 @@ storage/*.key Homestead.yaml Homestead.json /.vagrant +.phpunit.result.cache From d7452bf58fd73000199dbac38d25d6969505ff23 Mon Sep 17 00:00:00 2001 From: Michael Coblenz Date: Fri, 8 Mar 2019 07:47:43 -0500 Subject: [PATCH 189/348] Add MAlonzo directory. (#2978) --- Agda.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Agda.gitignore b/Agda.gitignore index 171a3897..58ab67f0 100644 --- a/Agda.gitignore +++ b/Agda.gitignore @@ -1 +1,2 @@ *.agdai +MAlonzo/** From 37abd930a6893fd3a716c48934e704795bc2a45c Mon Sep 17 00:00:00 2001 From: slipo Date: Fri, 8 Mar 2019 08:43:28 -0500 Subject: [PATCH 190/348] Ignore Drupal test generated files (#2982) --- Drupal.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Drupal.gitignore b/Drupal.gitignore index 50d3eef8..741fb4dd 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -18,6 +18,9 @@ /sites/*/tmp /sites/*/cache +# Ignore testing related files +/sites/simpletest + # Ignore drupal core (if not versioning drupal sources) /core /modules/README.txt From 1436b299545f83f9bedcbf189a8d33909a2bbcbe Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Tue, 12 Mar 2019 00:48:58 +1300 Subject: [PATCH 191/348] [Node] Ignore diagnostic report files (#2971) * [Node] Ignore diagnostic report files * Add documentation URL * Stricter regex --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 6214c438..23500159 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -5,6 +5,9 @@ npm-debug.log* yarn-debug.log* yarn-error.log* +# Diagnostic reports (https://nodejs.org/api/report.html) +report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json + # Runtime data pids *.pid From e71843a2292632394be9e05805947880bc0df101 Mon Sep 17 00:00:00 2001 From: Chris Komlenic Date: Mon, 11 Mar 2019 08:05:49 -0400 Subject: [PATCH 192/348] Move Drupal7 to correct location (#2985) --- Drupal.gitignore | 2 +- community/{Python => PHP}/Drupal7.gitignore | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename community/{Python => PHP}/Drupal7.gitignore (100%) diff --git a/Drupal.gitignore b/Drupal.gitignore index 741fb4dd..1c101273 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -1,6 +1,6 @@ # gitignore template for Drupal 8 projects # -# earlier versions of Drupal are tracked in `community/Python/` +# earlier versions of Drupal are tracked in `community/PHP/` # Ignore configuration files that may contain sensitive information /sites/*/*settings*.php diff --git a/community/Python/Drupal7.gitignore b/community/PHP/Drupal7.gitignore similarity index 100% rename from community/Python/Drupal7.gitignore rename to community/PHP/Drupal7.gitignore From 23f7a812820d8934da0ecb9472785192d340950d Mon Sep 17 00:00:00 2001 From: "A. E. Szalo" Date: Mon, 11 Mar 2019 13:07:13 +0100 Subject: [PATCH 193/348] Unity: ignore TextMesh Pro (#2988) --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 6245af92..f9316d47 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -11,6 +11,9 @@ # Uncomment this line if you wish to ignore the asset store tools plugin # [Aa]ssets/AssetStoreTools* +# TextMesh Pro files +[Aa]ssets/TextMesh*Pro/ + # Visual Studio cache directory .vs/ From 7079791ab6058c544dd8dde60294b69e02a6dcf8 Mon Sep 17 00:00:00 2001 From: Jarry Shaw Date: Mon, 11 Mar 2019 20:12:02 +0800 Subject: [PATCH 194/348] Add ignore rules for Pipenv (#2977) * Add ignore rules for Pipenv Pipenv uses Pipfile.lock to maintain Python package information (metadata, hash, etc.) installed as described in Pipfile. Thus, Pipfile.lock may vary on different operating systems, platforms when collaborating. This PR adds Pipfile.lock into the Python default gitignore. See http://pipenv.org * Update Python.gitignore Not to ignore Pipfile.lock in default, but explain when and why it should be ignored in case of collaboration. (adjusted according to comment in github/gitignore#2977 by @drothmaler ) * Apply suggestions from code review Co-Authored-By: JarryShaw * Update Python.gitignore As suggested by @shiftkey , elaborate on the problems that users might see with `Pipfile.lock`. --- Python.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 0447b8bd..38ce4278 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -82,6 +82,13 @@ ipython_config.py # pyenv .python-version +# pipenv +# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. +# However, in case of collaboration, if having platform-specific dependencies or dependencies +# having no cross-platform support, pipenv may install dependencies that don’t work, or not +# install all needed dependencies. +#Pipfile.lock + # celery beat schedule file celerybeat-schedule From 96baa6309f0c8e79b7daa3899edd8d786a0e5593 Mon Sep 17 00:00:00 2001 From: Coskun Sunali Date: Mon, 11 Mar 2019 16:07:27 +0300 Subject: [PATCH 195/348] Remove Rider (idea) ignore statements from VS (#2991) Rider has its own ignore file, so does Visual Studio. The ignore statements for Rider (idea) IDE should be removed from Visual Studio .gitignore file template. --- VisualStudio.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 99741a78..973c9110 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -293,10 +293,6 @@ paket-files/ # FAKE - F# Make .fake/ -# JetBrains Rider -.idea/ -*.sln.iml - # CodeRush personal settings .cr/personal From b960d3c70431189ba84943c8ff43b84deb953bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fabio=20Martinez=20Gonzalez?= Date: Mon, 11 Mar 2019 15:57:00 +0100 Subject: [PATCH 196/348] Update VisualStudio.gitignore file (#2975) * Update VisualStudio.gitignore file --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 973c9110..be1f1dc7 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -13,6 +13,9 @@ # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs +# Mono auto generated files +mono_crash.* + # Build results [Dd]ebug/ [Dd]ebugPublic/ From 2aabd7b034f63d8fe7eeebf6d8651c0d331e69ef Mon Sep 17 00:00:00 2001 From: taroxd Date: Wed, 13 Mar 2019 20:35:57 +0800 Subject: [PATCH 197/348] Ignore files generated by luatexja-ruby (#2996) --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index edd1f60b..97f088fd 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -137,6 +137,9 @@ acs-*.bib # listings *.lol +# luatexja-ruby +*.ltjruby + # makeidx *.idx *.ilg From 503c26b75aa64a385d7c9289d21c283220ad32bf Mon Sep 17 00:00:00 2001 From: Hannan Ali Date: Thu, 14 Mar 2019 16:56:02 +0500 Subject: [PATCH 198/348] Add lerna-debug.log to Node.gitignore (#3000) Lerna is an increasingly popular tool within node ecosystem to manage package dependencies and having writes to a `lerna-debug.log` following the yarn and npm precedence when error is encoutered. --- Node.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 23500159..efced3bf 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -4,6 +4,8 @@ logs npm-debug.log* yarn-debug.log* yarn-error.log* +lerna-debug.log* + # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json From f1f53976fa99ababe51059c5bfb3dbdf219689a7 Mon Sep 17 00:00:00 2001 From: Viet Nguyen Date: Thu, 14 Mar 2019 07:56:47 -0400 Subject: [PATCH 199/348] docs: update Terraform.gitignore (#2998) --- Terraform.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index a8935803..7a3e2fd0 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -24,3 +24,6 @@ override.tf.json # Include override files you do wish to add to version control using negated pattern # # !example_override.tf + +# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan +# example: *tfplan* From bbd09f35854548df3522bb3a3b7b60d7fcfdda97 Mon Sep 17 00:00:00 2001 From: Nick Date: Thu, 14 Mar 2019 12:58:52 +0100 Subject: [PATCH 200/348] Add more Windows Store app package types (#2995) Visual Studio can also generate .appxbundle and .appxupload files for Windows Store apps. See: https://docs.microsoft.com/en-us/windows/uwp/packaging/packaging-uwp-apps#types-of-app-packages --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index be1f1dc7..4d29707b 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -209,6 +209,8 @@ BundleArtifacts/ Package.StoreAssociation.xml _pkginfo.txt *.appx +*.appxbundle +*.appxupload # Visual Studio cache files # files ending in .cache can be ignored From 1a417fe294b04eef994de87bce281cc09f401293 Mon Sep 17 00:00:00 2001 From: OKURA Masafumi Date: Thu, 14 Mar 2019 21:55:38 +0900 Subject: [PATCH 201/348] Don't ignore tmp and log directory (#2999) https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/ Rails `5.2.2.1` requires `tmp` directory committed to git repository for CI to run successfully. --- Rails.gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Rails.gitignore b/Rails.gitignore index 38ba1b5b..cec0a75d 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -1,8 +1,6 @@ *.rbc capybara-*.html .rspec -/log -/tmp /db/*.sqlite3 /db/*.sqlite3-journal /public/system @@ -12,6 +10,12 @@ capybara-*.html rerun.txt pickle-email-*.html +# Ignore all logfiles and tempfiles. +/log/* +/tmp/* +!/log/.keep +!/tmp/.keep + # TODO Comment out this rule if you are OK with secrets being uploaded to the repo config/initializers/secret_token.rb config/master.key @@ -59,4 +63,4 @@ yarn-debug.log* # Ignore uploaded files in development /storage/* -!/storage/.keep \ No newline at end of file +!/storage/.keep From 76512d9b96c7d868eb3f65acaa0445ce09efb787 Mon Sep 17 00:00:00 2001 From: Alex Arslan Date: Thu, 14 Mar 2019 09:41:28 -0700 Subject: [PATCH 202/348] Add more standard ignored files for Julia (#2992) * Add more standard ignored files for Julia In particular, this adds documentation build artifacts generated by Documenter.jl as well as Manifest.toml, which can appear in docs/, in test/, or at the top level. * Clarify the intent of each ignored item Also add a few more build artifacts from BinaryProvider/BinDeps. --- Julia.gitignore | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Julia.gitignore b/Julia.gitignore index 381e0b6d..29126e47 100644 --- a/Julia.gitignore +++ b/Julia.gitignore @@ -1,4 +1,24 @@ +# Files generated by invoking Julia with --code-coverage *.jl.cov *.jl.*.cov + +# Files generated by invoking Julia with --track-allocation *.jl.mem + +# System-specific files and directories generated by the BinaryProvider and BinDeps packages +# They contain absolute paths specific to the host computer, and so should not be committed deps/deps.jl +deps/build.log +deps/downloads/ +deps/usr/ +deps/src/ + +# Build artifacts for creating documentation generated by the Documenter package +docs/build/ +docs/site/ + +# File generated by Pkg, the package manager, based on a corresponding Project.toml +# It records a fixed state of all packages used by the project. As such, it should not be +# committed for packages, but should be committed for applications that require a static +# environment. +Manifest.toml From cf8aca524938e935fff5b999428ded90aa07e83a Mon Sep 17 00:00:00 2001 From: Nicolas Del Valle Date: Mon, 18 Mar 2019 09:12:18 -0300 Subject: [PATCH 203/348] Update Node.gitignore (#3002) --- Node.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index efced3bf..6dd754e3 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -6,7 +6,6 @@ yarn-debug.log* yarn-error.log* lerna-debug.log* - # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json From 91cca656dff520e723c24c2b17799d3f2b053b6e Mon Sep 17 00:00:00 2001 From: prs513rosewood Date: Mon, 18 Mar 2019 13:14:04 +0100 Subject: [PATCH 204/348] Update SCons.gitignore (#3001) Added some files that SCons generates when its tries to configure libraries. --- SCons.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SCons.gitignore b/SCons.gitignore index 39d9743a..84eee81b 100644 --- a/SCons.gitignore +++ b/SCons.gitignore @@ -1,2 +1,6 @@ # for projects that use SCons for building: http://http://www.scons.org/ .sconsign.dblite + +# When configure fails, SCons outputs these +config.log +.sconf_temp From 7f765e3f2a66a318d8be813cf5fc0cd93cc67ed0 Mon Sep 17 00:00:00 2001 From: Jimmy Lewis Date: Wed, 20 Mar 2019 15:06:32 -0700 Subject: [PATCH 205/348] Remove wwwroot/lib exclusion for ASP.NET Core (#3009) ASP.NET Core projects no longer use Bower by default (since Bower is now deprecated), and instead create static files in the wwwroot/lib path. This path is can also be used by convention for ASP.NET Core developers, and since it's no longer populated by Bower, it is unituitive to be excluded by default. This change removes the lines added by #2307. **Reasons for making this change:** VS default flow is now broken by excluding files required to run an ASP.NET Core project. **Links to documentation supporting these rule changes:** The changes to the ASP.NET Core templates was tracked by https://github.com/aspnet/templating/issues/48. --- VisualStudio.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4d29707b..badd8dc0 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -236,8 +236,6 @@ orleans.codegen.cs # Since there are multiple workflows, uncomment next line to ignore bower_components # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) #bower_components/ -# ASP.NET Core default setup: bower directory is configured as wwwroot/lib/ and bower restore is true -**/wwwroot/lib/ # RIA/Silverlight projects Generated_Code/ From 6d467f5ebe94f260e5043767f88216d13bafca62 Mon Sep 17 00:00:00 2001 From: Aaron Zeng Date: Thu, 21 Mar 2019 13:10:28 -0400 Subject: [PATCH 206/348] Update OCaml.gitignore (#3010) --- OCaml.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/OCaml.gitignore b/OCaml.gitignore index da0b2042..a18e0840 100644 --- a/OCaml.gitignore +++ b/OCaml.gitignore @@ -21,3 +21,9 @@ setup.log # Merlin configuring file for Vim and Emacs .merlin + +# Dune generated files +*.install + +# Local OPAM switch +_opam/ From 56e3f5a7b2a67413a1d3e33fceb8100898015a2e Mon Sep 17 00:00:00 2001 From: Lucas Steer Date: Sat, 23 Mar 2019 14:29:17 -0400 Subject: [PATCH 207/348] [Unity] Added leading slashes to ignored directories so that valid subdirectories aren't ignored incorrectly (#2980) * Added leading slashes to ignored directories so that valid subdirectories aren't ignored incorrectly * Added comment to recommend .gitignore placement; added leading slash for AssetStoreTools rule * Added a leading slash to never ignore .meta files in the root Asset folder --- Unity.gitignore | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index f9316d47..2918c65d 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,15 +1,17 @@ -[Ll]ibrary/ -[Tt]emp/ -[Oo]bj/ -[Bb]uild/ -[Bb]uilds/ -[Ll]ogs/ +# This .gitignore file should be placed at the root of your Unity project directory + +/[Ll]ibrary/ +/[Tt]emp/ +/[Oo]bj/ +/[Bb]uild/ +/[Bb]uilds/ +/[Ll]ogs/ # Never ignore Asset meta data -![Aa]ssets/**/*.meta +!/[Aa]ssets/**/*.meta # Uncomment this line if you wish to ignore the asset store tools plugin -# [Aa]ssets/AssetStoreTools* +# /[Aa]ssets/AssetStoreTools* # TextMesh Pro files [Aa]ssets/TextMesh*Pro/ From 7eef17f37c63ce3cbddbdd154ff836f370d0ad70 Mon Sep 17 00:00:00 2001 From: Kevin Jiang Date: Wed, 27 Mar 2019 07:31:02 -0400 Subject: [PATCH 208/348] Ignore transpiled .java and .class files (#3016) --- Processing.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Processing.gitignore b/Processing.gitignore index 333c0e08..942ebbcc 100644 --- a/Processing.gitignore +++ b/Processing.gitignore @@ -7,3 +7,4 @@ application.linux64 application.windows32 application.windows64 application.macosx +out From c1b7904af6689bd01646f008b0561d4f19a0e972 Mon Sep 17 00:00:00 2001 From: Sam Gleske <875669+samrocketman@users.noreply.github.com> Date: Sun, 7 Apr 2019 13:01:39 -0400 Subject: [PATCH 209/348] gitignore for JENKINS_HOME Jenkins settings (#1763) * gitignore for JENKINS_HOME Jenkins settings This allows an admin to use git to keep a backup of Jenkins settings without tracking binary artifacts. Useful for preserving settings during plugin upgrades. Note: secret.key is purposefully not tracked by git. This should be backed up separately because configs may contain secrets which were encrypted using the secret.key. See also: * http://jenkins-ci.org/ * https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins * Add a few entries to Jenkins gitignore --- JENKINS_HOME.gitignore | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 JENKINS_HOME.gitignore diff --git a/JENKINS_HOME.gitignore b/JENKINS_HOME.gitignore new file mode 100644 index 00000000..6df01d62 --- /dev/null +++ b/JENKINS_HOME.gitignore @@ -0,0 +1,25 @@ +#Learn more about Jenkins and JENKINS_HOME directory for which this file is intended. +# http://jenkins-ci.org/ +# https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins + +#ignore all JENKINS_HOME except jobs directory, root xml config, and .gitignore file +/* +!/jobs +!/.gitignore +!/*.xml + +#ignore all files in jobs subdirectories except for folders +#note: git doesn't track folders, only file content +jobs/** +!jobs/**/ + +#uncomment the following line to save next build numbers with config +#!jobs/**/nextBuildNumber + +#exclude only config.xml files in repository subdirectories +!config.xml + +#don't track workspaces (when users build on the master) +jobs/**/*workspace + +#as a result only settings and job config.xml files in JENKINS_HOME will be tracked by git From 26f49b0c26f639c44b02451426f32fc582bdef1d Mon Sep 17 00:00:00 2001 From: zy26 Date: Mon, 22 Apr 2019 07:56:28 -0400 Subject: [PATCH 210/348] Update R.gitignore (#3034) ignore knitr and R markdown default cache directories in subdirectories --- R.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R.gitignore b/R.gitignore index fb078591..f5b98bb2 100644 --- a/R.gitignore +++ b/R.gitignore @@ -28,7 +28,7 @@ vignettes/*.pdf .httr-oauth # knitr and R markdown default cache directories -/*_cache/ +*_cache/ /cache/ # Temporary files created by R markdown From 293863c96edd7c4f154fdf15d17fef64db3434aa Mon Sep 17 00:00:00 2001 From: Anton Sakovich Date: Wed, 24 Apr 2019 17:10:33 +0300 Subject: [PATCH 211/348] Delete .ist from TeX.gitignore (#3040) .ist files are makeindex style files, which determine how a makeindex-generated index will look like. Therefore, they must be included in source control. --- TeX.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index 97f088fd..76b26b7d 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -144,7 +144,6 @@ acs-*.bib *.idx *.ilg *.ind -*.ist # minitoc *.maf From 65bb94ddc106488eb227d147e3be956a6662857c Mon Sep 17 00:00:00 2001 From: Alessio Franceschelli Date: Thu, 25 Apr 2019 19:52:35 +0100 Subject: [PATCH 212/348] Update VisualStudio.gitignore to ignore NuGet Symbol Packages (#3041) This is to ignore the new Nuget Symbol Packages, which are now the recommended approach for debug symbols of public NuGet packages. https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index badd8dc0..1191486f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -185,6 +185,8 @@ PublishScripts/ # NuGet Packages *.nupkg +# NuGet Symbol Packages +*.snupkg # The packages folder can be ignored because of Package Restore **/[Pp]ackages/* # except build/, which is used as an MSBuild target. From 6ffcee971119154f1188666c92d94248fa053b8e Mon Sep 17 00:00:00 2001 From: syzzer Date: Sun, 28 Apr 2019 14:12:16 +0200 Subject: [PATCH 213/348] KiCad: add footprint cache (#3043) As described in commit c5a2ea1dd8b8f85f7524bbdaa17844f2324d02c5 in the kicad repository itself, the fp-info-cache file should not be checked in to version control. (See https://git.launchpad.net/kicad/commit/?id=c5a2ea1dd8b8f85f7524bbdaa17844f2324d02c5) --- KiCad.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index 15fdf72e..6ce5564c 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -13,6 +13,9 @@ _autosave-* *-save.pro *-save.kicad_pcb +# Footprint cache +fp-info-cache + # Netlist files (exported from Eeschema) *.net From 5b50e4c8576547cd75f542a9e39f316032b5e940 Mon Sep 17 00:00:00 2001 From: Guilherme Ramos Date: Wed, 1 May 2019 15:06:26 -0300 Subject: [PATCH 214/348] Updating Swift.gitignore with accio folders (#3046) --- Swift.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index 7b0d62bc..421ae0bb 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -58,6 +58,10 @@ playground.xcworkspace Carthage/Build +# Accio dependency management +Dependencies/ +.accio/ + # fastlane # # It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the From 8f83007b2988788cc5e6e16be30c18ef701beac5 Mon Sep 17 00:00:00 2001 From: Alvaro Enrique Ruano Date: Thu, 2 May 2019 09:37:20 -0600 Subject: [PATCH 215/348] Update VisualStudio.gitignore to add a safer rule for rdl backups (#3047) --- VisualStudio.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1191486f..f2552297 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -262,7 +262,9 @@ ServiceFabricBackup/ *.bim.layout *.bim_*.settings *.rptproj.rsuser -*- Backup*.rdl +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl # Microsoft Fakes FakesAssemblies/ From 5c5a1b536b6f9bf11515518f03d58addaf29f681 Mon Sep 17 00:00:00 2001 From: Mahmudul Haque <5278142+mmhyamin@users.noreply.github.com> Date: Sun, 5 May 2019 19:37:09 +0600 Subject: [PATCH 216/348] ignore vendor directory (#3033) --- Go.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index f2dd9554..66fd13c9 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -10,3 +10,6 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out + +# Dependency directories (remove the comment below to include it) +# vendor/ From c975d35a36712e70481160a679ee9da30577328f Mon Sep 17 00:00:00 2001 From: John Chang Date: Thu, 9 May 2019 12:03:00 +0100 Subject: [PATCH 217/348] Replace non-ASCII character in comment (#3050) The curly apostrophe in the comment is causing AWS EB CLI to fail. https://stackoverflow.com/a/55988700/594211 --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 38ce4278..af6d5026 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -85,7 +85,7 @@ ipython_config.py # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. # However, in case of collaboration, if having platform-specific dependencies or dependencies -# having no cross-platform support, pipenv may install dependencies that don’t work, or not +# having no cross-platform support, pipenv may install dependencies that don't work, or not # install all needed dependencies. #Pipfile.lock From b2d72bfcf76a100b7dcc928ab09b3c1f6e179f03 Mon Sep 17 00:00:00 2001 From: FritzsHero Date: Thu, 9 May 2019 13:17:09 +0200 Subject: [PATCH 218/348] Exclude memory profiler captures from git (#3049) --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 2918c65d..047a5c37 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -6,6 +6,7 @@ /[Bb]uild/ /[Bb]uilds/ /[Ll]ogs/ +/[Mm]emoryCaptures/ # Never ignore Asset meta data !/[Aa]ssets/**/*.meta From 79d46ba7e5dec413bff045f31e51d268b1145df7 Mon Sep 17 00:00:00 2001 From: Simon Siefke Date: Fri, 10 May 2019 13:04:44 +0200 Subject: [PATCH 219/348] Add .tsbuildinfo files to Node.gitignore (#3052) --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 6dd754e3..dd345072 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -43,6 +43,9 @@ jspm_packages/ # TypeScript v1 declaration files typings/ +# TypeScript cache +*.tsbuildinfo + # Optional npm cache directory .npm From 5808b77453dec299d4daf8557b05a80be832a5b8 Mon Sep 17 00:00:00 2001 From: Mestre Muten Date: Sun, 12 May 2019 14:40:18 +0200 Subject: [PATCH 220/348] Update Windows.gitignore (#2191) --- Global/Windows.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 0251dd21..84bffec7 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -1,5 +1,6 @@ # Windows thumbnail cache files Thumbs.db +Thumbs.db:encryptable ehthumbs.db ehthumbs_vista.db From 65bc8a709015c9980ea9580a12ebbab9d7241ba6 Mon Sep 17 00:00:00 2001 From: LotteMakesStuff Date: Sun, 12 May 2019 13:44:32 +0100 Subject: [PATCH 221/348] [Unity] ignore Jetbrains plugin folder (#3026) When a Unity project is opened in Jetbrains Rider, it installs a editor plugin into the Assets/Plugins/Editor/Jetbrains folder to manage Unity->Rider integration. This plugins life cycle is managed by your local Rider install and is automatically updated by Rider. It should not be committed to source control. This is documented by Jetbrains here https://www.jetbrains.com/help/rider/Unity.html This change should ignore both the Jetbrains plugin folder and its .meta file correctly. For completeness, it would be nice to also ignore the /.idea*/ settings folder that Rider autogenerates, but i see a PR implementing that change has already been rejected. --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 047a5c37..a79ec04c 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -17,6 +17,9 @@ # TextMesh Pro files [Aa]ssets/TextMesh*Pro/ +# Autogenerated Jetbrains Rider plugin +[Aa]ssets/Plugins/Editor/JetBrains* + # Visual Studio cache directory .vs/ From d44a0cb1561dc89164d227d5e28262ab45ebe485 Mon Sep 17 00:00:00 2001 From: Alex Studer Date: Sun, 12 May 2019 08:45:08 -0400 Subject: [PATCH 222/348] Add fp-info-cache to KiCad gitignore (#3013) See https://lists.launchpad.net/kicad-developers/msg38339.html and https://lists.launchpad.net/kicad-developers/msg38638.html --- KiCad.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index 6ce5564c..f59e2024 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -12,6 +12,7 @@ _autosave-* *-rescue.lib *-save.pro *-save.kicad_pcb +fp-info-cache # Footprint cache fp-info-cache From 3e263d465b6f6f11c72cabb0e5f55ce813cd48dd Mon Sep 17 00:00:00 2001 From: Oleg Mezentsev Date: Sun, 12 May 2019 12:45:34 +0000 Subject: [PATCH 223/348] [Android] ignore .idea/navEditor.xml (#3012) --- Android.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index a34c4f9e..05259d64 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -45,6 +45,8 @@ captures/ # Android Studio 3 in .gitignore file. .idea/caches/build_file_checksums.ser .idea/modules.xml +# Comment next line if keeping position of elements in Navigation Editor is relevant for you +.idea/navEditor.xml # Keystore files # Uncomment the following lines if you do not want to check your keystore files in. From e58b3e0a015871e4caafd2eed04dc243ef5f30b4 Mon Sep 17 00:00:00 2001 From: Byeongguk Gong Date: Sun, 12 May 2019 21:54:48 +0900 Subject: [PATCH 224/348] Update Node.gitignore (#2934) * Update Node.gitignore * Fix coverage.lcov to *.lcov --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index dd345072..ed0d3c87 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -20,6 +20,7 @@ lib-cov # Coverage directory used by tools like istanbul coverage +*.lcov # nyc test coverage .nyc_output From d82e9e96ffed61eb55e8e9ee87d2e3a6f05660d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Wo=C5=BAniak?= Date: Sun, 12 May 2019 15:00:26 +0200 Subject: [PATCH 225/348] NUnit - reorganize (#2960) --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f2552297..b2480836 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -42,9 +42,10 @@ Generated\ Files/ [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* -# NUNIT +# NUnit *.VisualState.xml TestResult.xml +nunit-*.xml # Build Results of an ATL Project [Dd]ebugPS/ From 445fddf9b674b853cb07741b9e78cdc8205298bf Mon Sep 17 00:00:00 2001 From: Rohan Vakharia Date: Sun, 12 May 2019 18:35:22 +0530 Subject: [PATCH 226/348] Updated ignored list (#2972) --- WordPress.gitignore | 36 ++++++++++++++++++++---------------- 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/WordPress.gitignore b/WordPress.gitignore index 3b181ec0..a32768a9 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -1,19 +1,23 @@ -*.log -wp-config.php -wp-content/advanced-cache.php -wp-content/backup-db/ -wp-content/backups/ -wp-content/blogs.dir/ -wp-content/cache/ -wp-content/upgrade/ -wp-content/uploads/ -wp-content/mu-plugins/ -wp-content/wp-cache-config.php +# ignore everything in the root except the "wp-content" directory. +!wp-content/ + +# ignore everything in the "wp-content" directory, except: +# "mu-plugins", "plugins", "themes" directory +wp-content/* +!wp-content/mu-plugins/ +!wp-content/plugins/ +!wp-content/themes/ + +# ignore these plugins wp-content/plugins/hello.php -/.htaccess -/license.txt -/readme.html -/sitemap.xml -/sitemap.xml.gz +# ignore specific themes +wp-content/themes/twenty*/ +# ignore node dependency directories +node_modules/ + +# ignore log files and databases +*.log +*.sql +*.sqlite From 7c462a387b62e3ef81b9856b8d573fdc735d679c Mon Sep 17 00:00:00 2001 From: Alexander Gayko Date: Sun, 12 May 2019 15:09:14 +0200 Subject: [PATCH 227/348] Added Preamble (#2954) ... to let the file point to its canonical source --- Unity.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index a79ec04c..b848ed6c 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,5 +1,7 @@ # This .gitignore file should be placed at the root of your Unity project directory - +# +# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore +# /[Ll]ibrary/ /[Tt]emp/ /[Oo]bj/ From 679f51c6c98550dbe1dced02f82b9386cc45c9de Mon Sep 17 00:00:00 2001 From: Daniil Goncharov Date: Sun, 12 May 2019 18:10:01 +0500 Subject: [PATCH 228/348] [Android] Change to Android Studio 3 (#3004) * ignore all caches * ignore release folder --- Android.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index 05259d64..3a2ecdb5 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -13,6 +13,7 @@ bin/ gen/ out/ +release/ # Gradle files .gradle/ @@ -41,9 +42,8 @@ captures/ .idea/assetWizardSettings.xml .idea/dictionaries .idea/libraries -.idea/caches # Android Studio 3 in .gitignore file. -.idea/caches/build_file_checksums.ser +.idea/caches .idea/modules.xml # Comment next line if keeping position of elements in Navigation Editor is relevant for you .idea/navEditor.xml From b5aa92c05f3659fcb5910836199ce836291158be Mon Sep 17 00:00:00 2001 From: Sergey Chupov Date: Sun, 12 May 2019 16:23:05 +0300 Subject: [PATCH 229/348] Add ignores for file-based projects (#2902) When IntelliJ project is created as a file-based (i.e. without `.idea` folder, but with `.iws`, `.iml` and `.ipr` files), and this is a Gradle or Maven project with auto-import, should ignore them as well for the same reason we ignore `.idea` folder content in that case. --- Global/JetBrains.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 72f4d988..e80f46b8 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -31,6 +31,8 @@ # .idea/modules.xml # .idea/*.iml # .idea/modules +# *.iml +# *.ipr # CMake cmake-build-*/ From 837181e2f60198de3701a1f87e66aaf8e69d0e07 Mon Sep 17 00:00:00 2001 From: Justin Hartman Date: Sun, 12 May 2019 15:24:48 +0200 Subject: [PATCH 230/348] Updated Xcode.gitignore template with a Patch (#2566) --- Global/Xcode.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index cd0c7d3e..7a46c015 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -21,3 +21,10 @@ DerivedData/ !default.mode2v3 *.perspectivev3 !default.perspectivev3 + +## Xcode Patch +*.xcodeproj/* +!*.xcodeproj/project.pbxproj +!*.xcodeproj/xcshareddata/ +!*.xcworkspace/contents.xcworkspacedata +/*.gcno From 74643fe2c8a8ca02384f6367be2393c00cf8cd24 Mon Sep 17 00:00:00 2001 From: Takeshi Kondo <10370988+chaspy@users.noreply.github.com> Date: Mon, 13 May 2019 00:29:47 +0900 Subject: [PATCH 231/348] Fix log filename for Vagrant (#3053) Actually, the log generated by debug mode is *.log i.e. ubuntu-xenial-16.04-cloudimg-console.log --- Global/Vagrant.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Vagrant.gitignore b/Global/Vagrant.gitignore index 93987ca0..a8e23454 100644 --- a/Global/Vagrant.gitignore +++ b/Global/Vagrant.gitignore @@ -2,4 +2,4 @@ .vagrant/ # Log files (if you are creating logs in debug mode, uncomment this) -# *.logs +# *.log From 6cb96f4a6ece8da8201ddd2521ac2b4b920caada Mon Sep 17 00:00:00 2001 From: Mohammad Hizzani <30414163+MohHizzani@users.noreply.github.com> Date: Thu, 16 May 2019 23:35:06 +0300 Subject: [PATCH 232/348] add the ist file generated by glossaries-extra package (#3056) --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 76b26b7d..8be37911 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -259,3 +259,6 @@ TSWLatexianTemp* # standalone packages *.sta + +# glossaries-extra +*.ist From cdab24d9e98bbb78da9002a57b348d749e46c76b Mon Sep 17 00:00:00 2001 From: Matan Nassau Date: Thu, 16 May 2019 16:40:58 -0400 Subject: [PATCH 233/348] vim: add extra session file Sessionx.vim (#3058) from vim's documentation on `:mksession` (:help :mksession): ... 10. If a file exists with the same name as the Session file, but ending in "x.vim" (for eXtra), executes that as well. You can use *x.vim files to specify additional settings and actions associated with a given Session, such as creating menu items in the GUI version. we already have Session.vim ignored. the Sessionx.vim file, like Session.vim, is a user file. a user would generally want that file kept private or for themselves, and the public or a team fetching from or sharing the repository generally have no interest in a file relevant only to a particular user. so it's a good idea to get git to help us avoid mistakenly sharing the file. --- Global/Vim.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 741518ff..3dc461ab 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -7,6 +7,7 @@ # Session Session.vim +Sessionx.vim # Temporary .netrwhist From 310f125d232a837c93f482bc8b8703227b312419 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erdal=20TA=C5=9EKESEN?= Date: Sun, 19 May 2019 14:49:52 +0300 Subject: [PATCH 234/348] style: (Golang) Remove the non-essentials (#3061) --- community/Golang/Hugo.gitignore | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/community/Golang/Hugo.gitignore b/community/Golang/Hugo.gitignore index 3718de7b..37fa330e 100644 --- a/community/Golang/Hugo.gitignore +++ b/community/Golang/Hugo.gitignore @@ -1,12 +1,8 @@ -### Hugo ### -# gitginore template for Hugo projects -# website: https://gohugo.io - -# generated files by hugo +# Generated files by hugo /public/ /resources/_gen/ -# executable may be added to repository +# Executable may be added to repository hugo.exe hugo.darwin hugo.linux From 65398389a9df02fdad7e8292ce2ee1a64c7d77ee Mon Sep 17 00:00:00 2001 From: Anton Sakovich Date: Wed, 22 May 2019 14:45:42 +0300 Subject: [PATCH 235/348] Make ignoring .ist files for glossaries-extra ... (#3066) package not interfere with makeindex's style files --- TeX.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TeX.gitignore b/TeX.gitignore index 8be37911..bc6245df 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -110,6 +110,9 @@ acs-*.bib *.gls *.glsdefs +# uncomment this for glossaries-extra (will ignore makeindex's style files!) +# *.ist + # gnuplottex *-gnuplottex-* @@ -259,6 +262,3 @@ TSWLatexianTemp* # standalone packages *.sta - -# glossaries-extra -*.ist From c1faae44aebe587bbb90d60e21ca928e0116e8d4 Mon Sep 17 00:00:00 2001 From: Peter Hollows Date: Sun, 26 May 2019 02:16:08 +1000 Subject: [PATCH 236/348] Add db.sqlite3-journal to Python.gitignore (#3063) See also 15e56afe introduced this for Rails.gitignore. Docs on Sqlite temporary files https://www.sqlite.org/tempfiles.html#rollback_journals Thanks @nickittynack (Nick Reynolds) --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index af6d5026..c0c219be 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -58,6 +58,7 @@ coverage.xml *.log local_settings.py db.sqlite3 +db.sqlite3-journal # Flask stuff: instance/ From a00cb872ef1e0fb64dcbe9435b47fd7f00065ee9 Mon Sep 17 00:00:00 2001 From: Dylan Bartlett Date: Tue, 28 May 2019 13:00:48 +0100 Subject: [PATCH 237/348] Revert "KiCad: add footprint cache (#3043)" (#3075) This reverts commit 6ffcee971119154f1188666c92d94248fa053b8e. --- KiCad.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/KiCad.gitignore b/KiCad.gitignore index f59e2024..fc7c2187 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -14,9 +14,6 @@ _autosave-* *-save.kicad_pcb fp-info-cache -# Footprint cache -fp-info-cache - # Netlist files (exported from Eeschema) *.net From f9291de89f5f7dc0d3d87f9eb111b839f81d5dbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Avila?= Date: Sat, 1 Jun 2019 15:37:17 +0200 Subject: [PATCH 238/348] KiCAD: the -rescue.lib file is also precious! (#3025) --- KiCad.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/KiCad.gitignore b/KiCad.gitignore index fc7c2187..5cfb0c1f 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -9,7 +9,6 @@ *~ _autosave-* *.tmp -*-rescue.lib *-save.pro *-save.kicad_pcb fp-info-cache From e447ea2825b480251004695c7dbcf312739022eb Mon Sep 17 00:00:00 2001 From: Charlotte Townley <10514472+EffingFancy@users.noreply.github.com> Date: Sun, 23 Jun 2019 14:13:21 +0100 Subject: [PATCH 239/348] Updating Joomla.gitignore to Joomla! 3.9.8 (#3090) also, re-ordered some elements to ensure the gitignore is in directory/file and lexicographic order --- Joomla.gitignore | 393 ++++++++++++++++++++++++++++++++++------------- 1 file changed, 282 insertions(+), 111 deletions(-) diff --git a/Joomla.gitignore b/Joomla.gitignore index 378c158b..41a9ba41 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -1,21 +1,22 @@ /.htaccess /administrator/cache/* +/administrator/components/com_actionlogs/* /administrator/components/com_admin/* /administrator/components/com_ajax/* -/administrator/components/com_tags/* +/administrator/components/com_associations/* /administrator/components/com_banners/* /administrator/components/com_cache/* -/administrator/components/com_postinstall/* -/administrator/components/com_joomlaupdate/* -/administrator/components/com_contenthistory/* /administrator/components/com_categories/* /administrator/components/com_checkin/* /administrator/components/com_config/* /administrator/components/com_contact/* /administrator/components/com_content/* +/administrator/components/com_contenthistory/* /administrator/components/com_cpanel/* +/administrator/components/com_fields/* /administrator/components/com_finder/* /administrator/components/com_installer/* +/administrator/components/com_joomlaupdate/* /administrator/components/com_languages/* /administrator/components/com_login/* /administrator/components/com_media/* @@ -24,66 +25,24 @@ /administrator/components/com_modules/* /administrator/components/com_newsfeeds/* /administrator/components/com_plugins/* +/administrator/components/com_postinstall/* +/administrator/components/com_privacy/* /administrator/components/com_redirect/* /administrator/components/com_search/* +/administrator/components/com_tags/* /administrator/components/com_templates/* /administrator/components/com_users/* /administrator/help/* /administrator/includes/* -/administrator/language/en-GB/en-GB.com_ajax.ini -/administrator/language/en-GB/en-GB.com_ajax.sys.ini -/administrator/language/en-GB/en-GB.com_contenthistory.ini -/administrator/language/en-GB/en-GB.com_contenthistory.sys.ini -/administrator/language/en-GB/en-GB.com_joomlaupdate.ini -/administrator/language/en-GB/en-GB.com_joomlaupdate.sys.ini -/administrator/language/en-GB/en-GB.com_postinstall.ini -/administrator/language/en-GB/en-GB.com_postinstall.sys.ini -/administrator/language/en-GB/en-GB.com_tags.ini -/administrator/language/en-GB/en-GB.com_tags.sys.ini -/administrator/language/en-GB/en-GB.mod_stats_admin.ini -/administrator/language/en-GB/en-GB.mod_stats_admin.sys.ini -/administrator/language/en-GB/en-GB.plg_authentication_cookie.ini -/administrator/language/en-GB/en-GB.plg_authentication_cookie.sys.ini -/administrator/language/en-GB/en-GB.plg_content_contact.ini -/administrator/language/en-GB/en-GB.plg_content_contact.sys.ini -/administrator/language/en-GB/en-GB.plg_content_finder.ini -/administrator/language/en-GB/en-GB.plg_content_finder.sys.ini -/administrator/language/en-GB/en-GB.plg_editors-xtd_module* -/administrator/language/en-GB/en-GB.plg_finder_categories.ini -/administrator/language/en-GB/en-GB.plg_finder_categories.sys.ini -/administrator/language/en-GB/en-GB.plg_finder_contacts.ini -/administrator/language/en-GB/en-GB.plg_finder_contacts.sys.ini -/administrator/language/en-GB/en-GB.plg_finder_content.ini -/administrator/language/en-GB/en-GB.plg_finder_content.sys.ini -/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.sys.ini -/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.ini -/administrator/language/en-GB/en-GB.plg_finder_tags.ini -/administrator/language/en-GB/en-GB.plg_finder_tags.sys.ini -/administrator/language/en-GB/en-GB.plg_finder_weblinks.ini -/administrator/language/en-GB/en-GB.plg_finder_weblinks.sys.ini -/administrator/language/en-GB/en-GB.plg_installer_folderinstaller* -/administrator/language/en-GB/en-GB.plg_installer_packageinstaller* -/administrator/language/en-GB/en-GB.plg_installer_packageinstaller -/administrator/language/en-GB/en-GB.plg_installer_urlinstaller* -/administrator/language/en-GB/en-GB.plg_installer_webinstaller.ini -/administrator/language/en-GB/en-GB.plg_installer_webinstaller.sys.ini -/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.ini -/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.sys.ini -/administrator/language/en-GB/en-GB.plg_search_tags.ini -/administrator/language/en-GB/en-GB.plg_search_tags.sys.ini -/administrator/language/en-GB/en-GB.plg_system_languagecode.ini -/administrator/language/en-GB/en-GB.plg_system_languagecode.sys.ini -/administrator/language/en-GB/en-GB.plg_system_stats* -/administrator/language/en-GB/en-GB.plg_system_updatenotification* -/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.ini -/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.sys.ini -/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.ini -/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.sys.ini -/administrator/language/en-GB/en-GB.tpl_isis.ini -/administrator/language/en-GB/en-GB.tpl_isis.sys.ini -/administrator/language/en-GB/install.xml +/administrator/index.php +/administrator/language/en-GB/en-GB.com_actionlogs.ini +/administrator/language/en-GB/en-GB.com_actionlogs.sys.ini /administrator/language/en-GB/en-GB.com_admin.ini /administrator/language/en-GB/en-GB.com_admin.sys.ini +/administrator/language/en-GB/en-GB.com_ajax.ini +/administrator/language/en-GB/en-GB.com_ajax.sys.ini +/administrator/language/en-GB/en-GB.com_associations.ini +/administrator/language/en-GB/en-GB.com_associations.sys.ini /administrator/language/en-GB/en-GB.com_banners.ini /administrator/language/en-GB/en-GB.com_banners.sys.ini /administrator/language/en-GB/en-GB.com_cache.ini @@ -98,12 +57,18 @@ /administrator/language/en-GB/en-GB.com_contact.sys.ini /administrator/language/en-GB/en-GB.com_content.ini /administrator/language/en-GB/en-GB.com_content.sys.ini +/administrator/language/en-GB/en-GB.com_contenthistory.ini +/administrator/language/en-GB/en-GB.com_contenthistory.sys.ini /administrator/language/en-GB/en-GB.com_cpanel.ini /administrator/language/en-GB/en-GB.com_cpanel.sys.ini +/administrator/language/en-GB/en-GB.com_fields.ini +/administrator/language/en-GB/en-GB.com_fields.sys.ini /administrator/language/en-GB/en-GB.com_finder.ini /administrator/language/en-GB/en-GB.com_finder.sys.ini /administrator/language/en-GB/en-GB.com_installer.ini /administrator/language/en-GB/en-GB.com_installer.sys.ini +/administrator/language/en-GB/en-GB.com_joomlaupdate.ini +/administrator/language/en-GB/en-GB.com_joomlaupdate.sys.ini /administrator/language/en-GB/en-GB.com_languages.ini /administrator/language/en-GB/en-GB.com_languages.sys.ini /administrator/language/en-GB/en-GB.com_login.ini @@ -121,10 +86,16 @@ /administrator/language/en-GB/en-GB.com_newsfeeds.sys.ini /administrator/language/en-GB/en-GB.com_plugins.ini /administrator/language/en-GB/en-GB.com_plugins.sys.ini +/administrator/language/en-GB/en-GB.com_postinstall.ini +/administrator/language/en-GB/en-GB.com_postinstall.sys.ini +/administrator/language/en-GB/en-GB.com_privacy.ini +/administrator/language/en-GB/en-GB.com_privacy.sys.ini /administrator/language/en-GB/en-GB.com_redirect.ini /administrator/language/en-GB/en-GB.com_redirect.sys.ini /administrator/language/en-GB/en-GB.com_search.ini /administrator/language/en-GB/en-GB.com_search.sys.ini +/administrator/language/en-GB/en-GB.com_tags.ini +/administrator/language/en-GB/en-GB.com_tags.sys.ini /administrator/language/en-GB/en-GB.com_templates.ini /administrator/language/en-GB/en-GB.com_templates.sys.ini /administrator/language/en-GB/en-GB.com_users.ini @@ -142,6 +113,8 @@ /administrator/language/en-GB/en-GB.mod_feed.sys.ini /administrator/language/en-GB/en-GB.mod_latest.ini /administrator/language/en-GB/en-GB.mod_latest.sys.ini +/administrator/language/en-GB/en-GB.mod_latestactions.ini +/administrator/language/en-GB/en-GB.mod_latestactions.sys.ini /administrator/language/en-GB/en-GB.mod_logged.ini /administrator/language/en-GB/en-GB.mod_logged.sys.ini /administrator/language/en-GB/en-GB.mod_login.ini @@ -154,8 +127,14 @@ /administrator/language/en-GB/en-GB.mod_online.sys.ini /administrator/language/en-GB/en-GB.mod_popular.ini /administrator/language/en-GB/en-GB.mod_popular.sys.ini +/administrator/language/en-GB/en-GB.mod_privacy_dashboard.ini +/administrator/language/en-GB/en-GB.mod_privacy_dashboard.sys.ini /administrator/language/en-GB/en-GB.mod_quickicon.ini /administrator/language/en-GB/en-GB.mod_quickicon.sys.ini +/administrator/language/en-GB/en-GB.mod_sampledata.ini +/administrator/language/en-GB/en-GB.mod_sampledata.sys.ini +/administrator/language/en-GB/en-GB.mod_stats_admin.ini +/administrator/language/en-GB/en-GB.mod_stats_admin.sys.ini /administrator/language/en-GB/en-GB.mod_status.ini /administrator/language/en-GB/en-GB.mod_status.sys.ini /administrator/language/en-GB/en-GB.mod_submenu.ini @@ -168,6 +147,10 @@ /administrator/language/en-GB/en-GB.mod_unread.sys.ini /administrator/language/en-GB/en-GB.mod_version.ini /administrator/language/en-GB/en-GB.mod_version.sys.ini +/administrator/language/en-GB/en-GB.plg_actionlog_joomla.ini +/administrator/language/en-GB/en-GB.plg_actionlog_joomla.sys.ini +/administrator/language/en-GB/en-GB.plg_authentication_cookie.ini +/administrator/language/en-GB/en-GB.plg_authentication_cookie.sys.ini /administrator/language/en-GB/en-GB.plg_authentication_example.ini /administrator/language/en-GB/en-GB.plg_authentication_example.sys.ini /administrator/language/en-GB/en-GB.plg_authentication_gmail.ini @@ -178,8 +161,18 @@ /administrator/language/en-GB/en-GB.plg_authentication_ldap.sys.ini /administrator/language/en-GB/en-GB.plg_captcha_recaptcha.ini /administrator/language/en-GB/en-GB.plg_captcha_recaptcha.sys.ini +/administrator/language/en-GB/en-GB.plg_captcha_recaptcha_invisible.ini +/administrator/language/en-GB/en-GB.plg_captcha_recaptcha_invisible.sys.ini +/administrator/language/en-GB/en-GB.plg_content_confirmconsent.ini +/administrator/language/en-GB/en-GB.plg_content_confirmconsent.sys.ini +/administrator/language/en-GB/en-GB.plg_content_contact.ini +/administrator/language/en-GB/en-GB.plg_content_contact.sys.ini /administrator/language/en-GB/en-GB.plg_content_emailcloak.ini /administrator/language/en-GB/en-GB.plg_content_emailcloak.sys.ini +/administrator/language/en-GB/en-GB.plg_content_fields.ini +/administrator/language/en-GB/en-GB.plg_content_fields.sys.ini +/administrator/language/en-GB/en-GB.plg_content_finder.ini +/administrator/language/en-GB/en-GB.plg_content_finder.sys.ini /administrator/language/en-GB/en-GB.plg_content_geshi.ini /administrator/language/en-GB/en-GB.plg_content_geshi.sys.ini /administrator/language/en-GB/en-GB.plg_content_joomla.ini @@ -192,24 +185,106 @@ /administrator/language/en-GB/en-GB.plg_content_pagenavigation.sys.ini /administrator/language/en-GB/en-GB.plg_content_vote.ini /administrator/language/en-GB/en-GB.plg_content_vote.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_article.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_article.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_contact.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_contact.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_fields.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_fields.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_image.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_image.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_menu.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_menu.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_module.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_module.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.sys.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.ini +/administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.sys.ini /administrator/language/en-GB/en-GB.plg_editors_codemirror.ini /administrator/language/en-GB/en-GB.plg_editors_codemirror.sys.ini /administrator/language/en-GB/en-GB.plg_editors_none.ini /administrator/language/en-GB/en-GB.plg_editors_none.sys.ini /administrator/language/en-GB/en-GB.plg_editors_tinymce.ini /administrator/language/en-GB/en-GB.plg_editors_tinymce.sys.ini -/administrator/language/en-GB/en-GB.plg_editors-xtd_article.ini -/administrator/language/en-GB/en-GB.plg_editors-xtd_article.sys.ini -/administrator/language/en-GB/en-GB.plg_editors-xtd_image.ini -/administrator/language/en-GB/en-GB.plg_editors-xtd_image.sys.ini -/administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.ini -/administrator/language/en-GB/en-GB.plg_editors-xtd_pagebreak.sys.ini -/administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.ini -/administrator/language/en-GB/en-GB.plg_editors-xtd_readmore.sys.ini /administrator/language/en-GB/en-GB.plg_extension_joomla.ini /administrator/language/en-GB/en-GB.plg_extension_joomla.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_calendar.ini +/administrator/language/en-GB/en-GB.plg_fields_calendar.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_checkboxes.ini +/administrator/language/en-GB/en-GB.plg_fields_checkboxes.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_color.ini +/administrator/language/en-GB/en-GB.plg_fields_color.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_editor.ini +/administrator/language/en-GB/en-GB.plg_fields_editor.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_image.ini +/administrator/language/en-GB/en-GB.plg_fields_image.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_imagelist.ini +/administrator/language/en-GB/en-GB.plg_fields_imagelist.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_integer.ini +/administrator/language/en-GB/en-GB.plg_fields_integer.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_list.ini +/administrator/language/en-GB/en-GB.plg_fields_list.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_media.ini +/administrator/language/en-GB/en-GB.plg_fields_media.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_radio.ini +/administrator/language/en-GB/en-GB.plg_fields_radio.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_repeatable.ini +/administrator/language/en-GB/en-GB.plg_fields_repeatable.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_sql.ini +/administrator/language/en-GB/en-GB.plg_fields_sql.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_text.ini +/administrator/language/en-GB/en-GB.plg_fields_text.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_textarea.ini +/administrator/language/en-GB/en-GB.plg_fields_textarea.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_url.ini +/administrator/language/en-GB/en-GB.plg_fields_url.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_user.ini +/administrator/language/en-GB/en-GB.plg_fields_user.sys.ini +/administrator/language/en-GB/en-GB.plg_fields_usergrouplist.ini +/administrator/language/en-GB/en-GB.plg_fields_usergrouplist.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_categories.ini +/administrator/language/en-GB/en-GB.plg_finder_categories.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_contacts.ini +/administrator/language/en-GB/en-GB.plg_finder_contacts.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_content.ini +/administrator/language/en-GB/en-GB.plg_finder_content.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.ini +/administrator/language/en-GB/en-GB.plg_finder_newsfeeds.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_tags.ini +/administrator/language/en-GB/en-GB.plg_finder_tags.sys.ini +/administrator/language/en-GB/en-GB.plg_finder_weblinks.ini +/administrator/language/en-GB/en-GB.plg_finder_weblinks.sys.ini +/administrator/language/en-GB/en-GB.plg_installer_folderinstaller.ini +/administrator/language/en-GB/en-GB.plg_installer_folderinstaller.sys.ini +/administrator/language/en-GB/en-GB.plg_installer_packageinstaller.ini +/administrator/language/en-GB/en-GB.plg_installer_packageinstaller.sys.ini +/administrator/language/en-GB/en-GB.plg_installer_urlinstaller.ini +/administrator/language/en-GB/en-GB.plg_installer_urlinstaller.sys.ini +/administrator/language/en-GB/en-GB.plg_installer_webinstaller.ini +/administrator/language/en-GB/en-GB.plg_installer_webinstaller.sys.ini +/administrator/language/en-GB/en-GB.plg_privacy_actionlogs.ini +/administrator/language/en-GB/en-GB.plg_privacy_actionlogs.sys.ini +/administrator/language/en-GB/en-GB.plg_privacy_consents.ini +/administrator/language/en-GB/en-GB.plg_privacy_consents.sys.ini +/administrator/language/en-GB/en-GB.plg_privacy_contact.ini +/administrator/language/en-GB/en-GB.plg_privacy_contact.sys.ini +/administrator/language/en-GB/en-GB.plg_privacy_content.ini +/administrator/language/en-GB/en-GB.plg_privacy_content.sys.ini +/administrator/language/en-GB/en-GB.plg_privacy_message.ini +/administrator/language/en-GB/en-GB.plg_privacy_message.sys.ini +/administrator/language/en-GB/en-GB.plg_privacy_user.ini +/administrator/language/en-GB/en-GB.plg_privacy_user.sys.ini /administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.ini /administrator/language/en-GB/en-GB.plg_quickicon_extensionupdate.sys.ini +/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.ini +/administrator/language/en-GB/en-GB.plg_quickicon_joomlaupdate.sys.ini +/administrator/language/en-GB/en-GB.plg_quickicon_phpversioncheck.ini +/administrator/language/en-GB/en-GB.plg_quickicon_phpversioncheck.sys.ini +/administrator/language/en-GB/en-GB.plg_quickicon_privacycheck.ini +/administrator/language/en-GB/en-GB.plg_quickicon_privacycheck.sys.ini +/administrator/language/en-GB/en-GB.plg_sampledata_blog.ini +/administrator/language/en-GB/en-GB.plg_sampledata_blog.sys.ini /administrator/language/en-GB/en-GB.plg_search_categories.ini /administrator/language/en-GB/en-GB.plg_search_categories.sys.ini /administrator/language/en-GB/en-GB.plg_search_contacts.ini @@ -218,124 +293,155 @@ /administrator/language/en-GB/en-GB.plg_search_content.sys.ini /administrator/language/en-GB/en-GB.plg_search_newsfeeds.ini /administrator/language/en-GB/en-GB.plg_search_newsfeeds.sys.ini +/administrator/language/en-GB/en-GB.plg_search_tags.ini +/administrator/language/en-GB/en-GB.plg_search_tags.sys.ini /administrator/language/en-GB/en-GB.plg_search_weblinks.ini /administrator/language/en-GB/en-GB.plg_search_weblinks.sys.ini +/administrator/language/en-GB/en-GB.plg_system_actionlogs.ini +/administrator/language/en-GB/en-GB.plg_system_actionlogs.sys.ini /administrator/language/en-GB/en-GB.plg_system_cache.ini /administrator/language/en-GB/en-GB.plg_system_cache.sys.ini /administrator/language/en-GB/en-GB.plg_system_debug.ini /administrator/language/en-GB/en-GB.plg_system_debug.sys.ini +/administrator/language/en-GB/en-GB.plg_system_fields.ini +/administrator/language/en-GB/en-GB.plg_system_fields.sys.ini /administrator/language/en-GB/en-GB.plg_system_highlight.ini /administrator/language/en-GB/en-GB.plg_system_highlight.sys.ini +/administrator/language/en-GB/en-GB.plg_system_languagecode.ini +/administrator/language/en-GB/en-GB.plg_system_languagecode.sys.ini /administrator/language/en-GB/en-GB.plg_system_languagefilter.ini /administrator/language/en-GB/en-GB.plg_system_languagefilter.sys.ini /administrator/language/en-GB/en-GB.plg_system_log.ini +/administrator/language/en-GB/en-GB.plg_system_log.sys.ini /administrator/language/en-GB/en-GB.plg_system_logout.ini /administrator/language/en-GB/en-GB.plg_system_logout.sys.ini -/administrator/language/en-GB/en-GB.plg_system_log.sys.ini +/administrator/language/en-GB/en-GB.plg_system_logrotation.ini +/administrator/language/en-GB/en-GB.plg_system_logrotation.sys.ini /administrator/language/en-GB/en-GB.plg_system_p3p.ini /administrator/language/en-GB/en-GB.plg_system_p3p.sys.ini +/administrator/language/en-GB/en-GB.plg_system_privacyconsent.ini +/administrator/language/en-GB/en-GB.plg_system_privacyconsent.sys.ini /administrator/language/en-GB/en-GB.plg_system_redirect.ini /administrator/language/en-GB/en-GB.plg_system_redirect.sys.ini /administrator/language/en-GB/en-GB.plg_system_remember.ini /administrator/language/en-GB/en-GB.plg_system_remember.sys.ini /administrator/language/en-GB/en-GB.plg_system_sef.ini /administrator/language/en-GB/en-GB.plg_system_sef.sys.ini +/administrator/language/en-GB/en-GB.plg_system_sessiongc.ini +/administrator/language/en-GB/en-GB.plg_system_sessiongc.sys.ini +/administrator/language/en-GB/en-GB.plg_system_stats.ini +/administrator/language/en-GB/en-GB.plg_system_stats.sys.ini +/administrator/language/en-GB/en-GB.plg_system_updatenotification.ini +/administrator/language/en-GB/en-GB.plg_system_updatenotification.sys.ini +/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.ini +/administrator/language/en-GB/en-GB.plg_twofactorauth_totp.sys.ini +/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.ini +/administrator/language/en-GB/en-GB.plg_twofactorauth_yubikey.sys.ini /administrator/language/en-GB/en-GB.plg_user_contactcreator.ini /administrator/language/en-GB/en-GB.plg_user_contactcreator.sys.ini /administrator/language/en-GB/en-GB.plg_user_joomla.ini /administrator/language/en-GB/en-GB.plg_user_joomla.sys.ini /administrator/language/en-GB/en-GB.plg_user_profile.ini /administrator/language/en-GB/en-GB.plg_user_profile.sys.ini +/administrator/language/en-GB/en-GB.plg_user_terms.ini +/administrator/language/en-GB/en-GB.plg_user_terms.sys.ini /administrator/language/en-GB/en-GB.tpl_hathor.ini /administrator/language/en-GB/en-GB.tpl_hathor.sys.ini +/administrator/language/en-GB/en-GB.tpl_isis.ini +/administrator/language/en-GB/en-GB.tpl_isis.sys.ini /administrator/language/en-GB/en-GB.xml +/administrator/language/en-GB/install.xml /administrator/language/overrides/* +/administrator/language/index.html /administrator/logs/* -/administrator/manifests/* +/administrator/manifests/files/joomla.xml +/administrator/manifests/libraries/fof.xml +/administrator/manifests/libraries/idna_convert.xml +/administrator/manifests/libraries/joomla.xml +/administrator/manifests/libraries/phpass.xml +/administrator/manifests/libraries/phputf8.xml +/administrator/manifests/packages/pkg_en-GB.xml +/administrator/manifests/packages/index.html /administrator/modules/mod_custom/* /administrator/modules/mod_feed/* /administrator/modules/mod_latest/* +/administrator/modules/mod_latestactions/* /administrator/modules/mod_logged/* /administrator/modules/mod_login/* /administrator/modules/mod_menu/* /administrator/modules/mod_multilangstatus/* /administrator/modules/mod_online/* /administrator/modules/mod_popular/* +/administrator/modules/mod_privacy_dashboard/* /administrator/modules/mod_quickicon/* +/administrator/modules/mod_sampledata/* +/administrator/modules/mod_stats_admin/* /administrator/modules/mod_status/* /administrator/modules/mod_submenu/* /administrator/modules/mod_title/* /administrator/modules/mod_toolbar/* /administrator/modules/mod_unread/* /administrator/modules/mod_version/* -/administrator/modules/mod_stats_admin/* -/administrator/templates/isis/* /administrator/templates/hathor/* +/administrator/templates/isis/* /administrator/templates/system/* -/administrator/index.php -/cache/* /bin/* +/cache/* /cli/* -/components/com_banners/* /components/com_ajax/* +/components/com_banners/* /components/com_config/* -/components/com_contenthistory/* -/components/com_tags/* /components/com_contact/* /components/com_content/* +/components/com_contenthistory/* +/components/com_fields/* /components/com_finder/* /components/com_mailto/* /components/com_media/* +/components/com_menus/* /components/com_modules/* /components/com_newsfeeds/* +/components/com_privacy/* /components/com_search/* +/components/com_tags/* /components/com_users/* /components/com_wrapper/* /components/index.html /images/banners/* /images/headers/* /images/sampledata/* -/images/joomla* /images/index.html +/images/joomla* /images/powered_by.png /includes/* /installation/* /language/en-GB/en-GB.com_ajax.ini /language/en-GB/en-GB.com_config.ini /language/en-GB/en-GB.com_contact.ini -/language/en-GB/en-GB.com_finder.ini -/language/en-GB/en-GB.com_tags.ini -/language/en-GB/en-GB.finder_cli.ini -/language/en-GB/en-GB.lib_fof.sys.ini -/language/en-GB/en-GB.lib_fof.ini /language/en-GB/en-GB.com_content.ini -/language/en-GB/en-GB.lib_idna_convert.sys.ini +/language/en-GB/en-GB.com_finder.ini /language/en-GB/en-GB.com_mailto.ini +/language/en-GB/en-GB.com_media.ini +/language/en-GB/en-GB.com_messages.ini +/language/en-GB/en-GB.com_newsfeeds.ini +/language/en-GB/en-GB.com_privacy.ini +/language/en-GB/en-GB.com_search.ini +/language/en-GB/en-GB.com_tags.ini +/language/en-GB/en-GB.com_users.ini +/language/en-GB/en-GB.com_weblinks.ini +/language/en-GB/en-GB.com_wrapper.ini +/language/en-GB/en-GB.files_joomla.sys.ini +/language/en-GB/en-GB.finder_cli.ini +/language/en-GB/en-GB.ini +/language/en-GB/en-GB.lib_fof.ini +/language/en-GB/en-GB.lib_fof.sys.ini +/language/en-GB/en-GB.lib_idna_convert.sys.ini +/language/en-GB/en-GB.lib_joomla.ini /language/en-GB/en-GB.lib_joomla.sys.ini /language/en-GB/en-GB.lib_phpass.sys.ini /language/en-GB/en-GB.lib_phpmailer.sys.ini /language/en-GB/en-GB.lib_phputf8.sys.ini /language/en-GB/en-GB.lib_simplepie.sys.ini -/language/en-GB/en-GB.com_media.ini -/language/en-GB/en-GB.mod_finder.ini -/language/en-GB/en-GB.com_messages.ini -/language/en-GB/en-GB.mod_tags_popular.ini -/language/en-GB/en-GB.mod_tags_popular.sys.ini -/language/en-GB/en-GB.mod_tags_similar.ini -/language/en-GB/en-GB.mod_tags_similar.sys.ini -/language/en-GB/en-GB.mod_finder.sys.ini -/language/en-GB/en-GB.tpl_beez3.ini -/language/en-GB/en-GB.tpl_beez3.sys.ini -/language/en-GB/en-GB.com_newsfeeds.ini -/language/en-GB/en-GB.tpl_protostar.ini -/language/en-GB/en-GB.tpl_protostar.sys.ini -/language/en-GB/en-GB.com_search.ini -/language/en-GB/en-GB.com_users.ini -/language/en-GB/en-GB.com_weblinks.ini -/language/en-GB/en-GB.com_wrapper.ini -/language/en-GB/en-GB.files_joomla.sys.ini -/language/en-GB/en-GB.ini -/language/en-GB/en-GB.lib_joomla.ini /language/en-GB/en-GB.localise.php /language/en-GB/en-GB.mod_articles_archive.ini /language/en-GB/en-GB.mod_articles_archive.sys.ini @@ -357,6 +463,8 @@ /language/en-GB/en-GB.mod_custom.sys.ini /language/en-GB/en-GB.mod_feed.ini /language/en-GB/en-GB.mod_feed.sys.ini +/language/en-GB/en-GB.mod_finder.ini +/language/en-GB/en-GB.mod_finder.sys.ini /language/en-GB/en-GB.mod_footer.ini /language/en-GB/en-GB.mod_footer.sys.ini /language/en-GB/en-GB.mod_languages.ini @@ -375,6 +483,10 @@ /language/en-GB/en-GB.mod_stats.sys.ini /language/en-GB/en-GB.mod_syndicate.ini /language/en-GB/en-GB.mod_syndicate.sys.ini +/language/en-GB/en-GB.mod_tags_popular.ini +/language/en-GB/en-GB.mod_tags_popular.sys.ini +/language/en-GB/en-GB.mod_tags_similar.ini +/language/en-GB/en-GB.mod_tags_similar.sys.ini /language/en-GB/en-GB.mod_users_latest.ini /language/en-GB/en-GB.mod_users_latest.sys.ini /language/en-GB/en-GB.mod_weblinks.ini @@ -385,10 +497,14 @@ /language/en-GB/en-GB.mod_wrapper.sys.ini /language/en-GB/en-GB.tpl_atomic.ini /language/en-GB/en-GB.tpl_atomic.sys.ini -/language/en-GB/en-GB.tpl_beez_20.ini -/language/en-GB/en-GB.tpl_beez_20.sys.ini +/language/en-GB/en-GB.tpl_beez3.ini +/language/en-GB/en-GB.tpl_beez3.sys.ini /language/en-GB/en-GB.tpl_beez5.ini /language/en-GB/en-GB.tpl_beez5.sys.ini +/language/en-GB/en-GB.tpl_beez_20.ini +/language/en-GB/en-GB.tpl_beez_20.sys.ini +/language/en-GB/en-GB.tpl_protostar.ini +/language/en-GB/en-GB.tpl_protostar.sys.ini /language/en-GB/en-GB.xml /language/en-GB/install.xml /language/overrides/* @@ -397,7 +513,6 @@ /layouts/libraries/* /layouts/plugins/* /layouts/index.html -/libraries/cms.php /libraries/cms/* /libraries/fof/* /libraries/idna_convert/* @@ -408,16 +523,24 @@ /libraries/phpmailer/* /libraries/phputf8/* /libraries/simplepie/* +/libraries/src/* /libraries/vendor/* /libraries/classmap.php +/libraries/cms.php /libraries/import.legacy.php -/libraries/index.html /libraries/import.php +/libraries/index.html /libraries/loader.php /media/cms/* +/media/com_associations/* +/media/com_contact/* +/media/com_content/* /media/com_contenthistory/* +/media/com_fields/* /media/com_finder/* /media/com_joomlaupdate/* +/media/com_menus/* +/media/com_modules/* /media/com_wrapper/* /media/contacts/* /media/editors/* @@ -425,12 +548,16 @@ /media/mailto/* /media/media/* /media/mod_languages/* +/media/mod_sampledata/* /media/overrider/* /media/plg_captcha_recaptcha/* +/media/plg_captcha_recaptcha_invisible/* /media/plg_quickicon_extensionupdate/* /media/plg_quickicon_joomlaupdate/* +/media/plg_quickicon_privacycheck/* /media/plg_system_highlight/* /media/plg_system_stats/* +/media/plg_twofactorauth_totp/* /media/system/* /media/index.html /modules/mod_articles_archive/* @@ -459,14 +586,19 @@ /modules/mod_whosonline/* /modules/mod_wrapper/* /modules/index.html +/plugins/actionlog/joomla/* +/plugins/authentication/cookie/* /plugins/authentication/example/* /plugins/authentication/gmail/* /plugins/authentication/joomla/* /plugins/authentication/ldap/* -/plugins/authentication/cookie/* /plugins/captcha/recaptcha/* +/plugins/captcha/recaptcha_invisible/* +/plugins/content/confirmconsent/* +/plugins/content/contact/* /plugins/content/emailcloak/* /plugins/content/example/* +/plugins/content/fields/* /plugins/content/finder/* /plugins/content/geshi/* /plugins/content/joomla/* @@ -474,52 +606,88 @@ /plugins/content/pagebreak/* /plugins/content/pagenavigation/* /plugins/content/vote/* -/plugins/content/contact/* /plugins/editors/codemirror/* /plugins/editors/none/* /plugins/editors/tinymce/* -/plugins/editors-xtd/module/* /plugins/editors-xtd/article/* +/plugins/editors-xtd/contact/* +/plugins/editors-xtd/fields/* /plugins/editors-xtd/image/* +/plugins/editors-xtd/menu/* +/plugins/editors-xtd/module/* /plugins/editors-xtd/pagebreak/* /plugins/editors-xtd/readmore/* /plugins/extension/example/* /plugins/extension/joomla/* +/plugins/fields/calendar/* +/plugins/fields/checkboxes/* +/plugins/fields/color/* +/plugins/fields/editor/* +/plugins/fields/imagelist/* +/plugins/fields/integer/* +/plugins/fields/list/* +/plugins/fields/media/* +/plugins/fields/radio/* +/plugins/fields/repeatable/* +/plugins/fields/sql/* +/plugins/fields/text/* +/plugins/fields/textarea/* +/plugins/fields/url/* +/plugins/fields/user/* +/plugins/fields/usergrouplist/* /plugins/finder/categories/* /plugins/finder/contacts/* /plugins/finder/content/* /plugins/finder/newsfeeds/* /plugins/finder/tags/* -/plugins/installer/* +/plugins/installer/folderinstaller/* +/plugins/installer/packageinstaller/* +/plugins/installer/urlinstaller/* +/plugins/privacy/actionlogs/* +/plugins/privacy/consents/* +/plugins/privacy/contact/* +/plugins/privacy/content/* +/plugins/privacy/message/* +/plugins/privacy/user/* /plugins/quickicon/extensionupdate/* /plugins/quickicon/joomlaupdate/* +/plugins/quickicon/phpversioncheck/* +/plugins/quickicon/privacycheck/* /plugins/quickicon/index.html +/plugins/sampledata/blog/* /plugins/search/categories/* /plugins/search/contacts/* /plugins/search/content/* /plugins/search/newsfeeds/* -/plugins/search/weblinks/* /plugins/search/tags/* +/plugins/search/weblinks/* /plugins/search/index.html +/plugins/system/actionlogs/* /plugins/system/cache/* /plugins/system/debug/* +/plugins/system/fields/* /plugins/system/highlight/* /plugins/system/languagecode/* /plugins/system/languagefilter/* /plugins/system/log/* /plugins/system/logout/* +/plugins/system/logrotation/* /plugins/system/p3p/* +/plugins/system/privacyconsent/* /plugins/system/redirect/* /plugins/system/remember/* /plugins/system/sef/* +/plugins/system/sessiongc/* /plugins/system/stats/* /plugins/system/updatenotification/* /plugins/system/index.html -/plugins/twofactorauth/* +/plugins/twofactorauth/totp/* +/plugins/twofactorauth/yubikey/* /plugins/user/contactcreator/* /plugins/user/example/* /plugins/user/joomla/* /plugins/user/profile/* +/plugins/user/terms/* /plugins/user/index.html /plugins/index.html /templates/beez3/* @@ -528,7 +696,10 @@ /templates/index.html /tmp/* /configuration.php +/htaccess.txt /index.php /joomla.xml -/*.txt +/LICENSE.txt +/README.txt /robots.txt.dist +/web.config.txt From 7aec8fdf3287f253ddfd91b9fa18199f415eb87e Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 23 Jun 2019 09:15:37 -0400 Subject: [PATCH 240/348] Ignore *.xyd outline files generated by xy LaTeX package (#3088) The xy package generates *.xyd files whenever the commands \MakeOutlines \OnlyOutlines \ShowOutlines \NoOutlines are present in the LaTeX source. These automatically-generated files contain the dimensions of figures typeset with xy and are recreated as needed. This is documented on pp. 15f. of the XY-pic Reference Manual (1999/02/16). As automatically-generated, temporary files, they should be ignored. --- TeX.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index bc6245df..4a848cd7 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -226,8 +226,9 @@ pythontex-files-*/ # xindy *.xdy -# xypic precompiled matrices +# xypic precompiled matrices and outlines *.xyc +*.xyd # endfloat *.ttt From 50e42aa1064d004a5c99eaa72a2d8054a0d8de55 Mon Sep 17 00:00:00 2001 From: Alexey Date: Thu, 27 Jun 2019 19:49:08 +0400 Subject: [PATCH 241/348] Update Laravel.gitignore (#3098) --- Laravel.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index c1c50600..297959a1 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -10,6 +10,11 @@ app/storage/ # Laravel 5 & Lumen specific public/storage public/hot + +# Laravel 5 & Lumen specific with changed public path +public_html/storage +public_html/hot + storage/*.key .env Homestead.yaml From f900e7e0ddba0ebefff5caa456df5dbc59d7f05a Mon Sep 17 00:00:00 2001 From: steveh-ivendi <46324585+steveh-ivendi@users.noreply.github.com> Date: Sun, 21 Jul 2019 14:45:57 +0100 Subject: [PATCH 242/348] Ignore the .ionide working folder (#3108) If you have the [Ionide](http://ionide.io/) tools installed you will get an `.ionide` directory created in each directory that you open with VS Code, regardless of whether or not you are using F#. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index b2480836..62e4e8f2 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -347,3 +347,6 @@ healthchecksdb # Backup folder for Package Reference Convert tool in Visual Studio 2017 MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ From db943c49e438b367b9d3f6112e4f5f41b49dab3b Mon Sep 17 00:00:00 2001 From: John Karahalis Date: Sun, 21 Jul 2019 09:47:04 -0400 Subject: [PATCH 243/348] Add *.hie to Haskell.gitignore (#3120) This new file type can be generated by GHC 8.8. https://www.haskell.org/ghc/blog/20190626-HIEFiles.html --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index 82f3a88e..4c9e245b 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -3,6 +3,7 @@ dist-* cabal-dev *.o *.hi +*.hie *.chi *.chs.h *.dyn_o From 6ab0c59127564e8012b9a8070a4eb26a36308761 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Sun, 21 Jul 2019 20:48:12 +0700 Subject: [PATCH 244/348] .travis.yml: Trim trailing whitespace and indent (#3118) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f362d6fe..4009e0bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ sudo: false branches: only: - - master - + - master + script: - ruby -e "puts 'Hello world!'" From 1bf740f9e861f6ace38b188942490164c92d1cb3 Mon Sep 17 00:00:00 2001 From: Vanya Kapitonov Date: Tue, 23 Jul 2019 03:55:00 +1000 Subject: [PATCH 245/348] Added more glossaries auxiliary files and makeindex logs to TeX template (#3104) --- TeX.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 4a848cd7..a016a9d5 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -109,6 +109,8 @@ acs-*.bib *.glo *.gls *.glsdefs +*.lzo +*.lzs # uncomment this for glossaries-extra (will ignore makeindex's style files!) # *.ist @@ -263,3 +265,6 @@ TSWLatexianTemp* # standalone packages *.sta + +# Makeindex log files +*.lpz \ No newline at end of file From 9df8aa603708600507c9ccb8f6e8d566a332e8ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Tue, 23 Jul 2019 20:14:41 +0800 Subject: [PATCH 246/348] Partial revert of 837181e2f60198de3701a1f87e66aaf8e69d0e07 (#3132) --- Global/Xcode.gitignore | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index 7a46c015..91055468 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -22,9 +22,5 @@ DerivedData/ *.perspectivev3 !default.perspectivev3 -## Xcode Patch -*.xcodeproj/* -!*.xcodeproj/project.pbxproj -!*.xcodeproj/xcshareddata/ -!*.xcworkspace/contents.xcworkspacedata +## Gcc Patch /*.gcno From c4ed859434e4eb33c85ad8048fc907d470f8ae4b Mon Sep 17 00:00:00 2001 From: Joshua Jones Date: Wed, 24 Jul 2019 23:03:41 +1000 Subject: [PATCH 247/348] Revert of #2988. TextMesh Pro files are not auto managed (#3134) Unlike other packages, TextMesh Pro is not entirely managed by Unity's new Package Manager, and still imports some assets directly into the project. --- Unity.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index b848ed6c..6efde058 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -16,9 +16,6 @@ # Uncomment this line if you wish to ignore the asset store tools plugin # /[Aa]ssets/AssetStoreTools* -# TextMesh Pro files -[Aa]ssets/TextMesh*Pro/ - # Autogenerated Jetbrains Rider plugin [Aa]ssets/Plugins/Editor/JetBrains* From 20e96383922eecea412c08e79db7df72c51f0ad4 Mon Sep 17 00:00:00 2001 From: NeverMine17 Date: Wed, 7 Aug 2019 14:41:57 +0300 Subject: [PATCH 248/348] Update Godot.gitignore (#3142) --- Godot.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Godot.gitignore b/Godot.gitignore index ba45ca45..79d3eb44 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -6,3 +6,4 @@ export_presets.cfg # Mono-specific ignores .mono/ +data_*/ From a3e8e1470d7882a3cd1b1f9bc084795456fa0cc5 Mon Sep 17 00:00:00 2001 From: Max Cobb <5754073+maxxfrazer@users.noreply.github.com> Date: Wed, 7 Aug 2019 13:08:55 +0100 Subject: [PATCH 249/348] Swift: ignore .swiftpm (#3083) * added files to be ignored with swift package manager * added comment for swiftpm and why it might want to be included in .gitignore --- Swift.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Swift.gitignore b/Swift.gitignore index 421ae0bb..4e401e1b 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -38,6 +38,12 @@ playground.xcworkspace # Packages/ # Package.pins # Package.resolved +# *.xcodeproj +# +# Xcode automatically generates this directory with a .xcworkspacedata file and xcuserdata +# hence it is not needed unless you have added a package configuration file to your project +# .swiftpm + .build/ # CocoaPods From a200716606ea90a8044f69c7fc447ffe974a135d Mon Sep 17 00:00:00 2001 From: qogn9daohs1 <52597865+qogn9daohs1@users.noreply.github.com> Date: Wed, 7 Aug 2019 14:09:56 +0200 Subject: [PATCH 250/348] Ignore gummi previews (#3144) --- TeX.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index a016a9d5..cff4f61b 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -253,6 +253,9 @@ TSWLatexianTemp* # Kile *.backup +# gummi +.*.swp + # KBibTeX *~[0-9]* @@ -267,4 +270,4 @@ TSWLatexianTemp* *.sta # Makeindex log files -*.lpz \ No newline at end of file +*.lpz From e00d43a5f5c2221be4f9708a8c4e668939afb85d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Wed, 7 Aug 2019 20:23:05 +0800 Subject: [PATCH 251/348] Improving the documentation of Objective-C and Swift files (#3133) --- Objective-C.gitignore | 26 ++++++++++++++------------ Swift.gitignore | 26 ++++++++++++++------------ 2 files changed, 28 insertions(+), 24 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index a0bd6b45..7801c930 100644 --- a/Objective-C.gitignore +++ b/Objective-C.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,15 +21,11 @@ DerivedData/ !default.mode2v3 *.perspectivev3 !default.perspectivev3 -xcuserdata/ - -## Other -*.moved-aside -*.xccheckout -*.xcscmblueprint ## Obj-C/Swift specific *.hmap + +## App packaging *.ipa *.dSYM.zip *.dSYM @@ -44,12 +46,12 @@ xcuserdata/ # Add this line if you want to avoid checking in source code from Carthage dependencies. # Carthage/Checkouts -Carthage/Build +Carthage/Build/ # fastlane # -# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the -# screenshots whenever they are needed. +# It is recommended to not store the screenshots in the git repo. +# Instead, use fastlane to re-generate the screenshots whenever they are needed. # For more information about the recommended setup visit: # https://docs.fastlane.tools/best-practices/source-control/#source-control diff --git a/Swift.gitignore b/Swift.gitignore index 4e401e1b..330d1674 100644 --- a/Swift.gitignore +++ b/Swift.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,15 +21,11 @@ DerivedData/ !default.mode2v3 *.perspectivev3 !default.perspectivev3 -xcuserdata/ - -## Other -*.moved-aside -*.xccheckout -*.xcscmblueprint ## Obj-C/Swift specific *.hmap + +## App packaging *.ipa *.dSYM.zip *.dSYM @@ -62,7 +64,7 @@ playground.xcworkspace # Add this line if you want to avoid checking in source code from Carthage dependencies. # Carthage/Checkouts -Carthage/Build +Carthage/Build/ # Accio dependency management Dependencies/ @@ -70,8 +72,8 @@ Dependencies/ # fastlane # -# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the -# screenshots whenever they are needed. +# It is recommended to not store the screenshots in the git repo. +# Instead, use fastlane to re-generate the screenshots whenever they are needed. # For more information about the recommended setup visit: # https://docs.fastlane.tools/best-practices/source-control/#source-control From e92f8db7a027af8cc25da2dc0758317e39697684 Mon Sep 17 00:00:00 2001 From: Steven Lee <41497963+stevenleeS0ht@users.noreply.github.com> Date: Wed, 7 Aug 2019 22:55:28 +1000 Subject: [PATCH 252/348] Update Autotools.gitignore (#3005) * Update Autotools.gitignore Add ignore-rule for Makefiles generated by configure (directly by config.status) * Add some descriptive comment. Add more descriptive comment to explain why Makefile should be ignore. --- Autotools.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index f4f545c9..3523288c 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -41,3 +41,9 @@ m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4 + +# Generated Makefile +# (meta build system like autotools, +# can automatically generate from config.status script +# (which is called by configure script)) +Makefile From 6651bca9c83572f908474fc6206ed8a80df91290 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Tue, 20 Aug 2019 07:47:38 -0400 Subject: [PATCH 253/348] Reference why to exclude binary jar, fixes #111 (#3154) --- Maven.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Maven.gitignore b/Maven.gitignore index e8d57d08..0e13eebb 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -7,4 +7,5 @@ release.properties dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties +# https://github.com/takari/maven-wrapper#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar From 0455041ec4bab7b8835842e0a6d8b67e8446beeb Mon Sep 17 00:00:00 2001 From: Mara Bos Date: Tue, 20 Aug 2019 13:48:18 +0200 Subject: [PATCH 254/348] Add *.sch-bak to KiCad.gitignore (#3153) Newer versions of KiCad call the schematics backup file `.sch-bak`. --- KiCad.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index 5cfb0c1f..853ee63f 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -6,6 +6,7 @@ *.bak *.bck *.kicad_pcb-bak +*.sch-bak *~ _autosave-* *.tmp From c70562c280b0c642a52d56055bfbab22616f829d Mon Sep 17 00:00:00 2001 From: Jamie Parkinson Date: Tue, 20 Aug 2019 12:49:18 +0100 Subject: [PATCH 255/348] Add esp-idf.gitignore (#3150) * Add esp-idf.gitignore From https://github.com/espressif/esp-idf-template/blob/master/.gitignore * Add header comments to esp-idf.gitignore --- community/embedded/esp-idf.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/embedded/esp-idf.gitignore diff --git a/community/embedded/esp-idf.gitignore b/community/embedded/esp-idf.gitignore new file mode 100644 index 00000000..3713b157 --- /dev/null +++ b/community/embedded/esp-idf.gitignore @@ -0,0 +1,6 @@ +# gitignore template for esp-idf, the official development framework for ESP32 +# https://github.com/espressif/esp-idf + +build/ +sdkconfig +sdkconfig.old From 499ae899e7b54e701e878759f73d9092302fd07a Mon Sep 17 00:00:00 2001 From: Simon Hitzenberger Date: Tue, 20 Aug 2019 13:49:44 +0200 Subject: [PATCH 256/348] Added Simulink cache files (#3148) --- Global/MATLAB.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/MATLAB.gitignore b/Global/MATLAB.gitignore index 46a83d63..01d02dd2 100644 --- a/Global/MATLAB.gitignore +++ b/Global/MATLAB.gitignore @@ -24,5 +24,8 @@ codegen/ # Simulink autosave extension *.autosave +# Simulink cache files +*.slxc + # Octave session info octave-workspace From 41ec05833ae00be887bab36fceaee63611e86189 Mon Sep 17 00:00:00 2001 From: Rolf Vidar Hoksaas <32819373+mazunki@users.noreply.github.com> Date: Tue, 10 Sep 2019 16:07:19 +0200 Subject: [PATCH 257/348] Update Vim.gitignore (#3169) .svg files are more often than not vector files. You need to exceed 36 swap files for a .svg file to come from Vim. --- Global/Vim.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 3dc461ab..19fa6326 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -1,5 +1,6 @@ # Swap [._]*.s[a-v][a-z] +!*.svg # comment out if you don't need vector files [._]*.sw[a-p] [._]s[a-rt-v][a-z] [._]ss[a-gi-z] From aad51433ec2c5e8ca7627802538af62548862ea1 Mon Sep 17 00:00:00 2001 From: Wes Dean <45051395+wesley-dean-flexion@users.noreply.github.com> Date: Tue, 10 Sep 2019 10:07:52 -0400 Subject: [PATCH 258/348] Add OpenSSL-related file extensions (#3168) There are a number of OpenSSL-related file extensions (e.g., .pem, .crt, etc..) that contain data that are generally best not committed to repositories. This file contains several common file extensions that often correlate to these types of files. --- community/OpenSSL.gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 community/OpenSSL.gitignore diff --git a/community/OpenSSL.gitignore b/community/OpenSSL.gitignore new file mode 100644 index 00000000..feb95a9f --- /dev/null +++ b/community/OpenSSL.gitignore @@ -0,0 +1,34 @@ +# OpenSSL-related files best not committed + +## Certificate Authority +*.ca + +## Certificate +*.crt + +## Certificate Sign Request +*.csr + +## Certificate +*.der + +## Key database file +*.kdb + +## OSCP request data +*.org + +## PKCS #12 +*.p12 + +## PEM-encoded certificate data +*.pem + +## Random number seed +*.rnd + +## SSLeay data +*.ssleay + +## S/MIME message +*.smime From 3dc70c8fc4506f387daf063e30901226f3c8ef52 Mon Sep 17 00:00:00 2001 From: Marlon Henry Schweigert Date: Tue, 10 Sep 2019 11:08:25 -0300 Subject: [PATCH 259/348] Upgrate to rails 6.0.0 (#3167) * Upgrate to rails 6.0.0 * Simplify Rails.gitignore --- Rails.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.gitignore b/Rails.gitignore index cec0a75d..902de7a3 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -3,6 +3,7 @@ capybara-*.html .rspec /db/*.sqlite3 /db/*.sqlite3-journal +/db/*.sqlite3-[0-9]* /public/system /coverage/ /spec/tmp From 85bf08b19a77c62d7b6286c2db8811f2ff373b0f Mon Sep 17 00:00:00 2001 From: Akito13 Date: Tue, 10 Sep 2019 16:58:47 +0200 Subject: [PATCH 260/348] Updated Nim.gitignore (#3172) * added further cache directory * added auto-generated documentation location --- Nim.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Nim.gitignore b/Nim.gitignore index 67d9b34c..32e1dc0f 100644 --- a/Nim.gitignore +++ b/Nim.gitignore @@ -1 +1,3 @@ nimcache/ +nimblecache/ +htmldocs/ From 0a7dc39616d218e6e081ecf04ab919cc54e0f380 Mon Sep 17 00:00:00 2001 From: Imed Adel Date: Mon, 16 Sep 2019 13:21:44 +0100 Subject: [PATCH 261/348] Ignore GatsbyJS files (#3180) --- Node.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index ed0d3c87..3863bda0 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -75,6 +75,10 @@ typings/ # nuxt.js build output .nuxt +# gatsby files +.cache/ +public + # vuepress build output .vuepress/dist From 0d7600fc30271e84deb4b52b3562ee57a350567b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Gagn=C3=A9?= Date: Mon, 16 Sep 2019 10:12:42 -0400 Subject: [PATCH 262/348] Add rebar3 tool files and directories (#3178) * Add rebar3 tool files and directories * Add headers to specify tools artifacts --- Erlang.gitignore | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/Erlang.gitignore b/Erlang.gitignore index 3826c857..751a61d1 100644 --- a/Erlang.gitignore +++ b/Erlang.gitignore @@ -1,10 +1,17 @@ .eunit -deps *.o *.beam *.plt erl_crash.dump -ebin/*.beam -rel/example_project .concrete/DEV_MODE + +# rebar 2.x .rebar +rel/example_project +ebin/*.beam +deps + +# rebar 3 +.rebar3 +_build/ +_checkouts/ From 72d88e71d8b5fa563550587d26716f94c5098974 Mon Sep 17 00:00:00 2001 From: Mohsen Mirhoseini Date: Fri, 20 Sep 2019 17:54:46 +0200 Subject: [PATCH 263/348] Remove `release/` from Android.gitignore (#3162) Having `release/` in an Android project gitignore means those apps which have different build types files for `debug` and `release` will fall into this and all `release` related files will be never added or will be removed from repository at some point. --- Android.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 3a2ecdb5..dcdc776b 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -13,7 +13,8 @@ bin/ gen/ out/ -release/ +# Uncomment the following line in case you need and you don't have the release build type files in your app +# release/ # Gradle files .gradle/ From a55ad7687ace54b6577649b02f61f6e9bbcaabbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Fri, 20 Sep 2019 17:55:19 +0200 Subject: [PATCH 264/348] Add generated translations to the .gitignore (#3159) The *.qm binary translation files are generated from the translation *.ts files and should not be tracked by git since they are generated. --- Qt.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Qt.gitignore b/Qt.gitignore index 15361cf5..b4207cd7 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -28,6 +28,7 @@ ui_*.h *.jsc Makefile* *build-* +*.qm # Qt unit tests target_wrapper.* From 26c3d8407c92f160b3c2290a16a59dd6d2baa10f Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 20 Sep 2019 10:58:22 -0500 Subject: [PATCH 265/348] [VisualStudio] add Logs folder (#3143) * Adding ignore rule for temporary office files. * Adding Logs folder to ignore file. * Revert "Adding ignore rule for temporary office files." This reverts commit f6f191b12865614df05257363917b3eada058909. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 62e4e8f2..e6452706 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -29,6 +29,7 @@ bld/ [Bb]in/ [Oo]bj/ [Ll]og/ +[Ll]ogs/ # Visual Studio 2015/2017 cache/options directory .vs/ From e9bffd23be68c01851047eb07d7bd9b71edcc928 Mon Sep 17 00:00:00 2001 From: Jordan Zucker Date: Fri, 20 Sep 2019 08:59:19 -0700 Subject: [PATCH 266/348] Added new checksums and allows for relative directories (#3128) --- Scrivener.gitignore | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/Scrivener.gitignore b/Scrivener.gitignore index 3b39c66b..5884b0c6 100644 --- a/Scrivener.gitignore +++ b/Scrivener.gitignore @@ -1,7 +1,8 @@ -/Files/binder.autosave -/Files/binder.backup -/Files/search.indexes -/Files/user.lock -/Files/Docs/docs.checksum -/QuickLook/ -/Settings/ui.plist +*/Files/binder.autosave +*/Files/binder.backup +*/Files/search.indexes +*/Files/user.lock +*/Files/Docs/docs.checksum +*/Files/Data/docs.checksum +*/QuickLook/ +*/Settings/ui.plist From 3b445ebb926c6c314d6b557462a617b14811430b Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Fri, 20 Sep 2019 18:59:50 +0300 Subject: [PATCH 267/348] Ignore coverage annotations reports. (#3131) --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index c0c219be..f7174864 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -47,6 +47,7 @@ htmlcov/ nosetests.xml coverage.xml *.cover +*.py,cover .hypothesis/ .pytest_cache/ From 086eacaaa2b9fde537315141e154631b945e1369 Mon Sep 17 00:00:00 2001 From: Richie Bendall Date: Sun, 22 Sep 2019 04:13:14 +1200 Subject: [PATCH 268/348] feat: Add microbundle cache (#3116) --- Node.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 3863bda0..bba6e683 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -53,6 +53,12 @@ typings/ # Optional eslint cache .eslintcache +# Microbundle cache +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + # Optional REPL history .node_repl_history From fb4019a7175162effc7ae71ae9d3338255f1863b Mon Sep 17 00:00:00 2001 From: MCSH Date: Thu, 3 Oct 2019 08:32:51 -0500 Subject: [PATCH 269/348] Added tern-port (#3195) --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index bba6e683..6fb487aa 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -96,3 +96,6 @@ public # DynamoDB Local files .dynamodb/ + +# TernJS port file +.tern-port From e95b1be4c606b7ad23a6c4558009188e115004a6 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 3 Oct 2019 15:35:42 +0200 Subject: [PATCH 270/348] Add apt_generated_test/ (#3193) --- Global/Eclipse.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 34170751..a5f94da0 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -48,6 +48,7 @@ local.properties # Annotation Processing .apt_generated/ +.apt_generated_test/ # Scala IDE specific (Scala & Java development for Eclipse) .cache-main From baf13553d070d1d85d6c873235eb529077c35aaf Mon Sep 17 00:00:00 2001 From: Skye Shaw Date: Fri, 4 Oct 2019 08:19:47 -0400 Subject: [PATCH 271/348] Ruby: ignore RuboCop remote inherited config files (#3197) --- Ruby.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Ruby.gitignore b/Ruby.gitignore index 96966965..e3200e0f 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -51,3 +51,6 @@ build-iPhoneSimulator/ # unless supporting rvm < 1.11.0 or doing something fancy, ignore this: .rvmrc + +# Used by RuboCop. Remote config files pulled in from inherit_from directive. +# .rubocop-https?--* From b912aead4e504f5f1f3f8211f1282f0988cbe482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Wed, 9 Oct 2019 15:24:27 +0200 Subject: [PATCH 272/348] Add qmake generated prl files to Qt.gitignore (#3187) --- Qt.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Qt.gitignore b/Qt.gitignore index b4207cd7..e57f4a5b 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -29,6 +29,7 @@ ui_*.h Makefile* *build-* *.qm +*.prl # Qt unit tests target_wrapper.* From 475f63beb5815372181a0c93262517cd2a05214e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Wed, 9 Oct 2019 15:42:31 +0200 Subject: [PATCH 273/348] Add versioned so files extension to Qt.gitignore (#3186) Some Qt packages builds versioned shared objects which will generate foobar.so.n symlinks to the output file. These files should not tracked by git. --- Qt.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Qt.gitignore b/Qt.gitignore index e57f4a5b..f147edf3 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -6,6 +6,7 @@ *.la *.lai *.so +*.so.* *.dll *.dylib From 21419e391a78f2487340b3b1240b988aaf15b54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20K=C3=BCrschner?= Date: Thu, 10 Oct 2019 19:32:23 +0200 Subject: [PATCH 274/348] Update to Global/VisualStudioCode (#3201) Added ignore for workspace files (*.code-workspace). They can be added in any directory, depending on the user's preferences. --- Global/VisualStudioCode.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index 0511e2b5..afba0a7c 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -3,3 +3,4 @@ !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json +*.code-workspace From a14296fa82ae0be1ddeaf39b12fce1e2aed2c5b9 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 23 Oct 2019 14:40:55 +0300 Subject: [PATCH 275/348] IPython support for jupyter-notebook gitignore files (#3211) --- community/Python/JupyterNotebooks.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/community/Python/JupyterNotebooks.gitignore b/community/Python/JupyterNotebooks.gitignore index 7727feac..f27f90d6 100644 --- a/community/Python/JupyterNotebooks.gitignore +++ b/community/Python/JupyterNotebooks.gitignore @@ -4,6 +4,9 @@ .ipynb_checkpoints */.ipynb_checkpoints/* +# IPython +profile_default/ +ipython_config.py + # Remove previous ipynb_checkpoints # git rm -r .ipynb_checkpoints/ -# From 2644536a24f37d3906c7ea56e57f6965b1e21f36 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Thu, 24 Oct 2019 18:31:35 +0200 Subject: [PATCH 276/348] Comment out / add note about conflicting gitignore lines (#3204) * Remove conflicting gitignore lines, add reference Ref (introduction of a new "public" folder in Next.js): https://nextjs.org/blog/next-9-1#public-directory-support * Improve solution to conflicting files --- Node.gitignore | 11 +++++++---- community/JavaScript/Nuxt.gitignore | 9 --------- 2 files changed, 7 insertions(+), 13 deletions(-) delete mode 100644 community/JavaScript/Nuxt.gitignore diff --git a/Node.gitignore b/Node.gitignore index 6fb487aa..67045665 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -75,15 +75,18 @@ typings/ # parcel-bundler cache (https://parceljs.org/) .cache -# next.js build output +# Next.js build output .next -# nuxt.js build output +# Nuxt.js build / generate output .nuxt +dist -# gatsby files +# Gatsby files .cache/ -public +# Comment in the public line in if your project uses Gatsby and *not* Next.js +# https://nextjs.org/blog/next-9-1#public-directory-support +# public # vuepress build output .vuepress/dist diff --git a/community/JavaScript/Nuxt.gitignore b/community/JavaScript/Nuxt.gitignore deleted file mode 100644 index cd6c77a3..00000000 --- a/community/JavaScript/Nuxt.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -# gitignore template for Nuxt.js projects -# -# Recommended template: Node.gitignore - -# Nuxt build -.nuxt - - # Nuxt generate -dist From 379476851036fbc638d258f0547d91c2a3765a33 Mon Sep 17 00:00:00 2001 From: Yousha Aleayoub Date: Thu, 31 Oct 2019 16:07:14 +0330 Subject: [PATCH 277/348] Update Archives.gitignore (#3220) --- Global/Archives.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 43fd5582..4ed9ab83 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -5,12 +5,15 @@ *.rar *.zip *.gz +*.gzip *.tgz *.bzip +*.bzip2 *.bz2 *.xz *.lzma *.cab +*.xar # Packing-only formats *.iso @@ -26,3 +29,4 @@ *.msi *.msm *.msp +*.txz From cedf2d1e99693ea98262df1f126f306436f3ae1f Mon Sep 17 00:00:00 2001 From: Matthew <944951+Chiramisu@users.noreply.github.com> Date: Thu, 7 Nov 2019 04:22:32 -0800 Subject: [PATCH 278/348] JustCode has been discontinued as the features it provided are now included in Visual Studio 2017 and newer. (#3227) --- VisualStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index e6452706..dfcfd56f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -127,9 +127,6 @@ _ReSharper*/ *.[Rr]e[Ss]harper *.DotSettings.user -# JustCode is a .NET coding add-in -.JustCode - # TeamCity is a build add-in _TeamCity* From 766cf0c10fb85a9b290d6f6e395e9e0a0f7aa4b2 Mon Sep 17 00:00:00 2001 From: Sean Nixon Date: Fri, 8 Nov 2019 15:00:59 -0600 Subject: [PATCH 279/348] Add crash.log to Packer.gitignore (#3230) If packer crashes, it write logs to the file "crash.log" in the current directory. This file should not be tracked in version control. --- Packer.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Packer.gitignore b/Packer.gitignore index 1b7a03ef..f2d0a319 100644 --- a/Packer.gitignore +++ b/Packer.gitignore @@ -1,5 +1,8 @@ # Cache objects packer_cache/ +# Crash log +crash.log + # For built boxes *.box From b2198b3e6662750c1ffb810ad9d5078422913f98 Mon Sep 17 00:00:00 2001 From: Petronald Green Date: Fri, 8 Nov 2019 17:06:39 -0400 Subject: [PATCH 280/348] Added celerybeat.pid (#3229) --- Python.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index f7174864..21bdc4d5 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -91,8 +91,9 @@ ipython_config.py # install all needed dependencies. #Pipfile.lock -# celery beat schedule file +# Celery stuff celerybeat-schedule +celerybeat.pid # SageMath parsed files *.sage.py From 44bc08a5d1b105f3df297eb50b8b8851660f8c56 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Fri, 8 Nov 2019 16:08:16 -0500 Subject: [PATCH 281/348] Update Coq.gitignore for coq/coq#8642 and coq/coq#10947 (#3223) --- Coq.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Coq.gitignore b/Coq.gitignore index f25a61d9..14d9ca6b 100644 --- a/Coq.gitignore +++ b/Coq.gitignore @@ -1,4 +1,5 @@ .*.aux +.*.d *.a *.cma *.cmi @@ -17,6 +18,7 @@ *.v.d *.vio *.vo +*.vos .coq-native/ .csdp.cache .lia.cache From e5b26f5c9ba9d7d1b97f6e067a47be78d3f2c79d Mon Sep 17 00:00:00 2001 From: raybuhr Date: Fri, 8 Nov 2019 15:11:59 -0600 Subject: [PATCH 282/348] exclude .Renviron (#3214) --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index f5b98bb2..fae8299a 100644 --- a/R.gitignore +++ b/R.gitignore @@ -34,3 +34,6 @@ vignettes/*.pdf # Temporary files created by R markdown *.utf8.md *.knit.md + +# R Environment Variables +.Renviron From b58b5341d33bfa70c88659080a7709ab522d5e23 Mon Sep 17 00:00:00 2001 From: Aikhjarto Date: Fri, 8 Nov 2019 22:12:40 +0100 Subject: [PATCH 283/348] exclude *.tps files from TeXnicCenter (#3213) TeXnicCenter produces a status file named *.tps which holds information on currently open *.tex files and window positions. This most likely should not be checked in. --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index cff4f61b..859f705b 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -259,6 +259,9 @@ TSWLatexianTemp* # KBibTeX *~[0-9]* +# TeXnicCenter +*.tps + # auto folder when using emacs and auctex ./auto/* *.el From 0207a9c9549caad40e89ffc22e791313e1310328 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Fri, 8 Nov 2019 13:15:10 -0800 Subject: [PATCH 284/348] Ignore the __pypackages__ folder for pyflow users. (#3205) See https://github.com/David-OConnor/pyflow for details. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 21bdc4d5..52d14980 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -91,6 +91,9 @@ ipython_config.py # install all needed dependencies. #Pipfile.lock +# pyflow +__pypackages__/ + # Celery stuff celerybeat-schedule celerybeat.pid From cb0c6ef7ac68f2300409ee85501d9ad432cb4c7e Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Fri, 8 Nov 2019 17:32:48 -0400 Subject: [PATCH 285/348] ignore new directory added in Android Studio 3.5 (#3232) --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index dcdc776b..cf226dd9 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -56,6 +56,7 @@ captures/ # External native build folder generated in Android Studio 2.2 and later .externalNativeBuild +.cxx/ # Google Services (e.g. APIs or Firebase) # google-services.json From c3e97a0e963e11942952a270ca18768ba095a188 Mon Sep 17 00:00:00 2001 From: davidkron Date: Sun, 17 Nov 2019 19:12:38 +0100 Subject: [PATCH 286/348] exclude compiler.xml and artifacts when using Gradle (#3236) In our IntelliJ projects where we are using Gradle, the file .idea/compiler.xml and files inside the .idea/artifacts folder are automatically generated by IntelliJ based on the Gradle build model. As these files are generated, they should be ignored in version control. --- Global/JetBrains.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index e80f46b8..0c96fc2a 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -28,6 +28,8 @@ # When using Gradle or Maven with auto-import, you should exclude module files, # since they will be recreated, and may cause churn. Uncomment if using # auto-import. +# .idea/artifacts +# .idea/compiler.xml # .idea/modules.xml # .idea/*.iml # .idea/modules From 1c114570c7659a59613ebc1fe45a5b07918df105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Dobrzanski?= Date: Sun, 17 Nov 2019 19:13:08 +0100 Subject: [PATCH 287/348] Added aar file type to gitignore (#3233) --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index cf226dd9..56cc6425 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,5 +1,6 @@ # Built application files *.apk +*.aar *.ap_ *.aab From db0ef78b5ad1d3caf4cab3240467562360885613 Mon Sep 17 00:00:00 2001 From: mrg0029 Date: Mon, 18 Nov 2019 07:06:05 -0600 Subject: [PATCH 288/348] wtf is a pyflow (#3242) --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 52d14980..b6e47617 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -91,7 +91,7 @@ ipython_config.py # install all needed dependencies. #Pipfile.lock -# pyflow +# PEP 582; used by e.g. github.com/David-OConnor/pyflow __pypackages__/ # Celery stuff From 38c1cfcdbcf244ea67f32435c2c6e9f752223187 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Mon, 25 Nov 2019 15:45:55 -0500 Subject: [PATCH 289/348] Update Coq.gitignore after coq/coq#11075 (#3247) Add .vok files from https://github.com/coq/coq/pull/11075 --- Coq.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Coq.gitignore b/Coq.gitignore index 14d9ca6b..a3e2ac49 100644 --- a/Coq.gitignore +++ b/Coq.gitignore @@ -18,6 +18,7 @@ *.v.d *.vio *.vo +*.vok *.vos .coq-native/ .csdp.cache From e2e54ce6be90a3ca9c1da57031dc70bf62ed7921 Mon Sep 17 00:00:00 2001 From: Drew Barnett <45838816+helioseven@users.noreply.github.com> Date: Wed, 27 Nov 2019 05:12:00 -0800 Subject: [PATCH 290/348] Modified comment on Asset meta data ignore to better explain usage. (#3249) --- Unity.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 6efde058..8af868e8 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -10,7 +10,7 @@ /[Ll]ogs/ /[Mm]emoryCaptures/ -# Never ignore Asset meta data +# Asset meta data should only be ignored when the corresponding asset is also ignored !/[Aa]ssets/**/*.meta # Uncomment this line if you wish to ignore the asset store tools plugin From 1604c21c606fa9b67037d88f1d68e86d67103cb3 Mon Sep 17 00:00:00 2001 From: hshimoyama Date: Fri, 6 Dec 2019 19:05:44 +0900 Subject: [PATCH 291/348] Add .env.* to optionally ignored files in Rails.gitignore. (#3065) --- Rails.gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Rails.gitignore b/Rails.gitignore index 902de7a3..8969914f 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -24,9 +24,10 @@ config/master.key # Only include if you have production secrets in this file, which is no longer a Rails default # config/secrets.yml -# dotenv -# TODO Comment out this rule if environment variables can be committed +# dotenv, dotenv-rails +# TODO Comment out these rules if environment variables can be committed .env +.env.* ## Environment normalization: /.bundle From 21e9f06539cdbc1ccbbb2ce59cd667be3e172fc8 Mon Sep 17 00:00:00 2001 From: davidkron Date: Fri, 6 Dec 2019 11:08:39 +0100 Subject: [PATCH 292/348] Added jarRepositories.xml as an optional ignore (#3254) Since IntelliJ 2019.3 this file appeared in our git changes. It seems these are just cached information about remote repositories that are defined in Maven/Gradle. --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 0c96fc2a..37be74a9 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -30,6 +30,7 @@ # auto-import. # .idea/artifacts # .idea/compiler.xml +# .idea/jarRepositories.xml # .idea/modules.xml # .idea/*.iml # .idea/modules From 6e7ca9805edcc50600a13d66938ec1c4f09457c5 Mon Sep 17 00:00:00 2001 From: anishagg17 <43617894+anishagg17@users.noreply.github.com> Date: Mon, 16 Dec 2019 18:36:40 +0530 Subject: [PATCH 293/348] Update Node.gitignore (#3264) --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 67045665..f7228081 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -84,7 +84,7 @@ dist # Gatsby files .cache/ -# Comment in the public line in if your project uses Gatsby and *not* Next.js +# Comment in the public line in if your project uses Gatsby and not Next.js # https://nextjs.org/blog/next-9-1#public-directory-support # public From 8a4b27815c7c6b8d61afd61f27b41c9e245572fb Mon Sep 17 00:00:00 2001 From: Pellegrino Prevete Date: Mon, 16 Dec 2019 14:07:49 +0100 Subject: [PATCH 294/348] Added gitignore for GNOME Extension (#3268) --- community/GNOME/GNOMEShellExtension.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 community/GNOME/GNOMEShellExtension.gitignore diff --git a/community/GNOME/GNOMEShellExtension.gitignore b/community/GNOME/GNOMEShellExtension.gitignore new file mode 100644 index 00000000..a608cbb9 --- /dev/null +++ b/community/GNOME/GNOMEShellExtension.gitignore @@ -0,0 +1,3 @@ +# Ignored files for GNOME extension git repository + +*.zip From 1e667576ce99977b43bd258303e89993b22918d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8B=82=E9=A3=99?= Date: Mon, 16 Dec 2019 21:07:58 +0800 Subject: [PATCH 295/348] [Unity] Fix ignore Jetbrains plugin folder (#3266) Add missing slash to make pattern accurate, since the JetBrains folder is always relative to root assets folder. --- Unity.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 8af868e8..b3433dae 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -17,7 +17,7 @@ # /[Aa]ssets/AssetStoreTools* # Autogenerated Jetbrains Rider plugin -[Aa]ssets/Plugins/Editor/JetBrains* +/[Aa]ssets/Plugins/Editor/JetBrains* # Visual Studio cache directory .vs/ From b4551f2e98f8cddd61eb746e62c96c0673a5dc65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Kurzyniec?= <5943484+lkurzyniec@users.noreply.github.com> Date: Mon, 16 Dec 2019 14:16:35 +0100 Subject: [PATCH 296/348] added Coverlet result files as a Code Coverage Tool (#3252) --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index dfcfd56f..611428fa 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -137,6 +137,9 @@ _TeamCity* .axoCover/* !.axoCover/settings.json +# Coverlet is a free, cross platform Code Coverage Tool +coverage*[.json, .xml, .info] + # Visual Studio code coverage results *.coverage *.coveragexml From 6c87d249af5f2b3f8ab65ae0a2648682ee4e8a2d Mon Sep 17 00:00:00 2001 From: Simon Siefke Date: Mon, 16 Dec 2019 14:17:17 +0100 Subject: [PATCH 297/348] Ignore files inside `.vscode-test` (#3256) * Ignore files inside `.vscode-test` [vscode-test](https://github.com/microsoft/vscode-test) is a testing framework for vscode extensions. Inside the `vscode-test` folder are stored one or more versions of vscode, which are used for testing a vscode extension. * Update Node.gitignore --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index f7228081..9b9ca9eb 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -102,3 +102,6 @@ dist # TernJS port file .tern-port + +# Stores VSCode versions used for testing VSCode extensions +.vscode-test From f726843f1b90295f4c9f4301a8d1335eded59c52 Mon Sep 17 00:00:00 2001 From: FritzsHero Date: Mon, 20 Jan 2020 20:20:24 +0100 Subject: [PATCH 298/348] Added a comment why MemoryCaptures get excluded (#3276) --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index b3433dae..3ec92689 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -8,6 +8,9 @@ /[Bb]uild/ /[Bb]uilds/ /[Ll]ogs/ + +# MemoryCaptures can get excessive in size. +# They also could contain extremely sensitive data /[Mm]emoryCaptures/ # Asset meta data should only be ignored when the corresponding asset is also ignored From b24e6f73a58842ac67b70fd94ce90ed6f168e95e Mon Sep 17 00:00:00 2001 From: Leonardo Romor Date: Mon, 20 Jan 2020 21:07:50 +0100 Subject: [PATCH 299/348] Update Autotools.gitignore (#3271) --- Autotools.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index 3523288c..56365128 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -6,6 +6,7 @@ Makefile.in /py-compile /test-driver /ylwrap +.deps/ # http://www.gnu.org/software/autoconf From eed88c1c791e1ea7a09d9f0a72e0a4047a05cfde Mon Sep 17 00:00:00 2001 From: Henri Menke Date: Tue, 21 Jan 2020 09:34:00 +1300 Subject: [PATCH 300/348] TeX: Ignore REVTeX generated Notes.bib files (#3286) --- TeX.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 859f705b..b30fdeab 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -274,3 +274,8 @@ TSWLatexianTemp* # Makeindex log files *.lpz + +# REVTeX puts footnotes in the bibliography by default, unless the nofootinbib +# option is specified. Footnotes are the stored in a file with suffix Notes.bib. +# Uncomment the next line to have this generated file ignored. +#*Notes.bib From 0e8e8b1b7e3791dfc1c99bb2a1fd28400e192072 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 20 Jan 2020 22:16:11 +0100 Subject: [PATCH 301/348] [Godot] Ignore imported translations (#3269) The Godot editor automatically creates those binary files from translations in CSV format. There's no need to add them to version control. --- Godot.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Godot.gitignore b/Godot.gitignore index 79d3eb44..122aab1c 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -4,6 +4,9 @@ export.cfg export_presets.cfg +# Imported translations (automatically generated from CSV files) +*.translation + # Mono-specific ignores .mono/ data_*/ From 7ab549fcae8269fdd4004065470176f829d88200 Mon Sep 17 00:00:00 2001 From: Hideaki KAWAI Date: Tue, 21 Jan 2020 21:57:39 +0900 Subject: [PATCH 302/348] Update PureScript adding .spago (#3278) --- PureScript.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/PureScript.gitignore b/PureScript.gitignore index 361cf527..de86604d 100644 --- a/PureScript.gitignore +++ b/PureScript.gitignore @@ -1,5 +1,6 @@ # Dependencies .psci_modules +.spago bower_components node_modules From 584ee18cc1cf321d74816f848a268d9e035f5035 Mon Sep 17 00:00:00 2001 From: Douglas Larson Date: Sun, 9 Feb 2020 15:20:27 -0700 Subject: [PATCH 303/348] [Global/Eclipse] Make .project opt-in (#3305) The project description file. --- Global/Eclipse.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index a5f94da0..acec74ac 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -54,3 +54,7 @@ local.properties .cache-main .scala_dependencies .worksheet + +# Uncomment this line if you wish to ignore the project description file. +# Typically, this file would be tracked if it contains build/dependency configurations: +#.project From 9627ac2173368b9e8eeca8431892f1b377217393 Mon Sep 17 00:00:00 2001 From: Brad Solomon Date: Sun, 9 Feb 2020 17:23:33 -0500 Subject: [PATCH 304/348] Ignore .pytype/ directory (#3301) pytype is a static type analyzer for Python code; it generates files of inferred type information, located by default in .pytype/pyi. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index b6e47617..5d8f5722 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -127,3 +127,6 @@ dmypy.json # Pyre type checker .pyre/ + +# pytype static type analyzer +.pytype/ From 7b5783ace752279104f7bf7a812c6f6225f30cfd Mon Sep 17 00:00:00 2001 From: Daniel Heim Date: Mon, 10 Feb 2020 09:34:10 +1100 Subject: [PATCH 305/348] Update Unity.gitignore (#3297) Unity 2020 introduces a new "UserSettings" top-level project folder. See https://forum.unity.com/threads/whats-the-usersettings-directory.754436/ for more information. --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 3ec92689..7d21efc9 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -8,6 +8,7 @@ /[Bb]uild/ /[Bb]uilds/ /[Ll]ogs/ +/[Uu]ser[Ss]ettings/ # MemoryCaptures can get excessive in size. # They also could contain extremely sensitive data From 7cc00a1cd0f9d443e0c3377ce56191660df58d45 Mon Sep 17 00:00:00 2001 From: shahroq Date: Mon, 10 Feb 2020 01:09:03 +0100 Subject: [PATCH 306/348] Update concrete5 gitignore (#3176) --- Concrete5.gitignore | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Concrete5.gitignore b/Concrete5.gitignore index 1fe53611..d6c11ad2 100644 --- a/Concrete5.gitignore +++ b/Concrete5.gitignore @@ -1,4 +1,21 @@ +# ignore the error log and .htaccess and others +error_log +.htaccess + +# concrete5 5.6 specific + config/site.php files/cache/* files/tmp/* -.htaccess + +# concrete5 5.7 specific + +# ignore everything but the index.html +/application/files/* +!/application/files/index.html + +# ignore updates folder +/updates/* + +# ignore sitemap.xml +/sitemap.xml From 583f11eddde230f6df9f1cece498be98c3a90773 Mon Sep 17 00:00:00 2001 From: Santiago Basulto Date: Sun, 9 Feb 2020 22:25:26 -0300 Subject: [PATCH 307/348] [Python] .python-version should NOT be ignored (#3274) --- Python.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 5d8f5722..5e79d708 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -82,7 +82,9 @@ profile_default/ ipython_config.py # pyenv -.python-version +# For a library or package, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +# .python-version # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. From 6e5b49b1d570b66afc54818861dd7dce1f0553c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Vanbrabandt?= Date: Mon, 10 Feb 2020 11:20:24 +0100 Subject: [PATCH 308/348] Add Umbraco V8 packages folder location (#3302) In Umbraco v8 we have a new packages folder located under Umbraco/views/packages/... This gets ignored by the current version. Adding this new line prevents this and includes all files and subfolders under this new location. --- Umbraco.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index cd90af30..5d28bc4f 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -18,6 +18,7 @@ # Make sure to include details from VisualStudio.gitignore BEFORE this !**/App_Data/[Pp]ackages/* !**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/* +!**/[Uu]mbraco/[Vv]iews/[Pp]ackages/* # ImageProcessor DiskCache **/App_Data/cache/ From 98f28b4bc49da0915bfe2025472b23a909fa94f8 Mon Sep 17 00:00:00 2001 From: Gruber Date: Mon, 10 Feb 2020 10:21:09 +0000 Subject: [PATCH 309/348] add alternative sftp settings file (#3006) * add alternative sftp settings file * update for possible multiple alt* numbered files --- Global/SublimeText.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index 86c3fa45..fdf0abb4 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -12,6 +12,7 @@ # SFTP configuration file sftp-config.json +sftp-config-alt*.json # Package control specific files Package Control.last-run From 55df35ee63aef4a6f859559af980c9fb87bee1a1 Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Mon, 10 Feb 2020 11:34:56 +0100 Subject: [PATCH 310/348] add in global metals (#3296) --- Global/Metals.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Global/Metals.gitignore diff --git a/Global/Metals.gitignore b/Global/Metals.gitignore new file mode 100644 index 00000000..516e7e33 --- /dev/null +++ b/Global/Metals.gitignore @@ -0,0 +1,5 @@ + # Generated Metals (Scala Language Server) files + # Reference: https://scalameta.org/metals/ +.metals/ +.bloop/ +project/metals.sbt From 8d88fa521558039b0d114ca8bf379d1e810b0c32 Mon Sep 17 00:00:00 2001 From: Igor Strebezhev Date: Wed, 19 Feb 2020 21:08:11 +0300 Subject: [PATCH 311/348] Add snowpack dependency directory (#3315) --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 9b9ca9eb..3d88bf0c 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -41,6 +41,9 @@ build/Release node_modules/ jspm_packages/ +# Snowpack dependency directory (https://snowpack.dev/) +web_modules/ + # TypeScript v1 declaration files typings/ From 83ff6af378bff148a394e26ef1e711e4b27e1934 Mon Sep 17 00:00:00 2001 From: "Xuan (Sean) Hu" Date: Thu, 20 Feb 2020 02:09:45 +0800 Subject: [PATCH 312/348] Add `cover/` to Python.gitignore. (#3310) --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 5e79d708..762cc89f 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -50,6 +50,7 @@ coverage.xml *.py,cover .hypothesis/ .pytest_cache/ +cover/ # Translations *.mo From 111cf18136ea2c725f6cc9bf09b50dd1ed987578 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Juli=C3=A1n=20Merelo=20Guerv=C3=B3s?= Date: Wed, 19 Feb 2020 19:10:09 +0100 Subject: [PATCH 313/348] Changes the name of Perl 6 to Raku (#3312) Since October 2019, Raku is the name of the language formerly known as Perl 6. This reflects the change. It's the same language, so changes are mostly cosmetic. --- Perl6.gitignore => Raku.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Perl6.gitignore => Raku.gitignore (66%) diff --git a/Perl6.gitignore b/Raku.gitignore similarity index 66% rename from Perl6.gitignore rename to Raku.gitignore index 7b2c018a..e792f6e4 100644 --- a/Perl6.gitignore +++ b/Raku.gitignore @@ -1,4 +1,4 @@ -# Gitignore for Perl 6 (http://www.perl6.org) +# Gitignore for Raku (https://raku.org) # As part of https://github.com/github/gitignore # precompiled files From 65047ae444f1a784cde8d6f52c32e781a484a505 Mon Sep 17 00:00:00 2001 From: bakkiung <56805122+bakkiung@users.noreply.github.com> Date: Fri, 21 Feb 2020 23:41:41 +1300 Subject: [PATCH 314/348] Add ignore to umbraco folder (#3307) Add ignore to umbraco folder as it will be added by Install-Package UmbracoCms or updated by Update-Package UmbracoCms --- Umbraco.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 5d28bc4f..c2868457 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -14,6 +14,11 @@ # Ignore Umbraco content cache file **/App_Data/umbraco.config +## this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3` +## you can find your umbraco version at your Web.config. (i.e. ) +## Uncomment this line if you think it fits the way you work on your project. +## **/[Uu]mbraco/ + # 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/* From 219b1250ba77b79f7aca17884f4122da1cb72de3 Mon Sep 17 00:00:00 2001 From: Jeffrey Priebe Date: Mon, 24 Feb 2020 09:04:31 -0800 Subject: [PATCH 315/348] Remote typings ignore from node gitignore (#3319) Similar to #2608, it's the defacto tsc way now for adding typings locally. --- Node.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 3d88bf0c..83ada129 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -44,9 +44,6 @@ jspm_packages/ # Snowpack dependency directory (https://snowpack.dev/) web_modules/ -# TypeScript v1 declaration files -typings/ - # TypeScript cache *.tsbuildinfo From d650516d96ab0abecdc446c64faa992a178e3d18 Mon Sep 17 00:00:00 2001 From: Bart Verhagen Date: Tue, 25 Feb 2020 13:54:06 +0100 Subject: [PATCH 316/348] Changed TeX to not ignore tikz files by default. (#3320) --- TeX.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TeX.gitignore b/TeX.gitignore index b30fdeab..6d159be2 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -135,8 +135,8 @@ acs-*.bib # knitr *-concordance.tex -# TODO Comment the next line if you want to keep your tikz graphics files -*.tikz +# TODO Uncomment the next line if you use knitr and want to ignore its generated tikz files +# *.tikz *-tikzDictionary # listings From 599646e9d0a26283d67715dead8f26e0eb2df753 Mon Sep 17 00:00:00 2001 From: bitbonk Date: Fri, 28 Feb 2020 13:30:29 +0100 Subject: [PATCH 317/348] Include Rider as a supported IDE (#3323) AS far as I can tell this .gitignore also applies to Rider. Looking at the somewhat official .gitignore for Rider [here](https://github.com/JetBrains/resharper-rider-samples/blob/master/.gitignore), it seems compatible. --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 37be74a9..8da0824b 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, WebStorm and Rider # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff From 8918d73afec1d26351f2e522fa6a68e13abeaf98 Mon Sep 17 00:00:00 2001 From: mr Date: Wed, 11 Mar 2020 21:09:58 +0900 Subject: [PATCH 318/348] Add period. (#3336) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db171347..4bbca183 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ folder that best suits where it belongs. The rules in your specialized template should be specific to the framework or tool, and any additional templates should be mentioned in a comment in the -header of the template +header of the template. For example, this template might live at `community/DotNet/InforCRM.gitignore`: From 1095d930974d0688a4f58b085e6c4dc9410fa587 Mon Sep 17 00:00:00 2001 From: Marouane Hassine Date: Wed, 11 Mar 2020 13:10:57 +0100 Subject: [PATCH 319/348] Update for Prestashop 1.7 (#3261) --- Prestashop.gitignore | 183 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 161 insertions(+), 22 deletions(-) diff --git a/Prestashop.gitignore b/Prestashop.gitignore index 81f45e19..9da6d29a 100644 --- a/Prestashop.gitignore +++ b/Prestashop.gitignore @@ -1,34 +1,173 @@ -# Private files -# The following files contain your database credentials and other personal data. +# Cache, temp and personal files -config/settings.*.php +/.htaccess +*.log -# Cache, temp and generated files -# The following files are generated by PrestaShop. - -admin-dev/autoupgrade/ +# Cache /cache/* -!/cache/index.php -!/cache/*/ -/cache/*/* +!/cache/.htaccess !/cache/cachefs/index.php +!/cache/deprecated.txt +!/cache/index.php !/cache/purifier/index.php +!/cache/push/activity !/cache/push/index.php +!/cache/push/trends !/cache/sandbox/index.php +!/cache/smarty/cache/index.php +!/cache/smarty/compile/index.php !/cache/smarty/index.php !/cache/tcpdf/index.php -config/xml/*.xml -/log/* -*sitemap.xml -themes/*/cache/ -modules/*/config*.xml -# Site content -# The following folders contain product images, virtual products, CSV's, etc. +# Download +/download/* +!/download/.htaccess +!/download/index.php -admin-dev/backups/ -admin-dev/export/ -admin-dev/import/ -download/ +# Images /img/* -upload/ +!/img/.htaccess +!/img/index.php +!/img/404.gif +!/img/bg_500.png +!/img/bg_loader.png +!/img/favicon.ico +!/img/loader.gif +!/img/loadingAnimation.gif +!/img/logo.jpg +!/img/logo.png +!/img/logo_invoice.jpg +!/img/logo_stores.png +!/img/macFFBgHack.png +!/img/prestashop-avatar.png +!/img/prestashop@2x.png +!/img/preston-login-wink@2x.png +!/img/preston-login@2x.png +!/img/questionmark.png +!/img/genders/index.php +!/img/admin/index.php +!/img/c/index.php +!/img/cms/index.php +!/img/co/index.php +!/img/jquery-ui +!/img/l/index.php +!/img/m/index.php +!/img/os/index.php +!/img/p/index.php +!/img/s/index.php +!/img/scenes +!/img/st/index.php +!/img/su/index.php +!/img/t/index.php +!/img/tmp/index.php + +# Upload +/upload/* +!/upload/.htaccess + +/vendor/* +/docs/phpdoc-sf/ +/composer.lock +*.hot-update.js +*.hot-update.json + + +/admin-dev/autoupgrade/* +!/admin-dev/autoupgrade/index.php +!/admin-dev/autoupgrade/backup/index.php + +/admin-dev/backups/* +!/admin-dev/backups/.htaccess + +/admin-dev/import/* +!/admin-dev/import/.htaccess +!/admin-dev/import/index.php + +/admin-dev/export/* +!/admin-dev/export/.htaccess +!/admin-dev/export/index.php + +# Downloaded RTL files +/admin-dev/themes/default/css/bundle/default_rtl.css +/admin-dev/themes/default/css/bundle/shared_rtl.css +/admin-dev/themes/default/css/font_rtl.css +/admin-dev/themes/default/css/overrides_rtl.css +/admin-dev/themes/default/css/vendor/font-awesome/font-awesome_rtl.css +/admin-dev/themes/default/css/vendor/nv.d3_rtl.css +/admin-dev/themes/default/css/vendor/titatoggle-min_rtl.css +/admin-dev/themes/default/public/theme_rtl.css +/admin-dev/themes/new-theme/css/module/drop_rtl.css +/admin-dev/themes/new-theme/css/right-sidebar_rtl.css + +themes/*/cache/* + +# Config + +config/settings.inc.php +config/settings.old.php +config/xml/* +config/themes/* +!config/xml/themes/default.xml +themes/*/config/settings_*.json +app/config/parameters.old.yml +app/config/config.php + +# Themes, modules and overrides + +modules/* +override/* +themes/*/ +!themes/classic +!themes/_core +!themes/_libraries + +# Vendors and dependencies + +bower_components/ +node_modules/ +composer.phar +php-cs-fixer +.grunt/* + +# Translations and emails templates + +translations/* +mails/* +!mails/themes/ +!mails/_partials/ +themes/default-bootstrap/lang/* +themes/default-bootstrap/modules/*/translations/*.php +themes/default-bootstrap/mails/* +!themes/default-bootstrap/mails/en/ +themes/default-bootstrap/modules/*/mails/* +!themes/default-bootstrap/modules/*/mails/en + +# MISC + +*sitemap.xml +/robots.txt + +# Symfony + +/bin/ +/app/Resources/geoip/GeoLite2-City.mmdb +/app/Resources/translations/* +!/app/Resources/translations/default +/app/config/parameters.yml +/app/config/parameters.php +/build/ +/phpunit.xml +/var/* +!/var/cache +/var/cache/* +!var/cache/.gitkeep +!/var/logs +/var/logs/* +!var/logs/.gitkeep +!/var/sessions +/var/sessions/* +!var/sessions/.gitkeep +!var/SymfonyRequirements.php +/vendor/ +/web/bundles/ + From 9904c122443526ff7f1d8ebab86223b7ff69ba06 Mon Sep 17 00:00:00 2001 From: Rohan Sakhale Date: Wed, 11 Mar 2020 17:43:00 +0530 Subject: [PATCH 320/348] Jigsaw (#3334) --- community/PHP/Jigsaw.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/PHP/Jigsaw.gitignore diff --git a/community/PHP/Jigsaw.gitignore b/community/PHP/Jigsaw.gitignore new file mode 100644 index 00000000..7cf61e81 --- /dev/null +++ b/community/PHP/Jigsaw.gitignore @@ -0,0 +1,6 @@ +# gitignore template for Jigsaw Static Site Generator +# +# website - https://jigsaw.tighten.co + +# Ignore build folder +build_* From 863f9d209dc5a3b4e562a06a218677ab49a08f41 Mon Sep 17 00:00:00 2001 From: Simon Siefke Date: Wed, 11 Mar 2020 13:28:59 +0100 Subject: [PATCH 321/348] update parcel cache (#3331) --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index 83ada129..aac13b0f 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -74,6 +74,7 @@ web_modules/ # parcel-bundler cache (https://parceljs.org/) .cache +.parcel-cache # Next.js build output .next From 4d4af94e22e9c8f14ea5e6fc5339f89430f34c61 Mon Sep 17 00:00:00 2001 From: "A. Said Aslan" Date: Wed, 11 Mar 2020 15:44:55 +0300 Subject: [PATCH 322/348] Update Drupal.gitignore (#3329) --- Drupal.gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Drupal.gitignore b/Drupal.gitignore index 1c101273..8421b864 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -23,25 +23,25 @@ # Ignore drupal core (if not versioning drupal sources) /core +/vendor /modules/README.txt /profiles/README.txt +/themes/README.txt /sites/README.txt /sites/example.sites.php /sites/example.settings.local.php /sites/development.services.yml -/themes/README.txt -/vendor /.csslintrc /.editorconfig /.eslintignore /.eslintrc.json /.gitattributes +/.ht.router.php /.htaccess /autoload.php -/composer.json -/composer.lock /example.gitignore /index.php +/INSTALL.txt /LICENSE.txt /README.txt /robots.txt From 823e38ff6880cbde2eb77eb804cbdb7d9e1ccca4 Mon Sep 17 00:00:00 2001 From: MetaJuanito Fatas Date: Wed, 11 Mar 2020 21:54:02 +0900 Subject: [PATCH 323/348] Add /public/uploads for file upload gem Shrine (#3333) When using a file upload gem called Shrine, its file system mode put images under `public/uploads`. https://github.com/shrinerb/shrine/blob/053bcf297e092e9695731fb9b67a86780e898203/doc/storage/file_system.md --- Rails.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.gitignore b/Rails.gitignore index 8969914f..ae9df644 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -66,3 +66,4 @@ yarn-debug.log* # Ignore uploaded files in development /storage/* !/storage/.keep +/public/uploads From 589831e1dc8822c2cb0cd33e72b929dfa005ef01 Mon Sep 17 00:00:00 2001 From: Elijah Shaw-Rutschman Date: Wed, 11 Mar 2020 07:59:33 -0500 Subject: [PATCH 324/348] Ignore Cython debug symbols (#3330) Cython extension modules built with `gdb_debug=True` spit out debug symbols in the `cython_debug` directory at the top level of the project. The files in this directory contain hardcoded paths and are not shareable/meaningful across environments, so I think it makes sense to include them in a default Python .gitignore. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 762cc89f..ba44af1c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -133,3 +133,6 @@ dmypy.json # pytype static type analyzer .pytype/ + +# Cython debug symbols +cython_debug/ From 81ebaeca4185e2e44e589d6cb3e88cbfc7e0895c Mon Sep 17 00:00:00 2001 From: Sam Gleske <875669+samrocketman@users.noreply.github.com> Date: Wed, 11 Mar 2020 09:03:44 -0400 Subject: [PATCH 325/348] Improved JENKINS_HOME example (#3332) After years of use I've come up with some improvements to the `JENKINS_HOME.gitignore` example. - Major performance improvement: On very large Jenkins installations that have been running for more than one year, there tends to be many builds (hundreds of thousands of builds). The `builds` directory of these jobs contain millions of files which would cause Git to hang for several minutes on simple commands like `git status` and longer for committing changes. `strace` was used on Git to figure out the performance impact and this proposed change includes the optimization. I also added a clear comment explaining the line's purpose. - There's an example for how to include Jenkins encryption keys, and there's a disclaimer informing the user why they shouldn't but still giving an example. - Comments have been reworded and slightly reformatted to be a little more clear. --- JENKINS_HOME.gitignore | 41 +++++++++++++++++++++++++++++++++-------- 1 file changed, 33 insertions(+), 8 deletions(-) diff --git a/JENKINS_HOME.gitignore b/JENKINS_HOME.gitignore index 6df01d62..2516c099 100644 --- a/JENKINS_HOME.gitignore +++ b/JENKINS_HOME.gitignore @@ -1,25 +1,50 @@ -#Learn more about Jenkins and JENKINS_HOME directory for which this file is intended. +# Learn more about Jenkins and JENKINS_HOME directory for which this file is +# intended. +# # http://jenkins-ci.org/ # https://wiki.jenkins-ci.org/display/JENKINS/Administering+Jenkins +# +# Note: secret.key is purposefully not tracked by git. This should be backed up +# separately because configs may contain secrets which were encrypted using the +# secret.key. To back up secrets use 'tar -czf /tmp/secrets.tgz secret*' and +# save the file separate from your repository. If you want secrets backed up +# with configuration, then see the bottom of this file for an example. -#ignore all JENKINS_HOME except jobs directory, root xml config, and .gitignore file +# Ignore all JENKINS_HOME except jobs directory, root xml config, and +# .gitignore file. /* !/jobs !/.gitignore !/*.xml -#ignore all files in jobs subdirectories except for folders -#note: git doesn't track folders, only file content +# Ignore all files in jobs subdirectories except for folders. +# Note: git doesn't track folders, only file content. jobs/** !jobs/**/ -#uncomment the following line to save next build numbers with config +# Uncomment the following line to save next build numbers with config. + #!jobs/**/nextBuildNumber -#exclude only config.xml files in repository subdirectories +# For performance reasons, we want to ignore builds in Jenkins jobs because it +# contains many tiny files on large installations. This can impact git +# performance when running even basic commands like 'git status'. +builds +indexing + +# Exclude only config.xml files in repository subdirectories. !config.xml -#don't track workspaces (when users build on the master) +# Don't track workspaces (when users build on the master). jobs/**/*workspace -#as a result only settings and job config.xml files in JENKINS_HOME will be tracked by git +# Security warning: If secrets are included with your configuration, then an +# adversary will be able to decrypt all encrypted secrets within Jenkins +# config. Including secrets is a bad practice, but the example is included in +# case someone still wants it for convenience. Uncomment the following line to +# include secrets for decryption with repository configuration in Git. + +#!/secret* + +# As a result, only Jenkins settings and job config.xml files in JENKINS_HOME +# will be tracked by git. From dc8c27c5f9eea7185a80478084d67ed3bbe43e2d Mon Sep 17 00:00:00 2001 From: JasperCiti <48373360+JasperCiti@users.noreply.github.com> Date: Wed, 11 Mar 2020 15:07:49 +0200 Subject: [PATCH 326/348] Add Unity's Addressables and Android's temp files. (#3311) * Added Addressables. Prevent automatically generated addressable files to end up in Git. * Update .gitignore to exclude packed Addressables and Android auto-generated files. --- Unity.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 7d21efc9..8150f045 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -62,3 +62,9 @@ sysinfo.txt # Crashlytics generated file crashlytics-build.properties +# Packed Addressables +/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin* + +# Temporary auto-generated Android Assets +/[Aa]ssets/[Ss]treamingAssets/aa.meta +/[Aa]ssets/[Ss]treamingAssets/aa/* From be4f76b416f1279ec23b9c833333d510e2ddee8b Mon Sep 17 00:00:00 2001 From: ChiefORZ Date: Wed, 11 Mar 2020 14:08:37 +0100 Subject: [PATCH 327/348] [Node] Add yarn v2 excludes (#3327) --- Node.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index aac13b0f..51c5b108 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -106,3 +106,10 @@ dist # Stores VSCode versions used for testing VSCode extensions .vscode-test + +# yarn v2 + +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.pnp.* From 0af689b9886d71df768822874f0fe68aa6b0f6c0 Mon Sep 17 00:00:00 2001 From: Patrick Roche Date: Wed, 11 Mar 2020 17:06:43 -0400 Subject: [PATCH 328/348] [VisualStudio] Add rule for ScaffoldingReadMe.txt (#3328) --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 611428fa..44ae3e68 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -61,6 +61,9 @@ project.lock.json project.fragment.lock.json artifacts/ +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + # StyleCop StyleCopReport.xml From c022baa5052bff5fa7d83c79310871b9e085f991 Mon Sep 17 00:00:00 2001 From: Christoph Niethammer Date: Thu, 12 Mar 2020 12:14:59 +0100 Subject: [PATCH 329/348] Update Autotools.gitignore. (#3337) Ignore .dirstamp files from automake used for non-existing directory dependencies. --- Autotools.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index 56365128..f2c137d0 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -7,6 +7,7 @@ Makefile.in /test-driver /ylwrap .deps/ +.dirstamp # http://www.gnu.org/software/autoconf From 811be05b83a2740e20b3b0f9a5c5efb89961fefe Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Thu, 12 Mar 2020 07:21:54 -0400 Subject: [PATCH 330/348] Add Win32/ to gitginore list (#3308) Visual Studio .Net used Win32/ as one of the default output directories for C and C++ projects. Later, when 64-bit support was added to the toolchain (circa 2005), x64/ was used. The Gitignore files include x64/, but not Win32/. The commit adds support for both Win32/ and x64/. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 44ae3e68..114a799a 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -23,6 +23,7 @@ mono_crash.* [Rr]eleases/ x64/ x86/ +[Ww][Ii][Nn]32/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ bld/ From c851a10cab28082fcfbe5cecce52c4b5edca1d7c Mon Sep 17 00:00:00 2001 From: jymok12 <51149077+jymok12@users.noreply.github.com> Date: Thu, 12 Mar 2020 04:23:31 -0700 Subject: [PATCH 331/348] update README (#3248) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bbca183..f9ec5eb8 100644 --- a/README.md +++ b/README.md @@ -50,8 +50,7 @@ If you have a small set of rules, or want to support a technology that is not widely in use, and still believe this will be helpful to others, please read the section about [specialized templates](#specialized-templates) for more details. -If you believe your template is important and should be highly visible, please -add details about the impact of the technology when you open a pull request. We +Include details when opening pull request if the template is important and visible. We may not accept it immediately, but we can promote it to the root at a later date based on interest. From ef59ea57e8ea4f18f1ec7068b2ccb22a5b79b40a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Thu, 12 Mar 2020 19:47:06 +0100 Subject: [PATCH 332/348] Extend Qt.gitignore with qmlcache qrc files (#3322) Projects using QML files generating a temporary qrc file if a qrc file present in the project. --- Qt.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index f147edf3..10135402 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -50,3 +50,5 @@ compile_commands.json # QtCreator local machine specific files for imported projects *creator.user* + +*_qmlcache.qrc From ae5431d6f09a0cc52fd2c03c20125c6d2a7f6255 Mon Sep 17 00:00:00 2001 From: Arcadiy Ivanov Date: Thu, 12 Mar 2020 14:49:35 -0400 Subject: [PATCH 333/348] Changes to PyBuilder 0.12+ (#3338) PyB 0.12 uses `$project_root/.pybuilder/` for internal venvs. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index ba44af1c..b26ab7e4 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -73,6 +73,7 @@ instance/ docs/_build/ # PyBuilder +.pybuilder/ target/ # Jupyter Notebook From e931ef7f3e7d8f7aa0e784c14bd291ad4448b1ab Mon Sep 17 00:00:00 2001 From: Meysam Date: Fri, 13 Mar 2020 15:23:35 +0330 Subject: [PATCH 334/348] [Python] adding IDE & static related stuff (#3317) --- Python.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index b26ab7e4..d82fa7a9 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -137,3 +137,7 @@ dmypy.json # Cython debug symbols cython_debug/ + +# static files generated from Django application using `collectstatic` +media +static From 3df9bc0bd9cb0c3f5ea0904e88b9df5a378ccd59 Mon Sep 17 00:00:00 2001 From: Patrick Schratz Date: Sat, 28 Mar 2020 15:47:35 +0100 Subject: [PATCH 335/348] Update R.gitignore (#3354) --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index fae8299a..e2101077 100644 --- a/R.gitignore +++ b/R.gitignore @@ -37,3 +37,6 @@ vignettes/*.pdf # R Environment Variables .Renviron + +# pkgdown site +docs/ From eefa65c924329ad918985713cdb195e6bc68744b Mon Sep 17 00:00:00 2001 From: ofthelit Date: Sat, 4 Apr 2020 18:30:38 +0200 Subject: [PATCH 336/348] Ignore Local History folder (#3008) This will add support for the default location the Local History extension for Visual Studio Code uses. See https://marketplace.visualstudio.com/items?itemName=xyz.local-history --- Global/VisualStudioCode.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index afba0a7c..85813e1c 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -4,3 +4,6 @@ !.vscode/launch.json !.vscode/extensions.json *.code-workspace + +# Local History for Visual Studio Code +.history/ From e607bdd855c03b8fef80782780f63c1d0c8865eb Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Sat, 4 Apr 2020 13:30:58 -0300 Subject: [PATCH 337/348] Revert "[Python] adding IDE & static related stuff (#3317)" (#3363) This reverts commit e931ef7f3e7d8f7aa0e784c14bd291ad4448b1ab. --- Python.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index d82fa7a9..b26ab7e4 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -137,7 +137,3 @@ dmypy.json # Cython debug symbols cython_debug/ - -# static files generated from Django application using `collectstatic` -media -static From 8300d885653868b94e134e1950dea52b983e2cef Mon Sep 17 00:00:00 2001 From: Loo Zheng Yuan Date: Sun, 5 Apr 2020 00:32:17 +0800 Subject: [PATCH 338/348] Ignore Terraform CLI configuration files (#3359) --- Terraform.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 7a3e2fd0..8778d48f 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -27,3 +27,7 @@ override.tf.json # Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan # example: *tfplan* + +# Ignore CLI configuration files +.terraformrc +terraform.rc From 2f75277037d172200d4a37621c1b9c3b9901dbd8 Mon Sep 17 00:00:00 2001 From: Igor Stepanov Date: Sat, 4 Apr 2020 17:32:58 +0100 Subject: [PATCH 339/348] Ignore AWS Serverless Application Model build folder (#3357) https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/sam-cli-command-reference-sam-build.html --- community/AWS/SAM.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 community/AWS/SAM.gitignore diff --git a/community/AWS/SAM.gitignore b/community/AWS/SAM.gitignore new file mode 100644 index 00000000..dc9d020a --- /dev/null +++ b/community/AWS/SAM.gitignore @@ -0,0 +1,5 @@ +# gitignore template for AWS Serverless Application Model project +# website: https://docs.aws.amazon.com/serverless-application-model + +# Ignore build folder +.aws-sam/ From 994f99fc353f523dfe5633067805a1dd4a53040f Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 7 Apr 2020 08:53:51 -0400 Subject: [PATCH 340/348] Add generated timing files to Coq.gitignore (#3367) These generated files were added in https://github.com/coq/coq/pull/745 --- Coq.gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Coq.gitignore b/Coq.gitignore index a3e2ac49..829ac44a 100644 --- a/Coq.gitignore +++ b/Coq.gitignore @@ -31,3 +31,13 @@ lia.cache nia.cache nlia.cache nra.cache + +# generated timing files +*.timing.diff +*.v.after-timing +*.v.before-timing +*.v.timing +time-of-build-after.log +time-of-build-before.log +time-of-build-both.log +time-of-build-pretty.log From 14f8a8b4c51ecc00b18905a95c117954e6c77b9d Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sun, 12 Apr 2020 02:51:33 +0530 Subject: [PATCH 341/348] Remove pip-wheel-metadata/ from Python.gitignore (#3364) pip generated this folder for a few versions, as part of it's initial implementation of PEP 517. pip has not generated this folder for a few versions now, so it should be OK to remove this from the standard gitignore file. --- Python.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index b26ab7e4..a81c8ee1 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -20,7 +20,6 @@ parts/ sdist/ var/ wheels/ -pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg From 80587386dd48334c304819abcc4a09877cf99e21 Mon Sep 17 00:00:00 2001 From: Mitchell Skaggs Date: Tue, 14 Apr 2020 14:14:56 -0500 Subject: [PATCH 342/348] Ignore Gradle subproject build dir (#3370) --- Gradle.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gradle.gitignore b/Gradle.gitignore index a1fc39c0..8d68edc9 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -1,5 +1,6 @@ .gradle -/build/ +**/build/ +!src/**/build/ # Ignore Gradle GUI config gradle-app.setting From 2a4de265d37eca626309d8e115218d18985b5435 Mon Sep 17 00:00:00 2001 From: Daniel Chalmers Date: Mon, 20 Apr 2020 19:27:53 -0500 Subject: [PATCH 343/348] Add FodyWeavers.xsd to VisualStudio.gitignore (#3380) --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 114a799a..83ba0814 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -355,3 +355,6 @@ MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder .ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd From eee21bf0c397cddc39ff1c94615d135e0ad36f8c Mon Sep 17 00:00:00 2001 From: Ted Kesgar Date: Wed, 29 Apr 2020 20:45:59 +0700 Subject: [PATCH 344/348] Ignore Next.js `next export` result directory (#3387) --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index 51c5b108..8fd12ceb 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -78,6 +78,7 @@ web_modules/ # Next.js build output .next +out # Nuxt.js build / generate output .nuxt From 07b3cd7a90de3fb5e88303a23d619ebd4cdd807a Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 6 May 2020 15:30:31 +0200 Subject: [PATCH 345/348] Dart: Ignore .flutter-plugins (#3398) Generated files that appear when using 'google_fonts' or other Dart packages designed as Flutter plugins. --- Dart.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dart.gitignore b/Dart.gitignore index dbef116d..6d21af37 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -19,3 +19,6 @@ doc/api/ *.js_ *.js.deps *.js.map + +.flutter-plugins +.flutter-plugins-dependencies From 7293c14345c205c679722364a01b88d331e862ff Mon Sep 17 00:00:00 2001 From: Jon Layton <2287825+ch4ot1c@users.noreply.github.com> Date: Thu, 14 May 2020 07:49:06 -0400 Subject: [PATCH 346/348] Add .yarn/install-state.gz to Node.gitignore (#3407) After running `yarn set version berry` and `yarn install`, the file `.yarn/install-state.gz` is created. The documentation at https://yarnpkg.com/advanced/qa#which-files-should-be-gitignored mentions that this file should be ignored: > .yarn/install-state.tgz is an optimization file that you shouldn't have to ever commit. It simply stores the exact state of your project so that the next commands can boot without having to resolve your workspaces again. The documentation has a minor error; the generated file is `.gz` instead of `.tgz` (source: https://github.com/yarnpkg/berry/pull/998/files#diff-23dd4c2e823c25186f1107e88e962032R201) --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 8fd12ceb..1f22b9c2 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -109,8 +109,8 @@ dist .vscode-test # yarn v2 - .yarn/cache .yarn/unplugged .yarn/build-state.yml +.yarn/install-state.gz .pnp.* From 6935207fef87dd7f0995b0260cdcdd38cf81e986 Mon Sep 17 00:00:00 2001 From: Benjamin Buch Date: Tue, 19 May 2020 14:19:39 +0200 Subject: [PATCH 347/348] ignore .xwm generated by xwatermark package in TeX (#3412) --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 6d159be2..8a42ebbd 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -275,6 +275,9 @@ TSWLatexianTemp* # Makeindex log files *.lpz +# xwatermark package +*.xwm + # REVTeX puts footnotes in the bibliography by default, unless the nofootinbib # option is specified. Footnotes are the stored in a file with suffix Notes.bib. # Uncomment the next line to have this generated file ignored. From 18aa6d83774d514da479d73a4beb864cd4220231 Mon Sep 17 00:00:00 2001 From: Hiroto Kobayashi Date: Tue, 19 May 2020 22:48:08 +0900 Subject: [PATCH 348/348] Add *.aab (#3414) --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 8150f045..72c27e4f 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -57,6 +57,7 @@ sysinfo.txt # Builds *.apk +*.aab *.unitypackage # Crashlytics generated file