From 44fda6f85e63ce7164c0f916df8577aca0f24f5f Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Sun, 6 May 2012 17:46:46 -0500 Subject: [PATCH 0001/1023] Added ColdFusion ColdBox Platform Framework --- ColdBox.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ColdBox.gitignore diff --git a/ColdBox.gitignore b/ColdBox.gitignore new file mode 100644 index 00000000..8acdf7a5 --- /dev/null +++ b/ColdBox.gitignore @@ -0,0 +1,4 @@ +*/config/development +*/logs/ +*/includes/cache/* +tmp/* From 69fef749cb58953eb1091c36b88882dd19e50096 Mon Sep 17 00:00:00 2001 From: Carl Suster Date: Sun, 1 Mar 2015 12:53:03 +1100 Subject: [PATCH 0002/1023] Add an explanation to reduce PHP framework clutter --- CONTRIBUTING.md | 5 +++++ README.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 91543ab4..1b94f6cb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,6 +28,11 @@ 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. + 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 diff --git a/README.md b/README.md index 14042e94..684a1abf 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,11 @@ 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. + 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 From 872ae5d445d0de2dc3b71cace62be2ef620fd634 Mon Sep 17 00:00:00 2001 From: Simeon Visser Date: Sun, 2 Aug 2015 19:26:46 +0100 Subject: [PATCH 0003/1023] Added .gitignore for PureScript --- PureScript.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 PureScript.gitignore diff --git a/PureScript.gitignore b/PureScript.gitignore new file mode 100644 index 00000000..361cf527 --- /dev/null +++ b/PureScript.gitignore @@ -0,0 +1,8 @@ +# Dependencies +.psci_modules +bower_components +node_modules + +# Generated files +.psci +output From fcd0fe91a00026fe027229b38435a83e59e220b7 Mon Sep 17 00:00:00 2001 From: Josef Glatz Date: Wed, 2 Sep 2015 15:13:48 +0200 Subject: [PATCH 0004/1023] [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 0005/1023] [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 0006/1023] [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 0007/1023] [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 0008/1023] 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 215ab9c7c0c997a77cd480dde0124e141c973e92 Mon Sep 17 00:00:00 2001 From: Jeremie Jost Date: Thu, 25 Feb 2016 22:49:56 +0000 Subject: [PATCH 0009/1023] Symlink Kotlin.gitignore to Java.gitignore --- Kotlin.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 120000 Kotlin.gitignore diff --git a/Kotlin.gitignore b/Kotlin.gitignore new file mode 120000 index 00000000..c48376ee --- /dev/null +++ b/Kotlin.gitignore @@ -0,0 +1 @@ +Java.gitignore \ No newline at end of file From 73b42b65f7abc1e6736d6dab3715cd64d48517aa Mon Sep 17 00:00:00 2001 From: Aaron Alexander Date: Mon, 4 Apr 2016 17:22:43 -0400 Subject: [PATCH 0010/1023] Add .gitignore for TestComplete --- TestComplete.gitignore | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 TestComplete.gitignore diff --git a/TestComplete.gitignore b/TestComplete.gitignore new file mode 100644 index 00000000..8378b9ee --- /dev/null +++ b/TestComplete.gitignore @@ -0,0 +1,14 @@ +# Test Complete ignore files: https://support.smartbear.com/viewarticle/68002/ + +# Tester-specific Settings +*.tcCFGExtender +*.tcLS + +# Type library declarations +*.tlb + +# Log files +*.tcLogs + +# Backup files +*.bak From 869ed27de9d6781d4a9e03f12598497b171ccc06 Mon Sep 17 00:00:00 2001 From: Tony Lotts Date: Wed, 25 May 2016 00:05:22 +0800 Subject: [PATCH 0011/1023] Ignore ensime files See https://github.com/ensime --- Scala.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scala.gitignore b/Scala.gitignore index c58d83b3..47210014 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -13,5 +13,7 @@ project/boot/ project/plugins/project/ # Scala-IDE specific +.ensime +.ensime_cache/ .scala_dependencies .worksheet From 3dae63bbb2a7b311cfe8af3cef70f74ed2e9e247 Mon Sep 17 00:00:00 2001 From: William Marquardt Date: Fri, 27 May 2016 15:46:19 -0300 Subject: [PATCH 0012/1023] Codeigniter 3 support --- CodeIgniter.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index 0f77d9e1..5bff2a47 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -4,3 +4,12 @@ */cache/* !*/cache/index.html !*/cache/.htaccess + +#codeigniter 3 +application/cache/* +!application/cache/index.html +!application/cache/.htaccess +application/logs/* +!application/logs/index.html +!application/logs/.htaccess +/vendor/ \ No newline at end of file From f51de615ea121b0f348e95865bcd713b83213d0e Mon Sep 17 00:00:00 2001 From: William Marquardt Date: Fri, 3 Jun 2016 20:58:13 -0300 Subject: [PATCH 0013/1023] Update CodeIgniter.gitignore --- CodeIgniter.gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index 5bff2a47..2d340736 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -6,10 +6,7 @@ !*/cache/.htaccess #codeigniter 3 -application/cache/* -!application/cache/index.html -!application/cache/.htaccess application/logs/* !application/logs/index.html !application/logs/.htaccess -/vendor/ \ No newline at end of file +/vendor/ 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 0014/1023] 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 58c8e308520b87958550d78f2a75fee121838e5a Mon Sep 17 00:00:00 2001 From: sherzod Date: Tue, 16 Aug 2016 11:47:19 +0500 Subject: [PATCH 0015/1023] Update for Scala Exclude Scala IDE related .cache-main files. --- Scala.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Scala.gitignore b/Scala.gitignore index a02d882c..4c523cca 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -15,6 +15,7 @@ project/plugins/project/ # Scala-IDE specific .scala_dependencies .worksheet +.cache-main # ENSIME specific .ensime_cache/ From 557655fa66bbf89399f9d2e9b51e7457b804fc33 Mon Sep 17 00:00:00 2001 From: sherzod Date: Tue, 16 Aug 2016 11:59:29 +0500 Subject: [PATCH 0016/1023] Update for Eclipse Add exclusion for Scala IDE specific .cache-main files. --- Global/Eclipse.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 31c9fb31..33c4c5be 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -49,3 +49,6 @@ local.properties # Code Recommenders .recommenders/ + +# Scala IDE specific (Scala & Java development for Eclipse) +.cache-main From 5a355ed010640b689e06c589e38019bff81c9a15 Mon Sep 17 00:00:00 2001 From: Alexander Brevig Date: Tue, 30 Aug 2016 22:12:31 +0200 Subject: [PATCH 0017/1023] 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 b414451e5532dbd37f89d116a4df25ce52bc6e5e Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Mon, 19 Sep 2016 18:07:02 -0700 Subject: [PATCH 0018/1023] ignore typings directory --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f3e58fc2..af08e1f2 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -196,7 +196,6 @@ ClientBin/ *.jfm *.pfx *.publishsettings -node_modules/ orleans.codegen.cs # Since there are multiple workflows, uncomment next line to ignore bower_components @@ -231,6 +230,8 @@ FakesAssemblies/ # Node.js Tools for Visual Studio .ntvs_analysis.dat +node_modules/ +typings/ # Visual Studio 6 build log *.plg From 3bf3203c4fb5ad87ec3336fc01095f56fde5508e Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Mon, 19 Sep 2016 19:31:20 -0700 Subject: [PATCH 0019/1023] add typings --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index bf7525f9..05c7f177 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -30,6 +30,7 @@ build/Release # Dependency directories node_modules jspm_packages +typings # Optional npm cache directory .npm From d8776bf259fc6ee3ffbb227ab3a00c1bed49ac56 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Tue, 25 Oct 2016 23:19:42 -0400 Subject: [PATCH 0020/1023] 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 f76d0890d4ee304590eb4b5cf77c51132fdc5ff9 Mon Sep 17 00:00:00 2001 From: "Zhuojia Shen (Chaos)" Date: Mon, 31 Oct 2016 18:27:09 -0400 Subject: [PATCH 0021/1023] Update C.gitignore Add .tmp_versions/ to C.gitignore. --- C.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/C.gitignore b/C.gitignore index 8a365b3d..c6127b38 100644 --- a/C.gitignore +++ b/C.gitignore @@ -45,6 +45,7 @@ # Kernel Module Compile Results *.mod* *.cmd +.tmp_versions/ modules.order Module.symvers Mkfile.old From 6f72a9b84fb86b2806b402530d5ffa454ac47cb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Corr=C3=AAa=20Gomes?= Date: Fri, 18 Nov 2016 12:47:00 -0200 Subject: [PATCH 0022/1023] Basic files that must be ignored The other files, such as IDEs files, third-party files and system files must be added in the gitignore global of the system, not in the project scope. --- Magento.gitignore | 120 +++++++--------------------------------------- 1 file changed, 16 insertions(+), 104 deletions(-) diff --git a/Magento.gitignore b/Magento.gitignore index 195c9b7a..b282f5cf 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -1,104 +1,16 @@ -.htaccess.sample -.modgit/ -.modman/ -app/code/community/Phoenix/Moneybookers/ -app/code/community/Cm/RedisSession/ -app/code/core/ -app/design/adminhtml/default/default/ -app/design/frontend/base/ -app/design/frontend/rwd/ -app/design/frontend/default/blank/ -app/design/frontend/default/default/ -app/design/frontend/default/iphone/ -app/design/frontend/default/modern/ -app/design/frontend/enterprise/default -app/design/install/ -app/etc/modules/Enterprise_* -app/etc/modules/Mage_*.xml -app/etc/modules/Phoenix_Moneybookers.xml -app/etc/modules/Cm_RedisSession.xml -app/etc/applied.patches.list -app/etc/config.xml -app/etc/enterprise.xml -app/etc/local.xml.additional -app/etc/local.xml.template -app/etc/local.xml -app/.htaccess -app/bootstrap.php -app/locale/en_US/ -app/Mage.php -/cron.php -cron.sh -dev/.htaccess -dev/tests/functional/ -downloader/ -errors/ -favicon.ico -/get.php -includes/ -/index.php -index.php.sample -/install.php -js/blank.html -js/calendar/ -js/enterprise/ -js/extjs/ -js/firebug/ -js/flash/ -js/index.php -js/jscolor/ -js/lib/ -js/mage/ -js/prototype/ -js/scriptaculous/ -js/spacer.gif -js/tiny_mce/ -js/varien/ -lib/3Dsecure/ -lib/Apache/ -lib/flex/ -lib/googlecheckout/ -lib/.htaccess -lib/LinLibertineFont/ -lib/Mage/ -lib/PEAR/ -lib/Pelago/ -lib/phpseclib/ -lib/Varien/ -lib/Zend/ -lib/Cm/ -lib/Credis/ -lib/Magento/ -LICENSE_AFL.txt -LICENSE.html -LICENSE.txt -LICENSE_EE* -/mage -media/ -/api.php -nbproject/ -pear -pear/ -php.ini.sample -pkginfo/ -RELEASE_NOTES.txt -shell/.htaccess -shell/abstract.php -shell/compiler.php -shell/indexer.php -shell/log.php -sitemap.xml -skin/adminhtml/default/default/ -skin/adminhtml/default/enterprise -skin/frontend/base/ -skin/frontend/rwd/ -skin/frontend/default/blank/ -skin/frontend/default/blue/ -skin/frontend/default/default/ -skin/frontend/default/french/ -skin/frontend/default/german/ -skin/frontend/default/iphone/ -skin/frontend/default/modern/ -skin/frontend/enterprise -skin/install/ -var/ +#--------------------------# +# Magento Default Files # +#--------------------------# + +/app/etc/local.xml +/media/* +!/media/.htaccess +!/media/customer/.htaccess +!/media/dhl/logo.jpg +!/media/downloadable/.htaccess +!/media/xmlconnect/custom/ok.gif +!/media/xmlconnect/original/ok.gif +!/media/xmlconnect/system/ok.gif +/var/* +!/var/.htaccess +!/var/package/*.xml From e2c38da5b717c319bc6f3fa7f3a00ffe16b889b8 Mon Sep 17 00:00:00 2001 From: Thien Tran Date: Thu, 29 Dec 2016 11:24:27 +0700 Subject: [PATCH 0023/1023] Update Java.gitignore --- Java.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Java.gitignore b/Java.gitignore index e44e0860..df791ea6 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -1,5 +1,13 @@ *.class +# Eclipse editor +.classpath +.project +.settings/ + +# Log file +.log + # BlueJ files *.ctxt @@ -11,5 +19,8 @@ *.war *.ear +# Vagrant +.vagrant + # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* From 77a0a1e6377831373284eb652c64602b55695756 Mon Sep 17 00:00:00 2001 From: Thien Tran Date: Thu, 29 Dec 2016 16:45:56 +0700 Subject: [PATCH 0024/1023] Update java ignore --- Java.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Java.gitignore b/Java.gitignore index df791ea6..31e9e43c 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -18,6 +18,9 @@ *.jar *.war *.ear +*.zip +*.tar.gz +*.rar # Vagrant .vagrant From c14f7d4e9906d9773f86deac9a88e82aa152f0d0 Mon Sep 17 00:00:00 2001 From: Taylor Kemper Date: Tue, 3 Jan 2017 18:15:36 -0500 Subject: [PATCH 0025/1023] fix comment The ! prefix will unignore the file. --- Maven.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maven.gitignore b/Maven.gitignore index 9af45b17..899d52c8 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -8,5 +8,5 @@ dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties -# Exclude maven wrapper +# Unignore maven wrapper jar !/.mvn/wrapper/maven-wrapper.jar From d8b46e7d2d0f37a736ebd123cb2e4c02f8386df9 Mon Sep 17 00:00:00 2001 From: Jarl Gullberg Date: Sun, 15 Jan 2017 00:06:56 +0100 Subject: [PATCH 0026/1023] Update JetBrains.gitignore In newer versions of the IntelliJ platform (such as the one used for Rider), the .idea files are now placed in a subdirectory of the same, named after the current project (such as ".idea/.idea.Everlook/.idea/workspace.xml"). Adding a double-star pattern to these folder rules will also ignore these new files and maintain backwards compatibility with previous revisions of this file. --- Global/JetBrains.gitignore | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index e375c744..401fee15 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -2,24 +2,24 @@ # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff: -.idea/workspace.xml -.idea/tasks.xml +.idea/**/workspace.xml +.idea/**/tasks.xml # Sensitive or high-churn files: -.idea/dataSources/ -.idea/dataSources.ids -.idea/dataSources.xml -.idea/dataSources.local.xml -.idea/sqlDataSources.xml -.idea/dynamic.xml -.idea/uiDesigner.xml +.idea/**/dataSources/ +.idea/**/dataSources.ids +.idea/**/dataSources.xml +.idea/**/dataSources.local.xml +.idea/**/sqlDataSources.xml +.idea/**/dynamic.xml +.idea/**/uiDesigner.xml # Gradle: -.idea/gradle.xml -.idea/libraries +.idea/**/gradle.xml +.idea/**/libraries # Mongo Explorer plugin: -.idea/mongoSettings.xml +.idea/**/mongoSettings.xml ## File-based project format: *.iws From 6228bee831edd7bec43d1b6b9c8e7c795a73a323 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 6 Mar 2014 15:22:35 +1100 Subject: [PATCH 0027/1023] ignore the VERSION file --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..974cf28e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +VERSION \ No newline at end of file From 60f46f95a7931efbaae0b47cadaebc54672d23db Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 2 Feb 2017 11:57:45 +0100 Subject: [PATCH 0028/1023] added comment for typings directory --- Node.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 9ddf79c1..38ac77e4 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -33,6 +33,8 @@ build/Release # Dependency directories node_modules/ jspm_packages/ + +# Typescript v1 declaration files typings/ # Optional npm cache directory From 240e551d83aed50173b887ede49dd7c105acd613 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 2 Feb 2017 11:59:53 +0100 Subject: [PATCH 0029/1023] added comment about typings directory --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5d843cd5..8054980d 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -234,6 +234,8 @@ FakesAssemblies/ # Node.js Tools for Visual Studio .ntvs_analysis.dat node_modules/ + +# Typescript v1 declaration files typings/ # Visual Studio 6 build log From 4fd93408e9dc2da5f9f27773e5753680f4793376 Mon Sep 17 00:00:00 2001 From: Thien Tran Date: Fri, 3 Feb 2017 11:06:49 +0700 Subject: [PATCH 0030/1023] Remove the line for eclipse editor & vagrant sine it isn't already in global ignore --- Java.gitignore | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Java.gitignore b/Java.gitignore index 31e9e43c..dbb4a2df 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -1,12 +1,7 @@ *.class -# Eclipse editor -.classpath -.project -.settings/ - # Log file -.log +*.log # BlueJ files *.ctxt @@ -22,8 +17,5 @@ *.tar.gz *.rar -# Vagrant -.vagrant - # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* From 978d926dfd1319cd4bd955c803463bb5795a1639 Mon Sep 17 00:00:00 2001 From: "Anders D. Johnson" Date: Thu, 9 Feb 2017 00:13:21 -0600 Subject: [PATCH 0031/1023] fix(Node): ignore yarn logs This adds ignores for the `yarn-debug.log*` and `yarn-error.log*` files sometimes produced by the [Yarn package manager](https://yarnpkg.com). --- Node.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 38ac77e4..00cbbdf5 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -2,6 +2,8 @@ logs *.log npm-debug.log* +yarn-debug.log* +yarn-error.log* # Runtime data pids From 0d8b5f84fe0e54412739c806ce4dc5e1e03a398e Mon Sep 17 00:00:00 2001 From: Erik Ghonyan Date: Thu, 9 Feb 2017 19:07:51 +0100 Subject: [PATCH 0032/1023] Add missing space for the last comment --- Android.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index a1a65c2d..99c8ca5b 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -48,7 +48,7 @@ captures/ # Google Services (e.g. APIs or Firebase) google-services.json -#Freeline +# Freeline freeline.py freeline/ freeline_project_description.json From 697a1e236a3ebde2ae68456dc90988bc763c42ac Mon Sep 17 00:00:00 2001 From: Steven Vascellaro Date: Mon, 13 Feb 2017 17:02:12 -0500 Subject: [PATCH 0033/1023] Add comment for Java .class files --- Java.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Java.gitignore b/Java.gitignore index dbb4a2df..6143e53f 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -1,3 +1,4 @@ +# Compiled class file *.class # Log file From e290bf9195fe44f3c7f20ce7ae6c3aec50ae5b95 Mon Sep 17 00:00:00 2001 From: Victor Uriarte Date: Tue, 14 Feb 2017 18:04:00 -0700 Subject: [PATCH 0034/1023] Fix spelling --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8054980d..372d649b 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -166,7 +166,7 @@ PublishScripts/ !**/packages/build/ # Uncomment if necessary however generally it will be regenerated when needed #!**/packages/repositories.config -# NuGet v3's project.json files produces more ignoreable files +# NuGet v3's project.json files produces more ignorable files *.nuget.props *.nuget.targets From f457b6a1cb232a072e2cdd22494876545a603a7f Mon Sep 17 00:00:00 2001 From: Taylor Kemper Date: Wed, 15 Feb 2017 14:00:41 -0700 Subject: [PATCH 0035/1023] Reword comment --- Maven.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maven.gitignore b/Maven.gitignore index 899d52c8..5f2dbe11 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -8,5 +8,5 @@ dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties -# Unignore maven wrapper jar +# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored) !/.mvn/wrapper/maven-wrapper.jar From 8ca6baad0a45f23ec448457dff35dd5f047fe7f4 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Thu, 16 Feb 2017 10:47:31 +1100 Subject: [PATCH 0036/1023] updated link to fastlane docs --- Objective-C.gitignore | 4 ++-- Swift.gitignore | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index af90c007..09dfede4 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -45,10 +45,10 @@ Carthage/Build # fastlane # -# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the +# 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://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md +# https://docs.fastlane.tools/best-practices/source-control/#source-control fastlane/report.xml fastlane/Preview.html diff --git a/Swift.gitignore b/Swift.gitignore index 099d22ae..d5340449 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -59,7 +59,7 @@ Carthage/Build # 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://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md +# https://docs.fastlane.tools/best-practices/source-control/#source-control fastlane/report.xml fastlane/Preview.html From 7815b8bb451aecaea2fff58f23a6f438ae0e37cc Mon Sep 17 00:00:00 2001 From: sherzod Date: Thu, 16 Feb 2017 12:50:02 +0500 Subject: [PATCH 0037/1023] PR WIP: Revert addition to Scala.gitignore --- Scala.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Scala.gitignore b/Scala.gitignore index 4c523cca..a02d882c 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -15,7 +15,6 @@ project/plugins/project/ # Scala-IDE specific .scala_dependencies .worksheet -.cache-main # ENSIME specific .ensime_cache/ From ca5a58fae6254c9aee6b044b8dda9c33a604e745 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Thu, 16 Feb 2017 11:06:57 +0100 Subject: [PATCH 0038/1023] Update TeX.gitignore minitoc also generates .stc, .slf, and .slt files --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 69bfb1ee..77045521 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -134,6 +134,9 @@ acs-*.bib *.mlf *.mlt *.mtc[0-9]* +*.slf[0-9]* +*.slt[0-9]* +*.stc[0-9]* # minted _minted* From 770f4f3769d8828c1f79d9370f9f235fb024baa3 Mon Sep 17 00:00:00 2001 From: sherzod Date: Fri, 17 Feb 2017 01:01:42 +0500 Subject: [PATCH 0039/1023] [Scala] remove external tools excludes. Remove excludes for SBT, Eclipse and ENSIME. They'll be added to appropriate Global/ gitignore files. --- Scala.gitignore | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/Scala.gitignore b/Scala.gitignore index 006a7b24..9c07d4ae 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -1,23 +1,2 @@ *.class *.log - -# sbt specific -.cache -.history -.lib/ -dist/* -target/ -lib_managed/ -src_managed/ -project/boot/ -project/plugins/project/ - -# Scala-IDE specific -.ensime -.ensime_cache/ -.scala_dependencies -.worksheet - -# ENSIME specific -.ensime_cache/ -.ensime From 51b8b5345fabb4e31bc922b85481747121bc80f7 Mon Sep 17 00:00:00 2001 From: sherzod Date: Fri, 17 Feb 2017 00:58:49 +0500 Subject: [PATCH 0040/1023] [Eclipse] Add excludes kept in Scala.gitignore . Scala.gitignore currently has more entries for Eclipse than Eclipse.gitignore itself. Copy missing entries here. --- Global/Eclipse.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 33c4c5be..4f88399d 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -52,3 +52,5 @@ local.properties # Scala IDE specific (Scala & Java development for Eclipse) .cache-main +.scala_dependencies +.worksheet From 8dafbec557c3bc27bc2674ab20cf05c0530c0f13 Mon Sep 17 00:00:00 2001 From: sherzod Date: Fri, 17 Feb 2017 00:35:17 +0500 Subject: [PATCH 0041/1023] [SBT] Add some excludes kept in Scala.gitignore . Scala.gitignore currently has more entries for SBT than SBT.gitignore itself. Copy missing entries here. --- Global/SBT.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/SBT.gitignore b/Global/SBT.gitignore index 970d897c..5ed6acb6 100644 --- a/Global/SBT.gitignore +++ b/Global/SBT.gitignore @@ -1,9 +1,12 @@ # Simple Build Tool # http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control +dist/* target/ lib_managed/ src_managed/ project/boot/ +project/plugins/project/ .history .cache +.lib/ From 82eeac28ed50ebf9bb072eccada19ef7bc40fd92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleixo=20S=C3=A1nchez?= Date: Fri, 17 Feb 2017 11:25:02 +0100 Subject: [PATCH 0042/1023] Ignore dictionaries to reflect docs --- Android.gitignore | 1 + Global/JetBrains.gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 99c8ca5b..520a8635 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -37,6 +37,7 @@ captures/ .idea/workspace.xml .idea/tasks.xml .idea/gradle.xml +.idea/dictionaries .idea/libraries # Keystore files diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 401fee15..ec7e95c6 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -4,6 +4,7 @@ # User-specific stuff: .idea/**/workspace.xml .idea/**/tasks.xml +.idea/dictionaries # Sensitive or high-churn files: .idea/**/dataSources/ From f18e690ec1a95de606c46fc512372efb5713c4f9 Mon Sep 17 00:00:00 2001 From: "Pedro M. Sosa" Date: Sun, 19 Feb 2017 21:43:08 -0800 Subject: [PATCH 0043/1023] [Python Gitignore] Ignore Sage's parsed files Ignore Sage's parsed files (*.sage.py) that are left after running a .Sage program. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index cf3102d6..6f400bfb 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -76,6 +76,9 @@ target/ # celery beat schedule file celerybeat-schedule +#Sage parsed files +*.sage.py + # dotenv .env From 018c091310953d7f6b625f6c5a6369d87c3b042b Mon Sep 17 00:00:00 2001 From: "Pedro M. Sosa" Date: Sun, 19 Feb 2017 23:52:08 -0800 Subject: [PATCH 0044/1023] Update Python.gitignore --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 6f400bfb..62c1e736 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -76,7 +76,7 @@ target/ # celery beat schedule file celerybeat-schedule -#Sage parsed files +# SageMath parsed files *.sage.py # dotenv From af3bfa0eb4aed12dd8c0a5ab70750e25dc09192c Mon Sep 17 00:00:00 2001 From: Joe LaBarbera Date: Wed, 22 Feb 2017 08:41:54 -0800 Subject: [PATCH 0045/1023] Added /project/project to PlayFramework.gitignore https://www.playframework.com/documentation/2.5.x/Anatomy --- PlayFramework.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore index 6d67f119..ae5ec9fe 100644 --- a/PlayFramework.gitignore +++ b/PlayFramework.gitignore @@ -5,6 +5,7 @@ bin/ /lib/ /logs/ /modules +/project/project /project/target /target tmp/ From df59a91460050d7d683baaf902e97774fd8a4098 Mon Sep 17 00:00:00 2001 From: MichaelKogan Date: Tue, 28 Feb 2017 09:15:00 +0200 Subject: [PATCH 0046/1023] Added Telerik's JustMock configruation files --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 372d649b..ffcdc432 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -276,3 +276,6 @@ __pycache__/ # Cake - Uncomment if you are using it # tools/** # !tools/packages.config + +# Telerik's JustMock configuration file +*.jmconfig \ No newline at end of file From c70633efba8b413dad1031cda00ee99968cba554 Mon Sep 17 00:00:00 2001 From: Mart Lubbers Date: Tue, 28 Feb 2017 11:27:43 +0100 Subject: [PATCH 0047/1023] TeX: remove duplicates --- TeX.gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/TeX.gitignore b/TeX.gitignore index 77045521..57ed9f5d 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -28,7 +28,6 @@ *.blg *-blx.aux *-blx.bib -*.brf *.run.xml ## Build tool auxiliary files: @@ -77,8 +76,6 @@ acs-*.bib *.t[1-9] *.t[1-9][0-9] *.tfm -*.[1-9] -*.[1-9][0-9] #(r)(e)ledmac/(r)(e)ledpar *.end @@ -145,9 +142,6 @@ _minted* # morewrites *.mw -# mylatexformat -*.fmt - # nomencl *.nlo From 2dcbc21d808afba1e23c0498f037ece62d585e93 Mon Sep 17 00:00:00 2001 From: Robin Hultman Date: Wed, 1 Mar 2017 10:32:17 +0100 Subject: [PATCH 0048/1023] Added BizTalk build output files to ignore list --- VisualStudio.gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ffcdc432..a752eacc 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -278,4 +278,10 @@ __pycache__/ # !tools/packages.config # Telerik's JustMock configuration file -*.jmconfig \ No newline at end of file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs \ No newline at end of file From d5724e4198dcc486c029e446d22e3fd4893edaae Mon Sep 17 00:00:00 2001 From: marcrocny Date: Thu, 2 Mar 2017 17:14:45 -0500 Subject: [PATCH 0049/1023] 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 5b83681411d95d9302a3e0414efe82c6b4549d26 Mon Sep 17 00:00:00 2001 From: Yousha Aleayoub Date: Mon, 6 Mar 2017 19:16:06 +0330 Subject: [PATCH 0050/1023] Remove Composer's file and directory. --- Symfony.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Symfony.gitignore b/Symfony.gitignore index ed4d3c6c..6c224e02 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -25,7 +25,6 @@ /bin/* !bin/console !bin/symfony_requirements -/vendor/ # Assets and user uploads /web/bundles/ @@ -38,8 +37,5 @@ # Build data /build/ -# Composer PHAR -/composer.phar - # Backup entities generated with doctrine:generate:entities command **/Entity/*~ From 6686e52dbee808c0eab4d4197ff080363657853d Mon Sep 17 00:00:00 2001 From: Marc Lewandowski Date: Mon, 6 Mar 2017 13:14:55 -0500 Subject: [PATCH 0051/1023] 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 1e00aee3b15595ddaa35847e0b0882d839c4007e Mon Sep 17 00:00:00 2001 From: Hannes Elvemyr Date: Thu, 9 Mar 2017 11:31:19 +0100 Subject: [PATCH 0052/1023] Fixes issue excluding sub directories This .gitignore is not correct. At least was not working for me. Ignoring /media/* and then excluding !/media/customer/.htaccess is not working. According to the Git manual, "It is not possible to re-include a file if a parent directory of that file is excluded." (https://git-scm.com/docs/gitignore). Found a solution here: http://stackoverflow.com/questions/987142/make-gitignore-ignore-everything-except-a-few-files/16318111#16318111 --- Magento.gitignore | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/Magento.gitignore b/Magento.gitignore index b282f5cf..6f1fa223 100644 --- a/Magento.gitignore +++ b/Magento.gitignore @@ -3,14 +3,41 @@ #--------------------------# /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 01e2e5617d317c267deae5e765235fd74f24d6be Mon Sep 17 00:00:00 2001 From: gagallo7 Date: Thu, 9 Mar 2017 10:56:06 -0300 Subject: [PATCH 0053/1023] Allow PakBlacklist-*.txt files inside Build dir The PakBlacklist-.txt is used to disallow some files to be packaged in the pak file. This can be very helpful to reduce pak file size for mobile platforms. To avoid the user-defined blueprint class Debug.uasset located in Content/Blueprints folder to be packaged in shipping build, one has to do the following steps: 1. Create the PakBlacklist-Shipping.txt file in Build/Android directory. 2. Insert the content "../../../MyGameName/Blueprints/Debug.uasset 3. Package the game Source: https://docs.unrealengine.com/latest/INT/Platforms/Android/ReducingAPKSize/#packageblacklist --- UnrealEngine.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 2f096001..6c6e1c32 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -54,6 +54,11 @@ Binaries/* # Builds Build/* +# Whitelist PakBlacklist-.txt files +!Build/*/ +Build/*/** +!Build/*/PakBlacklist*.txt + # Don't ignore icon files in Build !Build/**/*.ico From 2d4695b277ff49357dedbf75376e5b03c3e485fe Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Fri, 10 Mar 2017 14:43:32 -0800 Subject: [PATCH 0054/1023] remove extra line --- Unity.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index b829399a..eb83a8f1 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -23,7 +23,6 @@ ExportedObj/ *.svd *.pdb - # Unity3D generated meta files *.pidb.meta From 56feedcfa456e924bc79f2793ce792b440b2b0f0 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Fri, 10 Mar 2017 16:32:54 -0800 Subject: [PATCH 0055/1023] Drastically simplify .gitignore for Dart Our typical workflow has JS and related build outputs in the `build` directory. Most users are on new SDKs, so we don't have to worry about these ignores. Most users don't generate docs locally. If they do, it's easy to add the entry to their .gitignore later. --- Dart.gitignore | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 4b366585..2c6a959a 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,33 +1,8 @@ # See https://www.dartlang.org/tools/private-files.html # Files and directories created by pub - -# SDK 1.20 and later (no longer creates packages directories) .packages .pub/ build/ - -# Older SDK versions -# (Include if the minimum SDK version specified in pubsepc.yaml is earlier than 1.20) -.project -.buildlog -**/packages/ - - -# Files created by dart2js -# (Most Dart developers will use pub build to compile Dart, use/modify these -# rules if you intend to use dart2js directly -# Convention is to use extension '.dart.js' for Dart compiled to Javascript to -# differentiate from explicit Javascript files) -*.dart.js -*.part.js -*.js.deps -*.js.map -*.info.json - -# Directory created by dartdoc -doc/api/ - -# Don't commit pubspec lock file -# (Library packages only! Remove pattern if developing an application package) +# If you're building an application, you may want to check-in your pubspec.lock. pubspec.lock From 0548e0ba6d85fa2223932d3aa2c51c5aab37a00e Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Sat, 11 Mar 2017 13:41:14 -0800 Subject: [PATCH 0056/1023] Update Dart.gitignore --- Dart.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dart.gitignore b/Dart.gitignore index 2c6a959a..16b5be3d 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -6,3 +6,7 @@ build/ # If you're building an application, you may want to check-in your pubspec.lock. pubspec.lock + +# Directory created by dartdoc. +# If you don't generate documentation locally you can remove this line. +doc/api/ From 39723c4ce5d5388a39fc7babd3749d485002ad5b Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Sat, 11 Mar 2017 13:41:43 -0800 Subject: [PATCH 0057/1023] Update Dart.gitignore --- Dart.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 16b5be3d..4d2a4d6d 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -4,9 +4,9 @@ .packages .pub/ build/ -# If you're building an application, you may want to check-in your pubspec.lock. +# If you're building an application, you may want to check-in your pubspec.lock pubspec.lock -# Directory created by dartdoc. +# Directory created by dartdoc # If you don't generate documentation locally you can remove this line. doc/api/ From 8e85b393405cc40adf4d2cce8ab2b03d1652261b Mon Sep 17 00:00:00 2001 From: Robert Richter Date: Sun, 12 Mar 2017 11:37:13 -0500 Subject: [PATCH 0058/1023] Add Cursive's REPL history file **Reasons for making this change:** The file `replstate.xml` contains the history of the Clojure REPL that Cursive adds to IntelliJ. Obviously that's user-specific, and not relevant to other users. **Links to documentation supporting these rule changes:** This file is not well-documented, but in cursive-ide/cursive#1325, the Cursive developers state that this is the REPL history file, and that deleting it is acceptable troubleshooting if it's causing trouble. --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index ec7e95c6..a5d4cc86 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -36,6 +36,9 @@ # JIRA plugin atlassian-ide-plugin.xml +# Cursive Clojure plugin +.idea/replstate.xml + # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml crashlytics.properties From 5ac1b183ac30d805e6782a32d4d29e0adcee082b Mon Sep 17 00:00:00 2001 From: Matt Smith Date: Mon, 13 Mar 2017 10:13:39 +0000 Subject: [PATCH 0059/1023] Add ignore for Secondary data files Secondary data files .ndf (https://msdn.microsoft.com/en-us/library/ms189563.aspx) --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index a752eacc..940794e6 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -219,6 +219,7 @@ UpgradeLog*.htm # SQL Server files *.mdf *.ldf +*.ndf # Business Intelligence projects *.rdl.data @@ -284,4 +285,4 @@ __pycache__/ *.btp.cs *.btm.cs *.odx.cs -*.xsd.cs \ No newline at end of file +*.xsd.cs From afdf5de2144ebf7cb247e59e5284ae4c129266a7 Mon Sep 17 00:00:00 2001 From: JP Dillingham Date: Sat, 18 Mar 2017 23:28:28 -0500 Subject: [PATCH 0060/1023] Add exclusion for OpenCover UI results --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 940794e6..fe5aa805 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -286,3 +286,6 @@ __pycache__/ *.btm.cs *.odx.cs *.xsd.cs + +# OpenCover UI analysis results +OpenCover/ From 4148e0c152a3069e8d2fe0ea64a13338eb0afdf1 Mon Sep 17 00:00:00 2001 From: Omar Shaikh Date: Sun, 19 Mar 2017 23:20:15 -0700 Subject: [PATCH 0061/1023] Adding cmake-build-debug --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index a5d4cc86..ff23445e 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -19,6 +19,9 @@ .idea/**/gradle.xml .idea/**/libraries +# CMake +cmake-build-debug/ + # Mongo Explorer plugin: .idea/**/mongoSettings.xml From cae82a19fbb340f57edb9393a6a7d5315ea13ce2 Mon Sep 17 00:00:00 2001 From: Dominik Raniszewski Date: Tue, 21 Mar 2017 12:06:48 +1100 Subject: [PATCH 0062/1023] Added .spyproject to ignored paths Looks like Spyder 3.1 uses .spyproject folder to store workspace config --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 62c1e736..3aafdc89 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -89,6 +89,7 @@ ENV/ # Spyder project settings .spyderproject +.spyproject # Rope project settings .ropeproject From 811b3a6998a2c579e4d215cd175fb074af05e9df Mon Sep 17 00:00:00 2001 From: Connor Taffe Date: Thu, 23 Mar 2017 11:09:50 -0500 Subject: [PATCH 0063/1023] Double-asterisk misuse `**.` is invalid --- Rails.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rails.gitignore b/Rails.gitignore index e9742760..42aeb550 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -8,7 +8,7 @@ capybara-*.html /public/system /coverage/ /spec/tmp -**.orig +*.orig rerun.txt pickle-email-*.html From 085ab5a65eccb139e52cf6eb0fe069e49bb44077 Mon Sep 17 00:00:00 2001 From: Mansour Hussain Alnasser Date: Fri, 24 Mar 2017 10:53:20 +0300 Subject: [PATCH 0064/1023] ignore logs on /administrator/logs/* --- Joomla.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Joomla.gitignore b/Joomla.gitignore index 53a74e74..b6bf3a9c 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -251,7 +251,7 @@ /administrator/language/en-GB/en-GB.tpl_hathor.sys.ini /administrator/language/en-GB/en-GB.xml /administrator/language/overrides/* -/administrator/logs/index.html +/administrator/logs/* /administrator/manifests/* /administrator/modules/mod_custom/* /administrator/modules/mod_feed/* From 0674ff5b5c77935cbb2ea2269c001bfd84aa1aa5 Mon Sep 17 00:00:00 2001 From: Rafael Miranda Date: Tue, 28 Mar 2017 09:22:28 +0200 Subject: [PATCH 0065/1023] .project and .classpath should be inside VC From the Eclipse Documentation: "Make sure that the .project and .classpath files are under version control. These files must be stored in the repository so that other users checking out the projects for the first time will get the correct type of project and will get the correct Java build path." - http://wiki.eclipse.org/FAQ_How_do_I_set_up_a_Java_project_to_share_in_a_repository%3F --- Global/Eclipse.gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index 4f88399d..ce1c12cd 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -11,9 +11,6 @@ local.properties .loadpath .recommenders -# Eclipse Core -.project - # External tool builders .externalToolBuilders/ @@ -26,9 +23,6 @@ local.properties # CDT-specific (C/C++ Development Tooling) .cproject -# JDT-specific (Eclipse Java Development Tools) -.classpath - # Java annotation processor (APT) .factorypath From d0d432aa8d85ec0aff25775bb76091663ab005b8 Mon Sep 17 00:00:00 2001 From: Spencer Mathews Date: Tue, 28 Mar 2017 14:32:40 -0700 Subject: [PATCH 0066/1023] Change macOS to UNIX line endings --- Global/macOS.gitignore | 52 +++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index f0f3fbc0..828a509a 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -1,26 +1,26 @@ -*.DS_Store -.AppleDouble -.LSOverride - -# Icon must end with two \r -Icon - - -# Thumbnails -._* - -# Files that might appear in the root of a volume -.DocumentRevisions-V100 -.fseventsd -.Spotlight-V100 -.TemporaryItems -.Trashes -.VolumeIcon.icns -.com.apple.timemachine.donotpresent - -# Directories potentially created on remote AFP share -.AppleDB -.AppleDesktop -Network Trash Folder -Temporary Items -.apdisk +*.DS_Store +.AppleDouble +.LSOverride + +# Icon must end with two \r +Icon + + +# Thumbnails +._* + +# Files that might appear in the root of a volume +.DocumentRevisions-V100 +.fseventsd +.Spotlight-V100 +.TemporaryItems +.Trashes +.VolumeIcon.icns +.com.apple.timemachine.donotpresent + +# Directories potentially created on remote AFP share +.AppleDB +.AppleDesktop +Network Trash Folder +Temporary Items +.apdisk From c02a4743f9c66a1d70d9ffb0da3e2156f5cc797e Mon Sep 17 00:00:00 2001 From: Spencer Mathews Date: Tue, 28 Mar 2017 14:42:51 -0700 Subject: [PATCH 0067/1023] Add two CR characters to ignore Icon? --- Global/macOS.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index 828a509a..5972fe50 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -3,8 +3,7 @@ .LSOverride # Icon must end with two \r -Icon - +Icon # Thumbnails ._* From 3292124f0614ee5a687b8c1609da8286c4a34d1e Mon Sep 17 00:00:00 2001 From: Ghislain Antony Vaillant Date: Fri, 31 Mar 2017 09:53:22 +0100 Subject: [PATCH 0068/1023] Ignore mkdocs site directory [mkdocs](http://www.mkdocs.org/) is rising as an alternative to Sphinx for project's documentation. The default build command puts the generated documentation in a `site` directory at the root of the project which should be ignored. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 62c1e736..4c5850d3 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -92,3 +92,6 @@ ENV/ # Rope project settings .ropeproject + +# mkdocs documentation +site/ From 1b5fb77c1c8d3195c9f39d7e72746846073a107d Mon Sep 17 00:00:00 2001 From: Piotr Orzechowski Date: Fri, 31 Mar 2017 19:36:59 +0200 Subject: [PATCH 0069/1023] Add pdfpc files to Tex.gitignore The presentation software pdfpc [1] (which is handy for latex beamer slides) supports additional notes on the secondary screen provided by *.pdfpc files. These can be autogenerated from latex documents with the pdfpcnotes package [2], thus should be ignored in a latex project (but not in others where they could have been created manually). [1] https://pdfpc.github.io/ [2] https://github.com/cebe/pdfpc-latex-notes --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 57ed9f5d..a0322dbd 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -148,6 +148,9 @@ _minted* # pax *.pax +# pdfpcnotes +*.pdfpc + # sagetex *.sagetex.sage *.sagetex.py From a5a3ccd7c21255e00b3af2fb9a3a0ce575d6f1e1 Mon Sep 17 00:00:00 2001 From: Ghislain Antony Vaillant Date: Sat, 1 Apr 2017 08:38:52 +0100 Subject: [PATCH 0070/1023] Exclude the root site folder only --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 4c5850d3..ff65a437 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -94,4 +94,4 @@ ENV/ .ropeproject # mkdocs documentation -site/ +/site From 846064b2b02714dbbe5b6fca240c4ec0f17cf7e5 Mon Sep 17 00:00:00 2001 From: Mayank Kakodkar Date: Sun, 16 Apr 2017 14:36:41 -0400 Subject: [PATCH 0071/1023] Added .tgz --- Global/Archives.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index e9eda68b..f440b808 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -5,6 +5,7 @@ *.rar *.zip *.gz +*.tgz *.bzip *.bz2 *.xz From 433d912914e45426aa6049729efdba95bcbddbe0 Mon Sep 17 00:00:00 2001 From: Piotr Orzechowski Date: Wed, 19 Apr 2017 17:15:22 +0200 Subject: [PATCH 0072/1023] Edit ignore for Microsoft Visio autosave files to include Office <= 2003 --- Global/MicrosoftOffice.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/MicrosoftOffice.gitignore b/Global/MicrosoftOffice.gitignore index cb891745..0c203662 100644 --- a/Global/MicrosoftOffice.gitignore +++ b/Global/MicrosoftOffice.gitignore @@ -13,4 +13,4 @@ ~$*.ppt* # Visio autosave temporary files -*.~vsdx +*.~vsd* From 8508edef79f3a1a68293fe7709c4fa3618b67346 Mon Sep 17 00:00:00 2001 From: Glordim Date: Sun, 23 Apr 2017 10:12:53 +0200 Subject: [PATCH 0073/1023] Add moc_*.h in Qt.gitignore --- Qt.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Qt.gitignore b/Qt.gitignore index c7659c24..6732e720 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -20,6 +20,7 @@ *.qbs.user.* *.moc moc_*.cpp +moc_*.h qrc_*.cpp ui_*.h Makefile* From 58c2abab2c6f84d5e1d4d31a5bc8e1c847cfa825 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 6 May 2017 13:30:48 -0700 Subject: [PATCH 0074/1023] Ignore mypy's cache directory --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index fdad5c7c..768d5f40 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -96,3 +96,6 @@ ENV/ # mkdocs documentation /site + +# mypy +.mypy_cache/ From 841a40d93b34acd39840ab5005a028041b12a46e Mon Sep 17 00:00:00 2001 From: julienshepherd Date: Tue, 9 May 2017 12:54:22 +0300 Subject: [PATCH 0075/1023] add .appx to VisualStudio.gitignore for .appx files created in the project root directory. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 940794e6..56ca15b2 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -183,6 +183,7 @@ AppPackages/ BundleArtifacts/ Package.StoreAssociation.xml _pkginfo.txt +.appx # Visual Studio cache files # files ending in .cache can be ignored From 0618721661c9e6e1f69e8b4586b11ba7d48d4e63 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 10 May 2017 09:23:36 +0200 Subject: [PATCH 0076/1023] Add stackdump to Windows.gitignore **Reasons for making this change:** Ignore the stack dump generated when a program has crashed under Windows. **Links to documentation supporting these rule changes:** http://www.drupalonwindows.com/en/blog/git-shell-windows-reports-shexe-has-stopped-working-appcrash https://community.atlassian.com/t5/SourceTree-questions/Sourcetree-cannot-clone-pull-anymore-sh-exe-stackdump/qaq-p/82962 --- Global/Windows.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index ba26afd9..dff26a9a 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -3,6 +3,9 @@ Thumbs.db ehthumbs.db ehthumbs_vista.db +# Dump file +*.stackdump + # Folder config file Desktop.ini From 1da4978fc81ab9c7f0dff471bfd201400cffe21a Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Wed, 10 May 2017 10:00:35 +0200 Subject: [PATCH 0077/1023] 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 cb129a174f3ff865bb4cd16f67927fca2b30cd6b Mon Sep 17 00:00:00 2001 From: Younggun Kim Date: Fri, 12 May 2017 18:08:06 +0900 Subject: [PATCH 0078/1023] Fixed typo --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 768d5f40..7bbc71c0 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -43,7 +43,7 @@ htmlcov/ .cache nosetests.xml coverage.xml -*,cover +*.cover .hypothesis/ # Translations From 699b4a4f33b973cf020b42afe5805d946654f877 Mon Sep 17 00:00:00 2001 From: Brendan Forster Date: Mon, 15 May 2017 19:31:13 +1000 Subject: [PATCH 0079/1023] ensure the following ! rules are included --- SugarCRM.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SugarCRM.gitignore b/SugarCRM.gitignore index e9270205..6a183d1c 100644 --- a/SugarCRM.gitignore +++ b/SugarCRM.gitignore @@ -6,7 +6,7 @@ # the misuse of the repository as backup replacement. # For development the cache directory can be safely ignored and # therefore it is ignored. -/cache/ +/cache/* !/cache/index.html # Ignore some files and directories from the custom directory. /custom/history/ @@ -22,6 +22,6 @@ # Logs files can safely be ignored. *.log # Ignore the new upload directories. -/upload/ +/upload/* !/upload/index.html /upload_backup/ From 0e332b6d81056c54f6aae222d572c7de17b91e2d Mon Sep 17 00:00:00 2001 From: King Date: Mon, 15 May 2017 17:45:43 +0800 Subject: [PATCH 0080/1023] Update Prestashop.gitignore --- Prestashop.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Prestashop.gitignore b/Prestashop.gitignore index 7c6ae1e3..6da85245 100644 --- a/Prestashop.gitignore +++ b/Prestashop.gitignore @@ -7,8 +7,10 @@ config/settings.*.php # The following files are generated by PrestaShop. admin-dev/autoupgrade/ -/cache/ -!/cache/index.php +/cache/* +!cache/index.php +!/cache/*/ +/cache/*/* !/cache/cachefs/index.php !/cache/purifier/index.php !/cache/push/index.php From 7a6202b6d521eec599eb18a2d992e1014e0690f1 Mon Sep 17 00:00:00 2001 From: King Date: Mon, 15 May 2017 17:48:05 +0800 Subject: [PATCH 0081/1023] Update Prestashop.gitignore this commit is optional, for good-looking --- Prestashop.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Prestashop.gitignore b/Prestashop.gitignore index 6da85245..81f45e19 100644 --- a/Prestashop.gitignore +++ b/Prestashop.gitignore @@ -8,7 +8,7 @@ config/settings.*.php admin-dev/autoupgrade/ /cache/* -!cache/index.php +!/cache/index.php !/cache/*/ /cache/*/* !/cache/cachefs/index.php From 48c2b4f889a808145ea3c0ea3802213cc26ec75f Mon Sep 17 00:00:00 2001 From: julienshepherd Date: Wed, 17 May 2017 21:13:11 +0300 Subject: [PATCH 0082/1023] Update VisualStudio.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 56ca15b2..7bd3b52f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -183,7 +183,7 @@ AppPackages/ BundleArtifacts/ Package.StoreAssociation.xml _pkginfo.txt -.appx +*.appx # Visual Studio cache files # files ending in .cache can be ignored From c65c993f4d5f143ca63363b0dfcd3fe68716ccc3 Mon Sep 17 00:00:00 2001 From: KoynovStas Date: Sat, 20 May 2017 16:49:28 +0400 Subject: [PATCH 0083/1023] add *_plugin_import.cpp to Qt.gitignore This file is autogenerated by qmake. It imports static plugin classes for static plugins specified using QTPLUGIN and QT_PLUGIN_CLASS. variables. This file is autogenerated for static build --- Qt.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Qt.gitignore b/Qt.gitignore index 6732e720..5a3ca953 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -12,6 +12,7 @@ # Qt-es +*_plugin_import.cpp /.qmake.cache /.qmake.stash *.pro.user From ab1e4933925c57887712b08c4e31904be3a2a06f Mon Sep 17 00:00:00 2001 From: KoynovStas Date: Sun, 21 May 2017 10:56:56 +0400 Subject: [PATCH 0084/1023] add target_wrapper.* to Qt.gitignore This file is autogenerated by qmake for run auto(unit) tests. For Windows: target_wrapper.bat For Unix: target_wrapper.sh --- Qt.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 5a3ca953..4174403c 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -27,6 +27,11 @@ ui_*.h Makefile* *build-* + +# Qt unit tests +target_wrapper.* + + # QtCreator *.autosave From 91ae97083c2032785e6c53b1b5093d1bef2c3a29 Mon Sep 17 00:00:00 2001 From: KoynovStas Date: Sun, 21 May 2017 11:06:01 +0400 Subject: [PATCH 0085/1023] add object_script to Qt.gitignore For template rules (modern style) in Qt project file, this file is autogenerated by qmake. Example old style (pro file): SOURCES += src/1.cpp \ src/2.cpp Example new style, uses template rules (pro file): SOURCES += src/*.cpp qmake auto generate files with list of objects object_script.*.Debug object_script.*.Release --- Qt.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 4174403c..5fa47c5a 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -12,6 +12,8 @@ # Qt-es +object_script.*.Release +object_script.*.Debug *_plugin_import.cpp /.qmake.cache /.qmake.stash From 252058ed8e0ce302e2e5cdcb5d473afe56d643aa Mon Sep 17 00:00:00 2001 From: jwg4 Date: Mon, 22 May 2017 09:24:44 +0000 Subject: [PATCH 0086/1023] Consolidate all environments in one section Some of these names relate to specific tools, others could be used by multiple tools. In particular, virtualenv, the most popular tool for creating Python environments, does not mandate any of these and venv/ or .venv are simply conventional. It is more readable to group all of these together. --- Python.gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index 7bbc71c0..113294a5 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -8,7 +8,6 @@ __pycache__/ # Distribution / packaging .Python -env/ build/ develop-eggs/ dist/ @@ -79,11 +78,10 @@ celerybeat-schedule # SageMath parsed files *.sage.py -# dotenv +# Environments .env - -# virtualenv .venv +env/ venv/ ENV/ From 5105ed3af676e94327837f8d99563a2cde9c3c63 Mon Sep 17 00:00:00 2001 From: Keir Nellyer Date: Thu, 25 May 2017 23:48:15 +0100 Subject: [PATCH 0087/1023] Create .gitignore rules for JEnv --- Global/JEnv.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Global/JEnv.gitignore diff --git a/Global/JEnv.gitignore b/Global/JEnv.gitignore new file mode 100644 index 00000000..d838300a --- /dev/null +++ b/Global/JEnv.gitignore @@ -0,0 +1,5 @@ +# JEnv local Java version configuration file +.java-version + +# Used by previous versions of JEnv +.jenv-version From 6d5d7e0c96b71717e9a8efffd4eb1eb372c27021 Mon Sep 17 00:00:00 2001 From: Shiwei Sun Date: Fri, 26 May 2017 16:30:51 +0800 Subject: [PATCH 0088/1023] add MANIFEST to Python.gitignore add MANIFEST which is GENERATED by distutils Reasons for making this change: if you use distutils.core to setup, the file MANIFEST is generated by distutils when run 'python setup.py sdist' --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 113294a5..c958354e 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -23,6 +23,7 @@ wheels/ *.egg-info/ .installed.cfg *.egg +MANIFEST # PyInstaller # Usually these files are written by a python script from a template From 9322d165f36ceb4d2afa85b06606f1daaba272d6 Mon Sep 17 00:00:00 2001 From: Robert Simmons Date: Wed, 31 May 2017 12:16:02 -0400 Subject: [PATCH 0089/1023] Fix capitalization and spacing of comments --- Global/Archives.gitignore | 4 ++-- Global/SublimeText.gitignore | 10 +++++----- Global/Vim.gitignore | 10 ++++++---- Global/macOS.gitignore | 1 + 4 files changed, 14 insertions(+), 11 deletions(-) diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index f440b808..43fd5582 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -12,11 +12,11 @@ *.lzma *.cab -#packing-only formats +# Packing-only formats *.iso *.tar -#package management formats +# Package management formats *.dmg *.xpi *.gem diff --git a/Global/SublimeText.gitignore b/Global/SublimeText.gitignore index 95ff2244..86c3fa45 100644 --- a/Global/SublimeText.gitignore +++ b/Global/SublimeText.gitignore @@ -1,16 +1,16 @@ -# cache files for sublime text +# Cache files for Sublime Text *.tmlanguage.cache *.tmPreferences.cache *.stTheme.cache -# workspace files are user-specific +# Workspace files are user-specific *.sublime-workspace -# project files should be checked into the repository, unless a significant -# proportion of contributors will probably not be using SublimeText +# Project files should be checked into the repository, unless a significant +# proportion of contributors will probably not be using Sublime Text # *.sublime-project -# sftp configuration file +# SFTP configuration file sftp-config.json # Package control specific files diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 42e7afc1..6d21783d 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -1,12 +1,14 @@ -# swap +# Swap [._]*.s[a-v][a-z] [._]*.sw[a-p] [._]s[a-v][a-z] [._]sw[a-p] -# session + +# Session Session.vim -# temporary + +# Temporary .netrwhist *~ -# auto-generated tag files +# Auto-generated tag files tags diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index 5972fe50..9d1061e8 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -1,3 +1,4 @@ +# General *.DS_Store .AppleDouble .LSOverride From ed9f8139c1966b1a3cfef9e27bc204ec8303c18c Mon Sep 17 00:00:00 2001 From: Robert Simmons Date: Tue, 6 Jun 2017 01:07:12 -0400 Subject: [PATCH 0090/1023] Optionally add log files to Vagrant and improve file's comments --- Global/Vagrant.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/Vagrant.gitignore b/Global/Vagrant.gitignore index a977916f..93987ca0 100644 --- a/Global/Vagrant.gitignore +++ b/Global/Vagrant.gitignore @@ -1 +1,5 @@ +# General .vagrant/ + +# Log files (if you are creating logs in debug mode, uncomment this) +# *.logs From 81d78706fa205764893ab25d83f47a6240abad18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20C=C5=93ur?= Date: Thu, 8 Jun 2017 14:14:58 +0800 Subject: [PATCH 0091/1023] clarifying when ignoring is not required --- Global/Xcode.gitignore | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index 37de8bb4..cd0c7d3e 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -2,11 +2,17 @@ # # gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore -## Build generated +## User settings +xcuserdata/ + +## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) +*.xcscmblueprint +*.xccheckout + +## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) build/ DerivedData/ - -## Various settings +*.moved-aside *.pbxuser !default.pbxuser *.mode1v3 @@ -15,9 +21,3 @@ DerivedData/ !default.mode2v3 *.perspectivev3 !default.perspectivev3 -xcuserdata/ - -## Other -*.moved-aside -*.xccheckout -*.xcscmblueprint From 466b5f992d7bb35adeee74b07bafb1773527251e Mon Sep 17 00:00:00 2001 From: Amadeusz Wieczorek Date: Thu, 8 Jun 2017 23:12:57 -0700 Subject: [PATCH 0092/1023] Adds BenchmarkDotNet.Artifacts to VisualStudio.gitignore --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 7bd3b52f..7d537494 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -42,6 +42,9 @@ TestResult.xml [Rr]eleasePS/ dlldata.c +# Benchmark Results +BenchmarkDotNet.Artifacts/ + # .NET Core project.lock.json project.fragment.lock.json From f50f39c3a2dec6e2924891abcafefe4ccece0313 Mon Sep 17 00:00:00 2001 From: Yann Duran Date: Sat, 10 Jun 2017 10:15:38 +1000 Subject: [PATCH 0093/1023] Add Tabs Studio files to VisualStudui.gitignore --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1d1e8372..288955c6 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -273,3 +273,6 @@ __pycache__/ # Cake - Uncomment if you are using it # tools/** # !tools/packages.config + +# Tabs Studio +*.tss \ No newline at end of file From 86db3967f8f5ec30055769d4f52eb2b0ca4fd47b Mon Sep 17 00:00:00 2001 From: jwg4 Date: Wed, 21 Jun 2017 15:42:05 +0000 Subject: [PATCH 0094/1023] Add venv.bak - created by terrarium Terrarium backs up old virtual environments by moving them to this dir. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 113294a5..e89a7ea3 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -83,6 +83,7 @@ celerybeat-schedule .venv env/ venv/ +venv.bak/ ENV/ # Spyder project settings From 1ee9409e83a40035f53f55ef3229a11b799e4479 Mon Sep 17 00:00:00 2001 From: jwg4 Date: Wed, 21 Jun 2017 15:45:53 +0000 Subject: [PATCH 0095/1023] Add env.bak, re-arrange --- Python.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index e89a7ea3..97ca4efa 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -83,8 +83,9 @@ celerybeat-schedule .venv env/ venv/ -venv.bak/ ENV/ +env.bak/ +venv.bak/ # Spyder project settings .spyderproject From 6b9cd7cd908ed9f4b65ac55b7c05c4a49cdfb418 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Gregersen?= Date: Mon, 26 Jun 2017 10:36:49 +0200 Subject: [PATCH 0096/1023] Added link to source --- Umbraco.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index ea05e1fb..b6b0743f 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -1,3 +1,7 @@ +## Ignore Umbraco files/folders generated for each instance +## +## Get latest from https://github.com/github/gitignore/blob/master/Umbraco.gitignore + # Note: VisualStudio gitignore rules may also be relevant # Umbraco From 2e94cf6baf5ca574aaa460301f833977af0d838c Mon Sep 17 00:00:00 2001 From: Niklas Holm Date: Mon, 26 Jun 2017 17:57:23 +0200 Subject: [PATCH 0097/1023] Add extended DVI (XDV) to TeX.gitignore --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index a0322dbd..b6418e51 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -13,6 +13,7 @@ ## Intermediate documents: *.dvi +*.xdv *-converted-to.* # these rules might exclude image files for figures etc. # *.ps From 2bb963b16a1957c865335e53537036c2e97399b5 Mon Sep 17 00:00:00 2001 From: Danila Piatov Date: Thu, 6 Jul 2017 20:10:05 +0200 Subject: [PATCH 0098/1023] .DS_Store is a file name, not an extension --- Global/macOS.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index 9d1061e8..135767fc 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -1,5 +1,5 @@ # General -*.DS_Store +.DS_Store .AppleDouble .LSOverride From ca039e602d02898c3dd3b6316275698537b4c06d Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Sat, 8 Jul 2017 15:48:59 +0300 Subject: [PATCH 0099/1023] Updates Elixir gitignore file Official `elixir`'s `gitignore` after running `mix new` contains these two lines: > # Where 3rd-party dependencies like ExDoc output generated docs. > /doc > # Ignore .fetch files in case you like to edit your project deps locally. > /.fetch They are missing at the moment. --- Elixir.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Elixir.gitignore b/Elixir.gitignore index ac67aaf3..b6d65867 100644 --- a/Elixir.gitignore +++ b/Elixir.gitignore @@ -1,6 +1,8 @@ /_build /cover /deps +/doc +/.fetch erl_crash.dump *.ez *.beam From b19efa92af08645c1f8deea7135cf814aaa3e93c Mon Sep 17 00:00:00 2001 From: Chris S Date: Fri, 14 Jul 2017 12:22:39 +0100 Subject: [PATCH 0100/1023] Update Terraform.gitignore Added .tfvars file so for example AWS credentials aren't committed. --- Terraform.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 41859c81..86693601 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -4,3 +4,6 @@ # Module directory .terraform/ + +# Variable values for development +terraform.tfvars From cc94cfc7e9dc99655ae4913bc4f3631504605fc0 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 20 Jul 2017 08:30:45 -0700 Subject: [PATCH 0101/1023] Ignore .ghc.environment.* --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index 450f32ec..eee88b2f 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -18,3 +18,4 @@ cabal.sandbox.config .stack-work/ cabal.project.local .HTF/ +.ghc.environment.* From 435c4d92ea6ad42936894d3735c3451089883add Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Wed, 26 Jul 2017 09:57:33 +0200 Subject: [PATCH 0102/1023] JetBrains: out/ ignored recursively --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index ff23445e..345e61ae 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -31,7 +31,7 @@ cmake-build-debug/ ## Plugin-specific files: # IntelliJ -/out/ +out/ # mpeltonen/sbt-idea plugin .idea_modules/ From 33718ca1c04979482554996854b324de71d41ba8 Mon Sep 17 00:00:00 2001 From: Lasse Meyer Date: Sat, 29 Jul 2017 00:11:12 +0200 Subject: [PATCH 0103/1023] 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 3575f11b0c9f3602ec7951ff372d647ab0b7a14f Mon Sep 17 00:00:00 2001 From: James Ko Date: Sat, 29 Jul 2017 20:27:45 -0400 Subject: [PATCH 0104/1023] Remove TODO from VS.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 22fd88a5..63ed1db0 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -151,7 +151,7 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -# TODO: Comment the next line if you want to checkin your web deploy settings +# Comment the next line if you want to checkin your web deploy settings # but database connection strings (with potential passwords) will be unencrypted *.pubxml *.publishproj From e1bdd2b14d3868a4de83aeff10729388d5c1de53 Mon Sep 17 00:00:00 2001 From: Sho Yoshida Date: Sun, 30 Jul 2017 21:36:09 +0900 Subject: [PATCH 0105/1023] Updated Smalltalk.gitignore --- Smalltalk.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Smalltalk.gitignore b/Smalltalk.gitignore index 75272b23..943995e1 100644 --- a/Smalltalk.gitignore +++ b/Smalltalk.gitignore @@ -13,6 +13,10 @@ SqueakDebug.log # Monticello package cache /package-cache +# playground cache +/play-cache +/play-stash + # Metacello-github cache /github-cache github-*.zip From feeb9aa6287ca2ad8eed6e1e83b4d631f59ac1aa Mon Sep 17 00:00:00 2001 From: James Ko Date: Sun, 30 Jul 2017 15:57:56 -0400 Subject: [PATCH 0106/1023] Update VisualStudio.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 63ed1db0..89c66054 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -151,7 +151,7 @@ publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml -# Comment the next line if you want to checkin your web deploy settings +# Note: Comment the next line if you want to checkin your web deploy settings, # but database connection strings (with potential passwords) will be unencrypted *.pubxml *.publishproj From 2f7b9918a90a2154af2f048de647f1ba63f1638e Mon Sep 17 00:00:00 2001 From: Alain Tiemblo Date: Tue, 1 Aug 2017 19:32:24 +0200 Subject: [PATCH 0107/1023] Symfony.gitignore: add web server pid file Since Symfony 3.3, WebServerBundle creates a `.web-server-pid` file when embedded server is running. Official blog post: http://symfony.com/blog/new-in-symfony-3-3-webserverbundle --- Symfony.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Symfony.gitignore b/Symfony.gitignore index 6c224e02..85fd714a 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -39,3 +39,6 @@ # Backup entities generated with doctrine:generate:entities command **/Entity/*~ + +# Embedded web-server pid file +/.web-server-pid From 70264dc379a0a0e6ac6df92ff881b820d96dfb98 Mon Sep 17 00:00:00 2001 From: Joshua Shaffer Date: Thu, 10 Aug 2017 23:27:44 -0400 Subject: [PATCH 0108/1023] Fix comments on same line causing ignore to break --- Actionscript.gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Actionscript.gitignore b/Actionscript.gitignore index 11e612e9..5d947ca8 100644 --- a/Actionscript.gitignore +++ b/Actionscript.gitignore @@ -1,9 +1,8 @@ # Build and Release Folders -bin/ bin-debug/ bin-release/ -[Oo]bj/ # FlashDevelop obj -[Bb]in/ # FlashDevelop bin +[Oo]bj/ +[Bb]in/ # Other files and folders .settings/ From 5d0e2b713f2adfd4011bd750347b1842d81693cc Mon Sep 17 00:00:00 2001 From: CodeNotFound <9015796+CodeNotFoundException@users.noreply.github.com> Date: Sat, 12 Aug 2017 05:48:48 +0200 Subject: [PATCH 0109/1023] Adds .gitignore rules for AxoCover AxoCover is a Code Coverage Tool. It creates a **.axoCover** folder where are created: - settings in settings.json - sub-folders into **run** folder which contain code coverage results. All content into **.axoCover** folder must be ignored except the **settings.json** file. --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 89c66054..f652b45c 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -116,6 +116,10 @@ _TeamCity* # DotCover is a Code Coverage Tool *.dotCover +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + # Visual Studio code coverage results *.coverage *.coveragexml From aba6a6d354fa342fea959e08ece0792398a86060 Mon Sep 17 00:00:00 2001 From: Pei-lun Date: Mon, 14 Aug 2017 10:02:05 +0800 Subject: [PATCH 0110/1023] '*.tfstate.*.backup' added to Terraform.gitignore --- Terraform.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 41859c81..f20453be 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -1,5 +1,6 @@ # Compiled files *.tfstate +*.tfstate.*.backup *.tfstate.backup # Module directory From 8a11b10f5ae9d2f159684b68aa68fff58f9d8fc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20S=C3=BCberkr=C3=BCb?= Date: Wed, 16 Aug 2017 17:38:05 +0200 Subject: [PATCH 0111/1023] Add QML and JS cache files to Qt.gitignore --- Qt.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 5fa47c5a..fe67fdf1 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -26,6 +26,8 @@ moc_*.cpp moc_*.h qrc_*.cpp ui_*.h +*.qmlc +*.jsc Makefile* *build-* From 91d3006e953e338d5e1c725f1ea8fce18bd264db Mon Sep 17 00:00:00 2001 From: Denis Date: Sun, 20 Aug 2017 10:44:48 +0300 Subject: [PATCH 0112/1023] Add default file, README in libraries and translations in Drupal --- Drupal.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Drupal.gitignore b/Drupal.gitignore index 0d2fe537..072b6831 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -1,10 +1,12 @@ # Ignore configuration files that may contain sensitive information. sites/*/*settings*.php +sites/example.sites.php # Ignore paths that contain generated content. files/ sites/*/files sites/*/private +sites/*/translations # Ignore default text files robots.txt @@ -16,6 +18,7 @@ robots.txt /UPGRADE.txt /README.txt sites/README.txt +sites/all/libraries/README.txt sites/all/modules/README.txt sites/all/themes/README.txt From d31c40e447eff8c8140fe776a53da57f9f543af7 Mon Sep 17 00:00:00 2001 From: Fabrizio Brancati Date: Tue, 22 Aug 2017 23:58:27 +0200 Subject: [PATCH 0113/1023] Updating Swift.gitignore with Package.resolved --- Swift.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Swift.gitignore b/Swift.gitignore index d5340449..161179bf 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -37,6 +37,7 @@ playground.xcworkspace # Add this line if you want to avoid checking in source code from Swift Package Manager dependencies. # Packages/ # Package.pins +# Package.resolved .build/ # CocoaPods From 1d0f9ccd7a5cc4681ce0e18b65028ff34c195921 Mon Sep 17 00:00:00 2001 From: Renjith S Raj Date: Tue, 29 Aug 2017 05:33:33 +0000 Subject: [PATCH 0114/1023] updated static and media files in django section --- Python.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 113294a5..de1beb02 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -51,6 +51,8 @@ coverage.xml # Django stuff: *.log +.static_storage/ +.media/ local_settings.py # Flask stuff: From 89448d709bcf380c7fa296d2ffb7793129b7e535 Mon Sep 17 00:00:00 2001 From: Denis Defreyne Date: Tue, 29 Aug 2017 23:23:24 +0200 Subject: [PATCH 0115/1023] Nanoc: Ignore tmp/nanoc/, not tmp/ --- Nanoc.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nanoc.gitignore b/Nanoc.gitignore index 3f36ea2a..6f35daaf 100644 --- a/Nanoc.gitignore +++ b/Nanoc.gitignore @@ -4,7 +4,7 @@ output/ # Temporary file directory -tmp/ +tmp/nanoc/ # Crash Log crash.log From e68f3c0984f96ab262db7871f23a818ca0c097e2 Mon Sep 17 00:00:00 2001 From: Ricky de Laveaga Date: Thu, 31 Aug 2017 16:51:26 -0700 Subject: [PATCH 0116/1023] Node - update Compiled binary addons link to https Node.gitignore build/Release Compiled binary addons: http to https https://nodejs.org/api/addons.html --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 00cbbdf5..97e28736 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -29,7 +29,7 @@ bower_components # node-waf configuration .lock-wscript -# Compiled binary addons (http://nodejs.org/api/addons.html) +# Compiled binary addons (https://nodejs.org/api/addons.html) build/Release # Dependency directories From d0e95a023d6a6e7217794432ec83a262045f96f4 Mon Sep 17 00:00:00 2001 From: Fabio Ricali Date: Thu, 7 Sep 2017 18:55:03 +0200 Subject: [PATCH 0117/1023] Adds some files --- ExtJs.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ExtJs.gitignore b/ExtJs.gitignore index c92aea0f..ab97a8cc 100644 --- a/ExtJs.gitignore +++ b/ExtJs.gitignore @@ -10,3 +10,5 @@ ext/ modern.json modern.jsonp resources/sass/.sass-cache/ +resources/.arch-internal-preview.css +.arch-internal-preview.css From a085c7da43ca2e52e6f4b617d0096590eb5d4569 Mon Sep 17 00:00:00 2001 From: Ryan Meredith Date: Tue, 12 Sep 2017 01:29:04 -0400 Subject: [PATCH 0118/1023] Remove double-spaced lines --- Qt.gitignore | 2 -- ZendFramework.gitignore | 1 - 2 files changed, 3 deletions(-) diff --git a/Qt.gitignore b/Qt.gitignore index fe67fdf1..037a1e75 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -31,11 +31,9 @@ ui_*.h Makefile* *build-* - # Qt unit tests target_wrapper.* - # QtCreator *.autosave diff --git a/ZendFramework.gitignore b/ZendFramework.gitignore index 80adb154..f0b7d858 100644 --- a/ZendFramework.gitignore +++ b/ZendFramework.gitignore @@ -19,7 +19,6 @@ temp/ data/DoctrineORMModule/Proxy/ data/DoctrineORMModule/cache/ - # Legacy ZF1 demos/ extras/documentation From 1776050f705ebee57592d328e00a99984136b0b5 Mon Sep 17 00:00:00 2001 From: Qingyu Deng Date: Tue, 12 Sep 2017 14:59:52 +0800 Subject: [PATCH 0119/1023] Fix failure to ignore simulink autosave file `.autosave` does not match the name of autosave file generated by simulink. A leading asterisk(*) is needed to match such name. --- Global/Matlab.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index 09dfde64..cca150a8 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -19,4 +19,4 @@ slprj/ octave-workspace # Simulink autosave extension -.autosave +*.autosave From 14a95b9bcbeee3c9e0b33e42252128d98ee1073e Mon Sep 17 00:00:00 2001 From: KINSANG CHING Date: Fri, 15 Sep 2017 12:45:14 +0800 Subject: [PATCH 0120/1023] Update OCaml.gitignore Merlin is a code completion for OCaml in Vim and Emacs. Such configuraing file is common --- OCaml.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OCaml.gitignore b/OCaml.gitignore index f7817ae5..da0b2042 100644 --- a/OCaml.gitignore +++ b/OCaml.gitignore @@ -18,3 +18,6 @@ _build/ # oasis generated files setup.data setup.log + +# Merlin configuring file for Vim and Emacs +.merlin From cf91e98459459f38bb8e0d46b8a87bbbfefd7dad Mon Sep 17 00:00:00 2001 From: KINSANG CHING Date: Wed, 20 Sep 2017 10:37:54 +0800 Subject: [PATCH 0121/1023] Update Autotools.gitignore add files generated by the autotool m4. --- Autotools.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index e3923f96..ffa6ecc3 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -31,3 +31,12 @@ Makefile.in # http://www.gnu.org/software/texinfo /texinfo.tex + +# http://www.gnu.org/software/m4/ + +m4/libtool.m4 +m4/ltoptions.m4 +m4/ltsugar.m4 +m4/ltversion.m4 +m4/lt~obsolete.m4 +autom4te.cache From 54fbcf0e8d696432f5eafcd9ecaa62a3ab520543 Mon Sep 17 00:00:00 2001 From: jimbob7198 Date: Wed, 20 Sep 2017 16:05:57 +0100 Subject: [PATCH 0122/1023] Add exclusion of Visual Studio trace files (*.e2e) --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9fb31cb3..0867ec5a 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -96,6 +96,9 @@ ipch/ *.vspx *.sap +# Visual Studio Trace Files +*.e2e + # TFS 2012 Local Workspace $tf/ From 77145f787f311efa66c570c5ffadea10a429bf21 Mon Sep 17 00:00:00 2001 From: Mohammad Alhobayyeb Date: Sun, 8 Oct 2017 10:52:58 +0300 Subject: [PATCH 0123/1023] Commenting out Android keystore files Android keystore files are critical and losing them is destructive. They should be commented out by default, the user should explicitly uncomment their line if they intend not to include them into their repository. --- Android.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 520a8635..c79ba508 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -41,7 +41,8 @@ captures/ .idea/libraries # Keystore files -*.jks +# Uncomment the following line if you do not want to check your keystore files in. +#*.jks # External native build folder generated in Android Studio 2.2 and later .externalNativeBuild From c4fb255a8d1415c0c3cd795d1125c8ff2d2a9b82 Mon Sep 17 00:00:00 2001 From: flowonyx Date: Mon, 16 Oct 2017 01:42:37 +0200 Subject: [PATCH 0124/1023] Fixed typos in README.md There were just a couple of typos in the README that I fixed. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68afeff0..322a4ab3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Global (operating system or editor specific) templates should go into the ## Contributing guidelines -We’d love you to help us improve this project. To help us keep this collection +We’d love for you to help us improve this project. To help us keep this collection high quality, we request that contributions adhere to the following guidelines. - **Provide a link to the application or project’s homepage**. Unless it’s @@ -42,7 +42,7 @@ high quality, we request that contributions adhere to the following guidelines. It’s especially helpful to articulate why this change applies to *everyone* who works with the applicable technology, rather than just you or your team. -- **Please consider the scope of your change**. If your change specific to a +- **Please consider the scope of your change**. If your change is specific to a certain language or framework, then make sure the change is made to the template for that language or framework, rather than to the template for an editor, tool, or operating system. From 301da25ffd6f9af59de7050d01941c80e44ee154 Mon Sep 17 00:00:00 2001 From: synepis Date: Wed, 18 Oct 2017 14:38:08 +0100 Subject: [PATCH 0125/1023] Ignore Nuget package directory name casing It looks like VS2017 changed it's nuget package directory name to be capitalized. When using Ubuntu for Windows, directory name casing of NuGet package folder becomes important and detected as a change by git,. This change is to ignore regardless of casing. --- VisualStudio.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0867ec5a..509668db 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -171,11 +171,11 @@ PublishScripts/ # NuGet Packages *.nupkg # The packages folder can be ignored because of Package Restore -**/packages/* +**/[Pp]ackages/* # except build/, which is used as an MSBuild target. -!**/packages/build/ +!**/[Pp]ackages/build/ # Uncomment if necessary however generally it will be regenerated when needed -#!**/packages/repositories.config +#!**/[Pp]ackages/repositories.config # NuGet v3's project.json files produces more ignorable files *.nuget.props *.nuget.targets From b9efdd7d9481f1d04599ab2980275798dab81ec4 Mon Sep 17 00:00:00 2001 From: Yousha Aleayoub Date: Mon, 23 Oct 2017 11:37:18 +0330 Subject: [PATCH 0126/1023] Change desktop.ini to [Dd]esktop.ini --- Global/Windows.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index dff26a9a..846a1db8 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -7,7 +7,7 @@ ehthumbs_vista.db *.stackdump # Folder config file -Desktop.ini +[Dd]esktop.ini # Recycle Bin used on file shares $RECYCLE.BIN/ From 3bb1ab44b38f529fc29efa40e04534eb0cf0b788 Mon Sep 17 00:00:00 2001 From: bndw Date: Mon, 23 Oct 2017 22:43:41 -0700 Subject: [PATCH 0127/1023] Remove .glide/ ignore This was a workaround for https://github.com/Masterminds/glide/issues/736 Signed-off-by: bndw --- Go.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Go.gitignore b/Go.gitignore index a1338d68..ea58090b 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -9,6 +9,3 @@ # Output of the go coverage tool, specifically when used with LiteIDE *.out - -# Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 -.glide/ From ca57c447a31517199695aa7c0177047f43751a47 Mon Sep 17 00:00:00 2001 From: Clifford Date: Fri, 27 Oct 2017 17:55:29 -0500 Subject: [PATCH 0128/1023] Fix link to go to current anchor --- Composer.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Composer.gitignore b/Composer.gitignore index c4222678..a67d42b3 100644 --- a/Composer.gitignore +++ b/Composer.gitignore @@ -1,6 +1,6 @@ composer.phar /vendor/ -# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file +# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file # composer.lock From dca471d597d33cb100db03c586388762baabd4c7 Mon Sep 17 00:00:00 2001 From: Han Tuzun Date: Sun, 29 Oct 2017 22:26:00 +0200 Subject: [PATCH 0129/1023] Update Terraform.gitignore Improvements: * `.terraform` directories could be created in any subdirectory when user runs `terraform init`. * Quite an interesting variations of`.tfstate` files are created by Terraform such as `.*.tfstate.d` or `.*.tfstate.lock.info`. It's best not to name any file with `*.tfstate.*` pattern. * `*.tfvars` files often contain private data and not supposed to be committed. --- Terraform.gitignore | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 9b5aebb1..1fef4ab9 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -1,10 +1,9 @@ -# Compiled files +# Local .terraform directories +**/.terraform/* + +# .tfstate files *.tfstate -*.tfstate.*.backup -*.tfstate.backup +*.tfstate.* -# Module directory -.terraform/ - -# Variable values for development -terraform.tfvars +# .tfvars files +*.tfvars From 887051cabf967009a7f81c0d1132a61461d0f102 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 8 Nov 2017 01:16:31 +0000 Subject: [PATCH 0130/1023] spelling: intellij --- Android.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index c79ba508..addf405e 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -32,7 +32,7 @@ proguard/ # Android Studio captures folder captures/ -# Intellij +# IntelliJ *.iml .idea/workspace.xml .idea/tasks.xml From 657c2b3a1f3829c0b3eed7cd0559571765bc106b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 8 Nov 2017 01:20:10 +0000 Subject: [PATCH 0131/1023] spelling: utils --- Perl.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Perl.gitignore b/Perl.gitignore index 9bf1537f..ecf66f84 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -24,7 +24,7 @@ Build.bat # Module::Install inc/ -# ExtUitls::MakeMaker +# ExtUtils::MakeMaker /blib/ /_eumm/ /*.gz From 33f2a7108f0e49f4010c980b661f53ba8c540c19 Mon Sep 17 00:00:00 2001 From: Chris Lush Date: Thu, 9 Nov 2017 15:35:03 +0000 Subject: [PATCH 0132/1023] Revert "Remove Composer's file and directory." This reverts commit 5b83681411d95d9302a3e0414efe82c6b4549d26. --- Symfony.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Symfony.gitignore b/Symfony.gitignore index 85fd714a..d098259f 100644 --- a/Symfony.gitignore +++ b/Symfony.gitignore @@ -25,6 +25,7 @@ /bin/* !bin/console !bin/symfony_requirements +/vendor/ # Assets and user uploads /web/bundles/ @@ -37,6 +38,9 @@ # Build data /build/ +# Composer PHAR +/composer.phar + # Backup entities generated with doctrine:generate:entities command **/Entity/*~ From 238d3a6861679586dd5b0c2b1a22cc70038ecf07 Mon Sep 17 00:00:00 2001 From: Dean Butcher Date: Tue, 14 Nov 2017 21:57:28 -0400 Subject: [PATCH 0133/1023] Ignore Visual Studio 2017 generated files. --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 509668db..a5dc7cff 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -29,6 +29,9 @@ bld/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ +# Visual Studio 2017 auto generated files +Generated\ Files/ + # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* From bc18e2f16f1575ad7d08b12cfe05a2cd40ad90cb Mon Sep 17 00:00:00 2001 From: Noctis- Date: Thu, 16 Nov 2017 09:09:25 +1000 Subject: [PATCH 0134/1023] Update comment --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 509668db..1dad4e18 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -24,7 +24,7 @@ bld/ [Oo]bj/ [Ll]og/ -# Visual Studio 2015 cache/options directory +# Visual Studio 2015/2017 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ From 91c39c4151a645cd5e4e6af3aaf6b0559363c3a7 Mon Sep 17 00:00:00 2001 From: Aayush Kapoor Date: Fri, 17 Nov 2017 21:51:29 +0530 Subject: [PATCH 0135/1023] Update VisualStudio.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 509668db..faffa6c5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -247,7 +247,7 @@ FakesAssemblies/ .ntvs_analysis.dat node_modules/ -# Typescript v1 declaration files +# TypeScript v1 declaration files typings/ # Visual Studio 6 build log From dc559d66a27e5fe3000cbc85b0cca8698b45a968 Mon Sep 17 00:00:00 2001 From: Pavel Halbich Date: Fri, 24 Nov 2017 00:08:29 +0100 Subject: [PATCH 0136/1023] Include Plugins folder --- UnrealEngine.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 6c6e1c32..1daca8b5 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -50,6 +50,7 @@ SourceArt/**/*.tga # Binary Files Binaries/* +Plugins/*/Binaries/* # Builds Build/* @@ -70,6 +71,7 @@ Saved/* # Compiled source files for the engine to use Intermediate/* +Plugins/*/Intermediate/* # Cache files for the editor to use DerivedDataCache/* From 65b8b3b6fe3adf896243da21c72d0a46dd8a76cf Mon Sep 17 00:00:00 2001 From: Denis Peshkov Date: Wed, 29 Nov 2017 02:47:25 +0200 Subject: [PATCH 0137/1023] Update VisualStudio.gitignore (#2510) * Update VisualStudio.gitignore --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index bf609893..b169d4eb 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -54,6 +54,10 @@ project.fragment.lock.json artifacts/ **/Properties/launchSettings.json +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio *_i.c *_p.c *_i.h From 28372f7d3b4b89f4ab1f2b12e5231c7b280e848b Mon Sep 17 00:00:00 2001 From: Chris Mower Date: Wed, 29 Nov 2017 00:51:19 +0000 Subject: [PATCH 0138/1023] TeX.gitignore modification for Emacs users (#2491) * without . the auto directory is still considered for commits * small addition that ensures all Emacs-Lisp files (.el files) are ignored --- TeX.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index b6418e51..a083b9b4 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -215,7 +215,8 @@ TSWLatexianTemp* *~[0-9]* # auto folder when using emacs and auctex -/auto/* +./auto/* +*.el # expex forward references with \gathertags *-tags.tex From 9e0c53270ade84ca1bbd2fbdfb290ba382fa2514 Mon Sep 17 00:00:00 2001 From: Caio Proiete Date: Tue, 28 Nov 2017 20:51:55 -0400 Subject: [PATCH 0139/1023] Add sccprj/ folder to global MATLAB.gitignore (#2493) --- Global/Matlab.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index cca150a8..7996ad50 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -1,5 +1,5 @@ ##--------------------------------------------------- -## Remove autosaves generated by the Matlab editor +## Remove autosaves generated by the MATLAB editor ## We have git for backups! ##--------------------------------------------------- @@ -14,6 +14,7 @@ # Simulink Code Generation slprj/ +sccprj/ # Session info octave-workspace From 3650f4756957fa929511b3637cb46d3c70f64bdf Mon Sep 17 00:00:00 2001 From: Sadhan Sarma Date: Wed, 29 Nov 2017 06:22:56 +0530 Subject: [PATCH 0140/1023] added logs and devel directories to .gitignore (#2497) --- ROS.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ROS.gitignore b/ROS.gitignore index f8bcd117..425641f2 100644 --- a/ROS.gitignore +++ b/ROS.gitignore @@ -1,3 +1,5 @@ +devel/ +logs/ build/ bin/ lib/ From 825714ceda526b33f811b3bd55b2e6a86f70e6e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thi=20Minh=20Nh=E1=BB=B1t?= Date: Wed, 29 Nov 2017 08:00:43 +0700 Subject: [PATCH 0141/1023] Add *.sta (standalone packages) for TeX (#2484) --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index a083b9b4..9bb63365 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -220,3 +220,6 @@ TSWLatexianTemp* # expex forward references with \gathertags *-tags.tex + +# standalone packages +*.sta From e0c2baea55e9537dbc50e834a090da34c4229841 Mon Sep 17 00:00:00 2001 From: Matthew Wallace <1502616@abertay.ac.uk> Date: Wed, 29 Nov 2017 01:01:40 +0000 Subject: [PATCH 0142/1023] Update Unity.gitignore (#2502) Prevents directories: `Library` `Temp` `Obj` `Build` `Builds` `Assets/AssetStoreTools` from being included in the remote if the project sits in the `Assets` folder. --- Unity.gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index eb83a8f1..b9e16b53 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,9 +1,9 @@ -/[Ll]ibrary/ -/[Tt]emp/ -/[Oo]bj/ -/[Bb]uild/ -/[Bb]uilds/ -/Assets/AssetStoreTools* +*/[Ll]ibrary/ +*/[Tt]emp/ +*/[Oo]bj/ +*/[Bb]uild/ +*/[Bb]uilds/ +*/Assets/AssetStoreTools* # Visual Studio 2015 cache directory /.vs/ From c84ba706520c6163e42177c2d493ce9b91fdd2d4 Mon Sep 17 00:00:00 2001 From: James Reed Date: Tue, 28 Nov 2017 17:03:18 -0800 Subject: [PATCH 0143/1023] Ignore Unity generated '*.pdb.meta' files for '*.pdb' files (#2486) --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index b9e16b53..14372929 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -25,6 +25,7 @@ ExportedObj/ # Unity3D generated meta files *.pidb.meta +*.pdb.meta # Unity3D Generated File On Crash Reports sysinfo.txt From d9679b982edc23254f8e546869041a0da55125e0 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 28 Nov 2017 20:04:15 -0500 Subject: [PATCH 0144/1023] Add cabal.project.local~ to Haskell.gitignore (#2479) --- Haskell.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haskell.gitignore b/Haskell.gitignore index eee88b2f..82f3a88e 100644 --- a/Haskell.gitignore +++ b/Haskell.gitignore @@ -17,5 +17,6 @@ cabal.sandbox.config *.eventlog .stack-work/ cabal.project.local +cabal.project.local~ .HTF/ .ghc.environment.* From 86e01548dd97d6a1b5fc9ad303f10111b17ce0a9 Mon Sep 17 00:00:00 2001 From: Tuomas-Matti Soikkeli Date: Wed, 29 Nov 2017 03:08:59 +0200 Subject: [PATCH 0145/1023] Add ignore for Azure Stream Analytics local run output folder (#2498) --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index b169d4eb..6217e6c4 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -310,3 +310,6 @@ __pycache__/ # OpenCover UI analysis results OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ From dc0ca6d8d5e61dae1bd051f9a99c1414890069f6 Mon Sep 17 00:00:00 2001 From: Matthew Wallace <1502616@abertay.ac.uk> Date: Wed, 29 Nov 2017 21:36:52 +0000 Subject: [PATCH 0146/1023] Fixing .gitignore (#2531) * Update Unity.gitignore Prevents directories: `Library` `Temp` `Obj` `Build` `Builds` `Assets/AssetStoreTools` from being included in the remote if the project sits in the `Assets` folder. * removed wildcards from Unity's .gitignore --- Unity.gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index 14372929..75e5b140 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,9 +1,9 @@ -*/[Ll]ibrary/ -*/[Tt]emp/ -*/[Oo]bj/ -*/[Bb]uild/ -*/[Bb]uilds/ -*/Assets/AssetStoreTools* +[Ll]ibrary/ +[Tt]emp/ +[Oo]bj/ +[Bb]uild/ +[Bb]uilds/ +Assets/AssetStoreTools* # Visual Studio 2015 cache directory /.vs/ From ea2aa40cb4620e334a87e8494e03d0e7d1ec11df Mon Sep 17 00:00:00 2001 From: Augusto Daniele Date: Tue, 5 Dec 2017 17:40:27 -0300 Subject: [PATCH 0147/1023] Update Jekyll.gitignore (#2540) Add .jekyll-cache/ as per envygeeks/jekyll-assets --- Jekyll.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Jekyll.gitignore b/Jekyll.gitignore index 5c91b60c..2ca86829 100644 --- a/Jekyll.gitignore +++ b/Jekyll.gitignore @@ -1,3 +1,4 @@ _site/ .sass-cache/ +.jekyll-cache/ .jekyll-metadata From 6fa7f9416d2c5bd0dbc651ea3f88ccd3ef91024e Mon Sep 17 00:00:00 2001 From: Enrico Sada Date: Wed, 13 Dec 2017 23:37:34 +0100 Subject: [PATCH 0148/1023] ignore MSBuild Binary and Structured Log (#2549) ref http://msbuildlog.com/ --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 6217e6c4..3ecb13b9 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -313,3 +313,7 @@ OpenCover/ # Azure Stream Analytics local run output ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + From 15d9a616ae9052559b86605f5a12f7b94bf73797 Mon Sep 17 00:00:00 2001 From: Richard Thompson Date: Fri, 15 Dec 2017 02:09:14 +0000 Subject: [PATCH 0149/1023] Ignoring the models builder out of date flag (#2543) The out of date models flag is automatically generated by the system, we don't want this in Git --- Umbraco.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index b6b0743f..c0392626 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -21,3 +21,6 @@ # ImageProcessor DiskCache **/App_Data/cache/ + +# Ignore the Models Builder models out of date flag +**/App_Data/Models/ood.flag From 0a4fc9c0ef24efe6aa7ed6c42f4c03de938a08fa Mon Sep 17 00:00:00 2001 From: Stefan Date: Thu, 14 Dec 2017 21:11:09 -0500 Subject: [PATCH 0150/1023] Ignore node_modules (#2538) Rails 5 uses npm to handle javascript dependancies, node_modules should not be checked in to git. --- Rails.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Rails.gitignore b/Rails.gitignore index 42aeb550..828ab1d5 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -42,3 +42,7 @@ bower.json # Ignore Byebug command history file. .byebug_history + +# Ignore node_modules +node_modules/ + From 33670c672dd6de056119b115123af4fd83150f57 Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Fri, 15 Dec 2017 02:11:47 +0000 Subject: [PATCH 0151/1023] Update Matlab.gitignore (#2533) Added extensions for prepackaged app and toolbox file, pregenerated helpsearch folders. --- Global/Matlab.gitignore | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index 7996ad50..d87a6bdb 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -1,8 +1,3 @@ -##--------------------------------------------------- -## Remove autosaves generated by the MATLAB editor -## We have git for backups! -##--------------------------------------------------- - # Windows default autosave extension *.asv @@ -12,12 +7,19 @@ # Compiled MEX binaries (all platforms) *.mex* -# Simulink Code Generation +# Packaged app and toolbox files +*.mlappinstall +*.mltbx + +# Generated helpsearch folders +helpsearch*/ + +# Simulink code generation folders slprj/ sccprj/ -# Session info -octave-workspace - # Simulink autosave extension *.autosave + +# Octave session info +octave-workspace From 9d51cf8de74307a34dee14d3bb9fc932e3160457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=AD=A3=E9=A3=9E=E9=BE=99?= Date: Mon, 18 Dec 2017 13:08:31 +0800 Subject: [PATCH 0152/1023] Add "cmake-build-release/" to Jetbrains.gitignore (#2552) --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 345e61ae..a30eacf1 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -21,6 +21,7 @@ # CMake cmake-build-debug/ +cmake-build-release/ # Mongo Explorer plugin: .idea/**/mongoSettings.xml From 1a9f616ce525987555d43c72d59eb830d1856bd7 Mon Sep 17 00:00:00 2001 From: Mostafa Soufi Date: Thu, 21 Dec 2017 02:00:58 +0330 Subject: [PATCH 0153/1023] Added Must Use Plugins to gotignore (#2553) https://codex.wordpress.org/Must_Use_Plugins --- WordPress.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/WordPress.gitignore b/WordPress.gitignore index 97923503..3b181ec0 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -7,6 +7,7 @@ wp-content/blogs.dir/ wp-content/cache/ wp-content/upgrade/ wp-content/uploads/ +wp-content/mu-plugins/ wp-content/wp-cache-config.php wp-content/plugins/hello.php From de2539a72970d6a140850a33d59de537362da284 Mon Sep 17 00:00:00 2001 From: PTS93 Date: Tue, 26 Dec 2017 00:24:52 +0100 Subject: [PATCH 0154/1023] Added a few common CAM file extensions (#2555) --- Eagle.gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Eagle.gitignore b/Eagle.gitignore index 9ced1260..9afc324d 100644 --- a/Eagle.gitignore +++ b/Eagle.gitignore @@ -4,6 +4,9 @@ *.s#? *.b#? *.l#? +*.b$? +*.s$? +*.l$? # Eagle project file # It contains a serial number and references to the file structure @@ -31,14 +34,19 @@ eagle.epf *.drl *.gpi *.pls +*.ger +*.gpi +*.xln *.drd *.drd.* +*.s#* +*.b#* + *.info *.eps # file locks introduced since 7.x *.lck - From 7d42effdebb0faea3ba5871c52fd93961dcfdab1 Mon Sep 17 00:00:00 2001 From: toby Date: Tue, 26 Dec 2017 03:30:10 +0000 Subject: [PATCH 0155/1023] Add *.snk strong name key files (#2483) * Add *.snk strong name key files Strong name key files shouldn't be included in a repository AFAIK. they are intended to sign build output to verify that it comes from the correct publisher. having an *.snk in a repository would allow anyone to produce build as if they were the original publisher. I guess some OSS projects might like to have *.snk files in their repos but that would be an exception to the rule. * Make use of *.snk optional Add note explaining use. * Reduce explanation Just use a link instead --- VisualStudio.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 3ecb13b9..d3d5371b 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -219,6 +219,10 @@ ClientBin/ *.publishsettings orleans.codegen.cs +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + # Since there are multiple workflows, uncomment next line to ignore bower_components # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) #bower_components/ From ade08baee2cf60afd794432b3e779fe5844c545d Mon Sep 17 00:00:00 2001 From: Rafi Wiener Date: Tue, 26 Dec 2017 11:34:18 +0200 Subject: [PATCH 0156/1023] Update Eclipse.gitignore (#2556) * Update Eclipse.gitignore * Update Eclipse.gitignore --- Global/Eclipse.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index ce1c12cd..0eb8a5e8 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -23,6 +23,9 @@ local.properties # CDT-specific (C/C++ Development Tooling) .cproject +# CDT- autotools +.autotools + # Java annotation processor (APT) .factorypath From 7c0cf6d9ec0399fd9f195130c84c55f94ed6501f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BA=84=E5=A4=A9=E7=BF=BC?= Date: Mon, 1 Jan 2018 00:35:21 +0800 Subject: [PATCH 0157/1023] Ignore parcel-bundler cache --- Node.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 97e28736..2ceae0f2 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -57,3 +57,5 @@ typings/ # dotenv environment variables file .env +# parcel-bundler cache (https://parceljs.org/) +.cache From b25db7156bc4a76f4380c72965bdf4178a2aa920 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 1 Jan 2018 20:57:36 +0100 Subject: [PATCH 0158/1023] Go: Add '*.exe~' to .gitignore When you build a Go executable, which does already exists and is in use on Windows (e.g. running) then the output binary name will be extended by a '~' prefix. https://github.com/golang/go/blob/558eeb2d850d064b0b02b65a7bf3af6c108c248d/src/cmd/go/internal/work/exec.go#L1165-L1170 --- Go.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Go.gitignore b/Go.gitignore index ea58090b..f1c181ec 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -1,5 +1,6 @@ # Binaries for programs and plugins *.exe +*.exe~ *.dll *.so *.dylib From 7272fe439b6b3d8f525aa5a2c5e6262899c02b78 Mon Sep 17 00:00:00 2001 From: Kyle Kelley Date: Mon, 1 Jan 2018 14:26:54 -0800 Subject: [PATCH 0159/1023] Update Node.gitignore --- Node.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 97e28736..d1bed128 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -57,3 +57,5 @@ typings/ # dotenv environment variables file .env +# next.js build output +.next From 430b19e374f2cc292b962dcc63774c8ae2413bf4 Mon Sep 17 00:00:00 2001 From: Justin Hartman Date: Thu, 4 Jan 2018 04:57:41 +0200 Subject: [PATCH 0160/1023] 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 0161/1023] 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 94f0d69b6fcced8982eb50ecec7cae5523fee095 Mon Sep 17 00:00:00 2001 From: mbukejlovic Date: Thu, 4 Jan 2018 10:26:19 +0100 Subject: [PATCH 0162/1023] Fixed the unignore of folder 'packages' Considering the VisualStudio gitignore file contains a line "**/[Pp]ackages/*", these 2 lines from Umbraco gitignore never get applied properly to the desired files, even though Umbraco lines were added after the VS lines. I guess the VS's line is more specific, so it gets a priority of some sort. --- Umbraco.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index c0392626..10fc2b4d 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -16,8 +16,8 @@ # Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder) # Make sure to include details from VisualStudio.gitignore BEFORE this -!**/App_Data/[Pp]ackages/ -!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages +!**/App_Data/[Pp]ackages/* +!**/[Uu]mbraco/[Dd]eveloper/[Pp]ackages/* # ImageProcessor DiskCache **/App_Data/cache/ From 31848ebd63e7091c88be039eaa9d8b8d345f85e6 Mon Sep 17 00:00:00 2001 From: jerzywie Date: Thu, 11 Jan 2018 10:23:14 +0000 Subject: [PATCH 0163/1023] Add .nvuser NVidia Nsight configuration file --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d3d5371b..1057235f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -321,3 +321,5 @@ ASALocalRun/ # MSBuild Binary and Structured Log *.binlog +# NVidia Nsight GPU debugger configuration file +*.nvuser From 690942a76ec0e936db58461e70836ddc8fd3495c Mon Sep 17 00:00:00 2001 From: Chih-Yung Liang Date: Fri, 12 Jan 2018 08:01:52 +0800 Subject: [PATCH 0164/1023] Remove two ignores for Python/Django Both are neither python-specific nor django-specific: - .static_storage - .media --- Python.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index af2f5375..4c31166e 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -52,8 +52,6 @@ coverage.xml # Django stuff: *.log -.static_storage/ -.media/ local_settings.py # Flask stuff: From 27b2d19960b0a338d3f02fe1fd09470981f8acd7 Mon Sep 17 00:00:00 2001 From: Ruttanachai Auitragool Date: Fri, 12 Jan 2018 15:54:34 +0700 Subject: [PATCH 0165/1023] Update Android.gitignore Add fastlane in Android gitignore --- Android.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index addf405e..d5713722 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -54,3 +54,10 @@ google-services.json freeline.py freeline/ freeline_project_description.json + +# fastlane +fastlane/report.xml +fastlane/Preview.html +fastlane/screenshots +fastlane/test_output +fastlane/readme.md From 4cd348e3218e50f9b659af3ef00b84c9dce23dc5 Mon Sep 17 00:00:00 2001 From: Felipe Meneguzzi Date: Tue, 16 Jan 2018 09:24:56 -0200 Subject: [PATCH 0166/1023] Update TeX.gitignore Added a temporary file used in MacTeX --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index 9bb63365..5359e544 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -10,6 +10,7 @@ *.fot *.cb *.cb2 +.*.lb ## Intermediate documents: *.dvi From 4c35119bfb6ad19eea3af690347483e8d4590140 Mon Sep 17 00:00:00 2001 From: raterus <34514523+raterus@users.noreply.github.com> Date: Fri, 19 Jan 2018 13:01:32 -0500 Subject: [PATCH 0167/1023] Add rptproj.rptuser The VS 2017 version of the Business Intelligence project contains a user file (*.rptproj.rptuser) that should be ignored as well --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d3d5371b..3a843ad5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -247,6 +247,7 @@ UpgradeLog*.htm *.rdl.data *.bim.layout *.bim_*.settings +*.rptproj.rsuser # Microsoft Fakes FakesAssemblies/ From 4162c93865c81164fcab83b5ea0fa0b3fd38453d Mon Sep 17 00:00:00 2001 From: Felix Divo Date: Fri, 26 Jan 2018 11:32:59 +0100 Subject: [PATCH 0168/1023] Added ignore for files created by `catkin_make_isolated` Simply execute `catkin_make_isolated` and `build` and `devel` will have different names, but should be ignored as well. --- ROS.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ROS.gitignore b/ROS.gitignore index 425641f2..35d74bb7 100644 --- a/ROS.gitignore +++ b/ROS.gitignore @@ -13,6 +13,8 @@ msg/*Feedback.msg msg/*Goal.msg msg/*Result.msg msg/_*.py +build_isolated/ +devel_isolated/ # Generated by dynamic reconfigure *.cfgc From 415d7322307917704c865e36628973e797642a65 Mon Sep 17 00:00:00 2001 From: komaflash // ec8or Date: Tue, 30 Jan 2018 10:02:51 +0100 Subject: [PATCH 0169/1023] Added "ServiceFabricBackup/" The latest update of Visual Studio 17 (15.5.5) introduces a new backup folder called "ServiceFabricBackup" before upgrading service fabric applications. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index d3d5371b..c49041ff 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -237,6 +237,7 @@ _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML UpgradeLog*.htm +ServiceFabricBackup/ # SQL Server files *.mdf From 91654d4e53a78e0b571c0ee8bca9ee93d38cde01 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Wed, 31 Jan 2018 20:26:54 -0500 Subject: [PATCH 0170/1023] Add `.dart_tool/` Followup to https://github.com/dart-lang/site-www/issues/444#issuecomment-346560788 --- Dart.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Dart.gitignore b/Dart.gitignore index 4d2a4d6d..58950beb 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,6 +1,7 @@ # See https://www.dartlang.org/tools/private-files.html # Files and directories created by pub +.dart_tool/ .packages .pub/ build/ From f651f0d3eef062a8592e017a194e703d93f3e5c9 Mon Sep 17 00:00:00 2001 From: raimon Date: Sun, 4 Feb 2018 17:01:22 +0900 Subject: [PATCH 0171/1023] Add ignore '.pytest_cache' directory in Unit test section --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index af2f5375..b989be6c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -45,6 +45,7 @@ nosetests.xml coverage.xml *.cover .hypothesis/ +.pytest_cache/ # Translations *.mo From ca82236eb8e6e1ba0423f33ad29b67b1cd31b74b Mon Sep 17 00:00:00 2001 From: Nathan Floris Copier Date: Mon, 5 Feb 2018 19:23:52 -0700 Subject: [PATCH 0172/1023] Fixes WebStorm capitalization in comment On line 1, WebStorm is capitalized the same way as the other IDE names. --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index a30eacf1..2e29437f 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,4 +1,4 @@ -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm +# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # User-specific stuff: From 2170a0447b724c210960395f39d9ad76c3fd44e3 Mon Sep 17 00:00:00 2001 From: "Dmitriy \"DK\" Korobskiy" Date: Wed, 7 Feb 2018 11:05:42 -0500 Subject: [PATCH 0173/1023] .idea/**/datasources.xml is now safe to store Since IDEA 14 (2014), IDEA and other contemporaneous JebBrains IDEs don't store sensitive info in `datasources.xml` and it makes sense to version control to share project data sources among the team. `dataSources.local.xml` is user-specific: contain usernames and could be sensitive from a security perspective, albeit passwords could be externalized to e.g. Mac Keychain. References: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839, https://youtrack.jetbrains.com/issue/IDEA-127105 --- Global/JetBrains.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 2e29437f..9c01e12b 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -9,7 +9,6 @@ # Sensitive or high-churn files: .idea/**/dataSources/ .idea/**/dataSources.ids -.idea/**/dataSources.xml .idea/**/dataSources.local.xml .idea/**/sqlDataSources.xml .idea/**/dynamic.xml From 82caf7ce6700cbf2dabcdd3079432bb6ab95440c Mon Sep 17 00:00:00 2001 From: dgabbe Date: Mon, 12 Feb 2018 11:47:41 -0500 Subject: [PATCH 0174/1023] Exclude secret deployment key in rsconnect/ Exclude secret deployment key in rsconnect/, see https://shiny.rstudio.com/articles/shinyapps.html for details. --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index fcff087a..26fad6fa 100644 --- a/R.gitignore +++ b/R.gitignore @@ -31,3 +31,6 @@ vignettes/*.pdf # Temporary files created by R markdown *.utf8.md *.knit.md + +# Shiny token, see https://shiny.rstudio.com/articles/shinyapps.html +rsconnect/ From 6d6dce75f8ec06bcd18e6fbceb9c2278a32f23a8 Mon Sep 17 00:00:00 2001 From: davidebeatrici Date: Tue, 13 Feb 2018 00:22:21 +0100 Subject: [PATCH 0175/1023] Qt: Remove extra empty lines --- Qt.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Qt.gitignore b/Qt.gitignore index 037a1e75..967c468d 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -1,5 +1,4 @@ # C++ objects and libs - *.slo *.lo *.o @@ -11,7 +10,6 @@ *.dylib # Qt-es - object_script.*.Release object_script.*.Debug *_plugin_import.cpp @@ -35,7 +33,6 @@ Makefile* target_wrapper.* # QtCreator - *.autosave # QtCtreator Qml @@ -44,4 +41,3 @@ target_wrapper.* # QtCtreator CMake CMakeLists.txt.user* - From 2e3f1955d2c438157a024d2136895d54f91c877f Mon Sep 17 00:00:00 2001 From: davidebeatrici Date: Mon, 12 Feb 2018 03:22:09 +0100 Subject: [PATCH 0176/1023] Qt: Correct typo "QtCtreator" to "QtCreator" --- Qt.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Qt.gitignore b/Qt.gitignore index 967c468d..5291a385 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -35,9 +35,9 @@ target_wrapper.* # QtCreator *.autosave -# QtCtreator Qml +# QtCreator Qml *.qmlproject.user *.qmlproject.user.* -# QtCtreator CMake +# QtCreator CMake CMakeLists.txt.user* From 2e7e0bb4f2681aa45b01db9b5f011cafd563a9da Mon Sep 17 00:00:00 2001 From: Quique Fdez Guerra Date: Thu, 22 Feb 2018 18:09:53 +0100 Subject: [PATCH 0177/1023] Remove typings ignore Nobody is using v1 of typings anymore on new projects and 'typings' is the recommended name for the folders of your custom types. On the other hand the official Visual Studio ignore is not ignoring this folder. --- VisualStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index c49041ff..8e930f59 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -259,9 +259,6 @@ FakesAssemblies/ .ntvs_analysis.dat node_modules/ -# TypeScript v1 declaration files -typings/ - # Visual Studio 6 build log *.plg From 8ac0a9b09afcbe4e8886164e57916aa5324b21a7 Mon Sep 17 00:00:00 2001 From: Josh Bleecher Snyder Date: Fri, 23 Feb 2018 08:07:25 -0800 Subject: [PATCH 0178/1023] Joomla: don't ignore .gitignore Root .gitignore files should generally be checked in. --- Joomla.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Joomla.gitignore b/Joomla.gitignore index b6bf3a9c..378c158b 100644 --- a/Joomla.gitignore +++ b/Joomla.gitignore @@ -1,4 +1,3 @@ -/.gitignore /.htaccess /administrator/cache/* /administrator/components/com_admin/* From 4f1daa4277de48bf45db1444faefb563449ddf99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Gim=C3=A9nez?= Date: Sat, 24 Feb 2018 18:48:24 -0300 Subject: [PATCH 0179/1023] Add {prod, dev, whatever_enviroment}.secret.exs --- Elixir.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Elixir.gitignore b/Elixir.gitignore index b6d65867..86e4c3f3 100644 --- a/Elixir.gitignore +++ b/Elixir.gitignore @@ -6,3 +6,4 @@ erl_crash.dump *.ez *.beam +/config/*.secret.exs From 4f7105bd6ea55fdcc1b68d9718af31cd00446959 Mon Sep 17 00:00:00 2001 From: jtogrul Date: Sun, 25 Feb 2018 14:57:08 +0100 Subject: [PATCH 0180/1023] Ignored default sqlite database of Django --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index b989be6c..c9912069 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -56,6 +56,7 @@ coverage.xml .static_storage/ .media/ local_settings.py +db.sqlite3 # Flask stuff: instance/ From feacd863f31fc6103b738a0836e5e76502a827fa Mon Sep 17 00:00:00 2001 From: alex hall Date: Sun, 25 Feb 2018 14:55:31 -0800 Subject: [PATCH 0181/1023] Create Godot.gitignore A simple .gitignore for the Godot game engine. --- Godot.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Godot.gitignore diff --git a/Godot.gitignore b/Godot.gitignore new file mode 100644 index 00000000..14e15289 --- /dev/null +++ b/Godot.gitignore @@ -0,0 +1,12 @@ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Mono-specific ignores +.mono/ + +# System/tool-specific ignores +.directory +*~ From c4ed4015e674101690b7274d0e5d49d1cc43475f Mon Sep 17 00:00:00 2001 From: "Wesley T. Honeycutt" Date: Thu, 1 Mar 2018 19:38:51 -0600 Subject: [PATCH 0182/1023] Added htlatex for TeX.gitignore --- TeX.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 5359e544..78c1c5cd 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -110,6 +110,14 @@ acs-*.bib *.gaux *.gtex +# htlatex +*.4ct +*.4tc +*.idv +*.lg +*.trc +*.xref + # hyperref *.brf From 60ad7088f7b41a53fbfd64f372a909dc3c8b1df1 Mon Sep 17 00:00:00 2001 From: Kevin Moore Date: Fri, 2 Mar 2018 10:39:24 -0800 Subject: [PATCH 0183/1023] Fix URL in comments Points to valid URI --- Dart.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dart.gitignore b/Dart.gitignore index 58950beb..7bf00e82 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -1,4 +1,4 @@ -# See https://www.dartlang.org/tools/private-files.html +# See https://www.dartlang.org/guides/libraries/private-files # Files and directories created by pub .dart_tool/ From 433d622b9fa01f7266e6785e6d246e4796a18658 Mon Sep 17 00:00:00 2001 From: alex hall Date: Wed, 7 Mar 2018 15:34:01 -0800 Subject: [PATCH 0184/1023] remove system specific ignores. --- Godot.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Godot.gitignore b/Godot.gitignore index 14e15289..ba45ca45 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -6,7 +6,3 @@ export_presets.cfg # Mono-specific ignores .mono/ - -# System/tool-specific ignores -.directory -*~ From afa7cc29c6551e91cde4f18bef3a78a8c1d2ea9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Sun, 11 Mar 2018 10:21:27 -0300 Subject: [PATCH 0185/1023] KiCad: Add formar documentation link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- KiCad.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index 208bc4fc..6b522fa8 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -1,4 +1,5 @@ # For PCBs designed using KiCad: http://www.kicad-pcb.org/ +# Format documentation: http://kicad-pcb.org/help/file-formats/ # Temporary files *.000 From 820f5343c0455bcecff7f436a07e326f320bce30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Jos=C3=A9=20Pereira?= Date: Sun, 11 Mar 2018 10:22:05 -0300 Subject: [PATCH 0186/1023] KiCad: Add backup, cache and rascue formats MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Patrick José Pereira --- KiCad.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index 6b522fa8..198392e5 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -9,6 +9,10 @@ *~ _autosave-* *.tmp +*-cache.lib +*-rescue.lib +*-save.pro +*-save.kicad_pcb # Netlist files (exported from Eeschema) *.net From 962020b16ced04b1073e89da970bf9e29f0bc618 Mon Sep 17 00:00:00 2001 From: Jan Hacker Date: Tue, 13 Mar 2018 13:34:43 +0100 Subject: [PATCH 0187/1023] Update documentation link cargo.toml vs cargo.lock --- Rust.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rust.gitignore b/Rust.gitignore index 50281a44..088ba6ba 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -3,7 +3,7 @@ /target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries -# More information here http://doc.crates.io/guide.html#cargotoml-vs-cargolock +# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html Cargo.lock # These are backup files generated by rustfmt From 7b6718742aea040842f651be9649414121b61f31 Mon Sep 17 00:00:00 2001 From: Popa Marius Adrian Date: Thu, 15 Mar 2018 15:51:27 +0200 Subject: [PATCH 0188/1023] remove VS year from comments --- Unity.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index 75e5b140..a7c0c70a 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -5,7 +5,7 @@ [Bb]uilds/ Assets/AssetStoreTools* -# Visual Studio 2015 cache directory +# Visual Studio cache directory /.vs/ # Autogenerated VS/MD/Consulo solution and project files From 059d3235bac200ea0d59de9681f619a3fca26027 Mon Sep 17 00:00:00 2001 From: Xtreak Date: Sun, 18 Mar 2018 10:40:50 +0530 Subject: [PATCH 0189/1023] Update .gitignore with .cpcache The current clojure deps tool creates .cpcache directory in the project directory while using .deps.edn --- Leiningen.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Leiningen.gitignore b/Leiningen.gitignore index a9fe6fba..a4cb69a3 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -11,3 +11,4 @@ pom.xml.asc .lein-plugins/ .lein-failures .nrepl-port +.cpcache/ From f2458c0901b21b19f0082907cc4d37ab2ad399ab Mon Sep 17 00:00:00 2001 From: Adrian Reyer Date: Mon, 19 Mar 2018 11:07:09 +0100 Subject: [PATCH 0190/1023] allow .ssh directory --- Global/Vim.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 6d21783d..f498c151 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -1,7 +1,8 @@ # Swap [._]*.s[a-v][a-z] [._]*.sw[a-p] -[._]s[a-v][a-z] +[._]s[a-rt-v][a-z] +[._]ss[a-gi-z] [._]sw[a-p] # Session From 3b68f7e5376ad0142f8508bb90cc6c618a8c8c35 Mon Sep 17 00:00:00 2001 From: gotonode <5214152+gotonode@users.noreply.github.com> Date: Sat, 24 Mar 2018 12:08:54 +0200 Subject: [PATCH 0191/1023] Update Node.gitignore --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index d1bed128..ad46b308 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -36,7 +36,7 @@ build/Release node_modules/ jspm_packages/ -# Typescript v1 declaration files +# TypeScript v1 declaration files typings/ # Optional npm cache directory From 5713541b526e3bbdbfffe74c2a699b7b6c033c75 Mon Sep 17 00:00:00 2001 From: Arthur Kelsch Date: Sun, 25 Mar 2018 22:55:39 +0200 Subject: [PATCH 0192/1023] Remove colons at the end of comments --- Global/JetBrains.gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 9c01e12b..1f12b050 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,12 +1,12 @@ # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 -# User-specific stuff: +# User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml .idea/dictionaries -# Sensitive or high-churn files: +# Sensitive or high-churn files .idea/**/dataSources/ .idea/**/dataSources.ids .idea/**/dataSources.local.xml @@ -14,7 +14,7 @@ .idea/**/dynamic.xml .idea/**/uiDesigner.xml -# Gradle: +# Gradle .idea/**/gradle.xml .idea/**/libraries @@ -22,13 +22,13 @@ cmake-build-debug/ cmake-build-release/ -# Mongo Explorer plugin: +# Mongo Explorer plugin .idea/**/mongoSettings.xml -## File-based project format: +## File-based project format *.iws -## Plugin-specific files: +## Plugin-specific files # IntelliJ out/ From 6648c555044a5f52dcf57703dc81f0cb53e74fe9 Mon Sep 17 00:00:00 2001 From: Arthur Kelsch Date: Sun, 25 Mar 2018 22:59:15 +0200 Subject: [PATCH 0193/1023] Use one hashtag instead of two --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 1f12b050..207f221d 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -25,7 +25,7 @@ cmake-build-release/ # Mongo Explorer plugin .idea/**/mongoSettings.xml -## File-based project format +# File-based project format *.iws ## Plugin-specific files From ec80f6d1a66f1ab946ab6f0a94f75594f138d7af Mon Sep 17 00:00:00 2001 From: Arthur Kelsch Date: Sun, 25 Mar 2018 23:00:01 +0200 Subject: [PATCH 0194/1023] Remove unnecessary comment --- Global/JetBrains.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 207f221d..6489c4c7 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -28,8 +28,6 @@ cmake-build-release/ # File-based project format *.iws -## Plugin-specific files - # IntelliJ out/ From a0f645dd3390f88c6a42a627dac8f3194eb3ca63 Mon Sep 17 00:00:00 2001 From: linlux Date: Mon, 26 Mar 2018 12:43:10 +0200 Subject: [PATCH 0195/1023] added: *.iobj, *.ipdb "These files are produced when Incremental Link-Time Code Generation (LTCG) is enabled." https://stackoverflow.com/questions/31554559/possible-to-stop-generating-ipdb-iobj-files-by-visual-studio-2015 --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 219a825e..4c27bdfc 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -64,8 +64,10 @@ StyleCopReport.xml *.ilk *.meta *.obj +*.iobj *.pch *.pdb +*.ipdb *.pgc *.pgd *.rsp From 1af113752b6c0dfbfb748216d14d841f96b0a261 Mon Sep 17 00:00:00 2001 From: chimame Date: Wed, 28 Mar 2018 22:19:32 +0900 Subject: [PATCH 0196/1023] Add exclude credential master key of Rails 5.2 --- Rails.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Rails.gitignore b/Rails.gitignore index 828ab1d5..e62f78e1 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -14,6 +14,7 @@ pickle-email-*.html # TODO Comment out this rule if you are OK with secrets being uploaded to the repo config/initializers/secret_token.rb +config/master.key # Only include if you have production secrets in this file, which is no longer a Rails default # config/secrets.yml From d3be917271206a3bd31c0cfb970c315129fab420 Mon Sep 17 00:00:00 2001 From: Terik23 Date: Wed, 28 Mar 2018 19:24:48 +0500 Subject: [PATCH 0197/1023] Add the idea caches to gitignore --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index d5713722..6d3df345 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -39,6 +39,7 @@ captures/ .idea/gradle.xml .idea/dictionaries .idea/libraries +.idea/caches # Keystore files # Uncomment the following line if you do not want to check your keystore files in. From c64252ad688d2903681d84e3e258bc7a9024b2f8 Mon Sep 17 00:00:00 2001 From: Hideki Ikemoto Date: Fri, 30 Mar 2018 22:18:55 +0900 Subject: [PATCH 0198/1023] JetBrains: add .idea/httpRequests This directory used by HTTP Client in IntelliJ IDEA (and other product). https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html#viewingResponse --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 6489c4c7..a83a428c 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -45,3 +45,6 @@ com_crashlytics_export_strings.xml crashlytics.properties crashlytics-build.properties fabric.properties + +# Editor-based Rest Client +.idea/httpRequests From 54f6f8ebadbf0c63c8eb977aa087bece0b349a2b Mon Sep 17 00:00:00 2001 From: "Sah (esaalii)" Date: Sat, 31 Mar 2018 19:10:23 +0200 Subject: [PATCH 0199/1023] Update Android.gitignore Ignore .idea/assetWizardSettings.xml for Android Studio 3.1 --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index d5713722..9f746c2c 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -37,6 +37,7 @@ captures/ .idea/workspace.xml .idea/tasks.xml .idea/gradle.xml +.idea/assetWizardSettings.xml .idea/dictionaries .idea/libraries From 88c8869b3186f63415f2834f427144647d67df41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=B6rfer?= Date: Mon, 2 Apr 2018 00:39:47 +0200 Subject: [PATCH 0200/1023] 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 0201/1023] Remove tfvars files from Terraform.gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `tfvars` files should not be gitignore-d as they are used to parameterize a Terraform root for multiple environments, e.g.: ```bash $ tree terraform/roots/vpc terraform/roots/vpc ├── env │   ├── production.tfvars │   ├── qa.tfvars │   └── staging.tfvars └── main.tf ``` There may be a use case where a particular `tfvars` file should be ignored, but there's no naming convention I'm aware of to easily designate such a file. --- Terraform.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 1fef4ab9..428217ad 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -4,6 +4,3 @@ # .tfstate files *.tfstate *.tfstate.* - -# .tfvars files -*.tfvars From f76d82c82016dac06dd3c5c13db98ee9b8b9e21e Mon Sep 17 00:00:00 2001 From: Tim Whitbeck Date: Thu, 5 Apr 2018 08:44:07 -0400 Subject: [PATCH 0202/1023] Add shelf to JetBrains.gitignore --- Global/JetBrains.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index a83a428c..b09cb3db 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -4,7 +4,8 @@ # User-specific stuff .idea/**/workspace.xml .idea/**/tasks.xml -.idea/dictionaries +.idea/**/dictionaries +.idea/**/shelf # Sensitive or high-churn files .idea/**/dataSources/ From 1f6879c2eee1e0c9ef695aa1744dc3396ab3d4e0 Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Thu, 5 Apr 2018 12:23:00 -0500 Subject: [PATCH 0203/1023] Fix the anchor to ignore section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 322a4ab3..55483568 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ the following resources are a great place to start: [man]: http://git-scm.com/docs/gitignore [help]: https://help.github.com/articles/ignoring-files -[chapter]: http://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files +[chapter]: https://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#_ignoring [progit]: http://git-scm.com/book ## Folder structure From c6c8b8db0b04461e0b3f4f27f8df677006b806ac Mon Sep 17 00:00:00 2001 From: Riva Junior Date: Sat, 7 Apr 2018 16:58:12 -0300 Subject: [PATCH 0204/1023] Add a new .msix extension Microsoft was announced a new extension of installer for Windows. I just added that one to be ignored as default, like others installers files. References: https://blogs.windows.com/buildingapps/2018/03/07/three-things-need-know-windows-developer-day/ https://github.com/Microsoft/msix-packaging --- Global/Windows.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Windows.gitignore b/Global/Windows.gitignore index 846a1db8..0251dd21 100644 --- a/Global/Windows.gitignore +++ b/Global/Windows.gitignore @@ -15,6 +15,7 @@ $RECYCLE.BIN/ # Windows Installer files *.cab *.msi +*.msix *.msm *.msp From 65f36cc6b6b9da50e663bd40a4255984c8db0869 Mon Sep 17 00:00:00 2001 From: "James Z.M. Gao" Date: Sun, 8 Apr 2018 17:14:48 +0800 Subject: [PATCH 0205/1023] 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 5cdf57adf7e545c6b137e6b13a2aaa4d8cbb96b1 Mon Sep 17 00:00:00 2001 From: Matthew Robbins Date: Mon, 9 Apr 2018 10:41:11 +1000 Subject: [PATCH 0206/1023] Added MFractor's working folder to VisualStudio.gitignore MFractor is a Xamarin/Visual Studio Mac productivity tool used by 1000's of Xamarin developers. The `.mfractor/` folder should not be included in source control (but often is). --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 4c27bdfc..29063cf6 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -324,3 +324,6 @@ ASALocalRun/ # NVidia Nsight GPU debugger configuration file *.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ From 65bbc266474e435a1604ec1e8ec37562ba1db7c4 Mon Sep 17 00:00:00 2001 From: Jonas Lemke Date: Tue, 10 Apr 2018 14:55:14 +0200 Subject: [PATCH 0207/1023] Added *.nlo and *.nls extensions to TeX.gitignore --- TeX.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 78c1c5cd..c560658e 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -153,7 +153,9 @@ _minted* *.mw # nomencl +*.nlg *.nlo +*.nls # pax *.pax From 52d686b17f069309226a3b96a16609bead558fa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Andreu?= Date: Thu, 12 Apr 2018 09:44:21 +0100 Subject: [PATCH 0208/1023] Added NiFi .nar files --- Java.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Java.gitignore b/Java.gitignore index 6143e53f..a1c2a238 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -13,6 +13,7 @@ # Package Files # *.jar *.war +*.nar *.ear *.zip *.tar.gz From 3abb3367bcd00933eebd88593b0d0fcb87b488db Mon Sep 17 00:00:00 2001 From: Julian Caicedo Date: Fri, 13 Apr 2018 12:23:48 +0200 Subject: [PATCH 0209/1023] Specify screenshot files only, not whole folder The whole screenshots folder shouldn't be ignore since there could be frameit configuration in it (Framefile.json, fonts, background.jpg, *.strings, etc...). It'd be better to just ignore the generated PNG screenshots. --- Swift.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Swift.gitignore b/Swift.gitignore index 161179bf..0df134f4 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -64,5 +64,5 @@ Carthage/Build fastlane/report.xml fastlane/Preview.html -fastlane/screenshots +fastlane/screenshots/*/*.png fastlane/test_output From def46d4fa1fa4cb784bd25e1d9043f598ddf6980 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Fri, 13 Apr 2018 16:28:46 +0200 Subject: [PATCH 0210/1023] Ignore generated *.xmpi files Source: https://texdoc.net/pkg/xmpincl -> page 3: > basically create a new file .xmpi --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index c560658e..6f1c6960 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -198,6 +198,9 @@ pythontex-files-*/ # easy-todo *.lod +# xmpincl +*.xmpi + # xindy *.xdy From a9f6d9944e0a313549b9c415ef9e797e05dc9340 Mon Sep 17 00:00:00 2001 From: Julian Caicedo Date: Sun, 15 Apr 2018 15:34:51 +0200 Subject: [PATCH 0211/1023] Double asterisk in path --- Swift.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Swift.gitignore b/Swift.gitignore index 0df134f4..312d1f65 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -64,5 +64,5 @@ Carthage/Build fastlane/report.xml fastlane/Preview.html -fastlane/screenshots/*/*.png +fastlane/screenshots/**/*.png fastlane/test_output From 168b75d7ec6e4c0c34de4536ddff57cfd54a6776 Mon Sep 17 00:00:00 2001 From: kilian442 Date: Mon, 16 Apr 2018 09:12:00 +0200 Subject: [PATCH 0212/1023] Visual studio cache issue /.vs/ do not catch the visual studio cache folder but .vs/ do --- Unity.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Unity.gitignore b/Unity.gitignore index a7c0c70a..184557c0 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -6,7 +6,7 @@ Assets/AssetStoreTools* # Visual Studio cache directory -/.vs/ +.vs/ # Autogenerated VS/MD/Consulo solution and project files ExportedObj/ From 25e7701e5fd2663a460da80d053c23c4f46c37bf Mon Sep 17 00:00:00 2001 From: Julian Caicedo Date: Mon, 16 Apr 2018 19:01:55 +0200 Subject: [PATCH 0213/1023] [Fastlane] Specify screenshot files only, rather than whole folder (in case the user has frameit config) The whole screenshots folder shouldn't be ignore since there could be frameit configuration in it (Framefile.json, fonts, background.jpg, *.strings, etc...). It'd be better to just ignore the generated PNG screenshot files. --- Objective-C.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 09dfede4..86de6aa3 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -52,7 +52,7 @@ Carthage/Build fastlane/report.xml fastlane/Preview.html -fastlane/screenshots +fastlane/screenshots/**/*.png fastlane/test_output # Code Injection From 48901518711de752155b2f6cf5627bcaf9caabd1 Mon Sep 17 00:00:00 2001 From: Owen Blacker Date: Sat, 28 Apr 2018 15:13:48 +0100 Subject: [PATCH 0214/1023] Added *.opendb --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 184557c0..0210746b 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -22,6 +22,7 @@ ExportedObj/ *.booproj *.svd *.pdb +*.opendb # Unity3D generated meta files *.pidb.meta From d878f04545852bc876c40f48e19dabbf184d052e Mon Sep 17 00:00:00 2001 From: Thomas Ferreira de Lima Date: Sun, 29 Apr 2018 23:13:19 -0400 Subject: [PATCH 0215/1023] adding exception for *.spl from elsarticle.cls --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 6f1c6960..e6598ba1 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -237,3 +237,6 @@ TSWLatexianTemp* # standalone packages *.sta + +# generated if using elsarticle.cls +*.spl From 767c1f8a1d2b0f1f244910866c8a45ce1bdf36e0 Mon Sep 17 00:00:00 2001 From: 14roiron <14roiron@users.noreply.github.com> Date: Tue, 1 May 2018 11:39:32 -0400 Subject: [PATCH 0216/1023] Exclude coder temporary folders --- Global/Matlab.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/Matlab.gitignore b/Global/Matlab.gitignore index d87a6bdb..3168f599 100644 --- a/Global/Matlab.gitignore +++ b/Global/Matlab.gitignore @@ -18,6 +18,9 @@ helpsearch*/ slprj/ sccprj/ +# Matlab code generation folders +codegen/ + # Simulink autosave extension *.autosave From 17da48e4d69abb24dae1df2132795bc905ce3a4a Mon Sep 17 00:00:00 2001 From: Igor Epstein Date: Tue, 1 May 2018 22:02:53 +0300 Subject: [PATCH 0217/1023] Add persistent undo to Vim.gitignore --- Global/Vim.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 6d21783d..19cfe22f 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -12,3 +12,5 @@ Session.vim *~ # Auto-generated tag files tags +# Persistent undo +[._]*.un~ From b442e97798770dba98475b178be1f557c15119e8 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Wed, 2 May 2018 16:51:32 -0400 Subject: [PATCH 0218/1023] Ignore Reporting Project Upgrade backup files The conversion process from the old custom rptproj to the MSBuild based projects creates a .bak backup file --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 29063cf6..3e759b75 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -240,6 +240,7 @@ Backup*/ UpgradeLog*.XML UpgradeLog*.htm ServiceFabricBackup/ +*.rptproj.bak # SQL Server files *.mdf From d6ec68fd8d28d401dbb11c728b89703e7afd9f39 Mon Sep 17 00:00:00 2001 From: Jefry Dewangga Date: Sun, 6 May 2018 17:31:38 +0700 Subject: [PATCH 0219/1023] 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 0220/1023] Ignore the .cache folder for LabVIEW projects Ignore the .cache folder for LabVIEW projects. This is a local folder with metadata used by LabVIEW NXG. --- LabVIEW.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/LabVIEW.gitignore b/LabVIEW.gitignore index 12245086..31619f59 100644 --- a/LabVIEW.gitignore +++ b/LabVIEW.gitignore @@ -14,3 +14,4 @@ # Metadata *.aliases *.lvlps +.cache/ From 7054f5d9b4be299a75bcc5dbb2135defe3327116 Mon Sep 17 00:00:00 2001 From: Kenji Ohtsuka Date: Thu, 10 May 2018 23:10:36 +0900 Subject: [PATCH 0221/1023] Update JetBrains.gitignore ignore dbnavigator.xml because it contains sensitive data, such as host, port, db, user name, and so on. --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index b09cb3db..4d5117a1 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -14,6 +14,7 @@ .idea/**/sqlDataSources.xml .idea/**/dynamic.xml .idea/**/uiDesigner.xml +.idea/**/dbnavigator.xml # Gradle .idea/**/gradle.xml From 47fd5882966933641d422da97bbcae13c4933201 Mon Sep 17 00:00:00 2001 From: Yin Li Date: Mon, 2 Apr 2018 20:59:16 -0700 Subject: [PATCH 0222/1023] 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 0223/1023] 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 0224/1023] 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 0225/1023] 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 0226/1023] 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 0227/1023] 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 0228/1023] 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 0229/1023] 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 0230/1023] 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 0231/1023] 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 0232/1023] 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 0233/1023] 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 0234/1023] 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 0235/1023] 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 0236/1023] 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 0237/1023] 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 0238/1023] 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 0239/1023] 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 0240/1023] 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 0241/1023] 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 0242/1023] 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 0243/1023] 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 0244/1023] 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 0245/1023] 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 0246/1023] 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 0247/1023] 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 0248/1023] 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 0249/1023] 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 0250/1023] 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 0251/1023] 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 0252/1023] 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 0253/1023] 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 0254/1023] 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 0255/1023] 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 0256/1023] 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 0257/1023] 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 0258/1023] 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 0259/1023] 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 0260/1023] 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 0261/1023] 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 0262/1023] 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 0263/1023] 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 0264/1023] 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 0265/1023] 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 0266/1023] 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 0267/1023] 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 0268/1023] 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 0269/1023] 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 0270/1023] 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 0271/1023] 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 0272/1023] 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 0273/1023] 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 0274/1023] 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 0275/1023] 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 0276/1023] 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 0277/1023] 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 0278/1023] 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 0279/1023] 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 0280/1023] [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 0281/1023] 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 0282/1023] 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 0283/1023] 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 0284/1023] 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 0285/1023] 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 0286/1023] 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 0287/1023] 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 0288/1023] 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 0289/1023] 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 0290/1023] 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 0291/1023] 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 0292/1023] 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 0293/1023] 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 0294/1023] 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 0295/1023] 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 0296/1023] 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 0297/1023] 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 0298/1023] 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 0299/1023] 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 0300/1023] 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 0301/1023] 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 0302/1023] 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 0303/1023] 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 0304/1023] 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 0305/1023] 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 0306/1023] 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 0307/1023] 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 0308/1023] 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 0309/1023] 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 0310/1023] 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 0311/1023] 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 0312/1023] 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 0313/1023] 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 0314/1023] 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 0315/1023] 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 0316/1023] 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 0317/1023] 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 0318/1023] 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 0319/1023] 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 0320/1023] 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 0321/1023] 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 0322/1023] 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 0323/1023] 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 0324/1023] 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 0325/1023] 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 0326/1023] 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 0327/1023] 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 0328/1023] [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 0329/1023] 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 0330/1023] 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 0331/1023] 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 0332/1023] 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 0333/1023] 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 0334/1023] 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 0335/1023] 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 0336/1023] 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 0337/1023] 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 0338/1023] 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 0339/1023] 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 0340/1023] 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 0341/1023] 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 0342/1023] 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 0343/1023] 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 0344/1023] 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 0345/1023] [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 0346/1023] 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 0347/1023] 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 0348/1023] 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 0349/1023] 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 0350/1023] 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 0351/1023] 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 0352/1023] [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 0353/1023] 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 0354/1023] 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 0355/1023] 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 0356/1023] 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 0357/1023] 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 0358/1023] 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 0359/1023] 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 0360/1023] 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 0361/1023] 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 0362/1023] 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 0363/1023] 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 0364/1023] 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 0365/1023] 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 0366/1023] 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 0367/1023] 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 0368/1023] 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 0369/1023] 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 0370/1023] 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 0371/1023] 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 0372/1023] 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 0373/1023] 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 0374/1023] 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 0375/1023] 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 aa4ab4ec7f516910f073667c1c6db87f693bbb02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Vieira=20Porto?= Date: Sun, 20 Jan 2019 23:04:19 -0200 Subject: [PATCH 0376/1023] Adds .gitignore for Adventure Game Studio Projects --- AGS.gitignore | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 AGS.gitignore diff --git a/AGS.gitignore b/AGS.gitignore new file mode 100644 index 00000000..c1eec3bb --- /dev/null +++ b/AGS.gitignore @@ -0,0 +1,26 @@ +# Adventure Game Studio git ignore +# -------------------------------- +# Built things +_Debug/ +_Release/ +Compiled/ +*.exe + +#Audio Cache can be rebuilt from sources +AudioCache/ + +# User +_OpenInEditor.lock +Game.agf.user + +# backups +Game.agf.bak +backup_acsprset.spr + +# memory dumps +*.dmp + +# temporary files +~aclzw.tmp +game28.dta +warnings.log From 1e4fbb60d1bda7dbd8f0054ab9235fbe34f3ad71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Vieira=20Porto?= Date: Mon, 21 Jan 2019 07:18:59 -0200 Subject: [PATCH 0377/1023] Removed _Release folder and added more things - Removed non-standard `_Release` folder; - Added per room settings for next ags `*.crm.user`; - Reorganized the lines in some categories with more comments. --- AGS.gitignore | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/AGS.gitignore b/AGS.gitignore index c1eec3bb..e381672e 100644 --- a/AGS.gitignore +++ b/AGS.gitignore @@ -1,26 +1,34 @@ # Adventure Game Studio git ignore # -------------------------------- + # Built things _Debug/ -_Release/ Compiled/ -*.exe -#Audio Cache can be rebuilt from sources +# AudioCache can be rebuilt from sources AudioCache/ -# User +# Lockfile _OpenInEditor.lock -Game.agf.user -# backups +# User settings +Game.agf.user +*.crm.user + +# Backups Game.agf.bak backup_acsprset.spr -# memory dumps +# Memory dumps *.dmp -# temporary files +# Temporary files +# temporarily created during sprite or room background compression ~aclzw.tmp +# temporary, main game data, before getting packed into exe game28.dta +# temporary build of the game before being moved to Compiled/ folder +*.exe + +# Log files warnings.log From dfce3fda4361c7cacdf4596562d7f5acff10998a Mon Sep 17 00:00:00 2001 From: Patrick Boatner Date: Tue, 22 Jan 2019 13:20:47 -0600 Subject: [PATCH 0378/1023] 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 0379/1023] 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 0380/1023] 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 0381/1023] 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 0382/1023] 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 0383/1023] 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 0384/1023] 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 0385/1023] 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 0386/1023] 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 4d956021fafc69bda558a7ed5c8b8809ac2d7e71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Vieira=20Porto?= Date: Sun, 17 Feb 2019 12:50:49 -0300 Subject: [PATCH 0387/1023] renamed to AdventureGameStudio.gitignore and removed header --- AGS.gitignore => AdventureGameStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) rename AGS.gitignore => AdventureGameStudio.gitignore (87%) diff --git a/AGS.gitignore b/AdventureGameStudio.gitignore similarity index 87% rename from AGS.gitignore rename to AdventureGameStudio.gitignore index e381672e..27a089f4 100644 --- a/AGS.gitignore +++ b/AdventureGameStudio.gitignore @@ -1,6 +1,3 @@ -# Adventure Game Studio git ignore -# -------------------------------- - # Built things _Debug/ Compiled/ From 210a49a70aa0c0b4e9a6e73fb6213942e172cea9 Mon Sep 17 00:00:00 2001 From: kaasasolut Date: Mon, 25 Feb 2019 10:17:59 +0100 Subject: [PATCH 0388/1023] 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 0389/1023] 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 0390/1023] 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 0391/1023] 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 0392/1023] 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 0393/1023] [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 0394/1023] 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 0395/1023] 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 0396/1023] 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 0397/1023] 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 0398/1023] 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 0399/1023] 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 0400/1023] 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 0401/1023] 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 0402/1023] 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 0403/1023] 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 0404/1023] 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 0405/1023] 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 0406/1023] 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 0407/1023] 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 0408/1023] 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 0409/1023] [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 0410/1023] 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 0411/1023] 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 0412/1023] 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 0413/1023] 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 0414/1023] 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 0415/1023] 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 0416/1023] 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 0417/1023] 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 0418/1023] 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 0419/1023] 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 0420/1023] 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 0421/1023] 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 0422/1023] 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 0423/1023] [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 0424/1023] 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 0425/1023] [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 0426/1023] 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 0427/1023] 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 0428/1023] 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 0429/1023] 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 0430/1023] [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 0431/1023] 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 0432/1023] 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 0433/1023] 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 0434/1023] 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 0435/1023] 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 0436/1023] 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 0437/1023] 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 0438/1023] 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 0439/1023] 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 0440/1023] 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 c992170f39243e97565e2c0fd1eeca3014a3086c Mon Sep 17 00:00:00 2001 From: Jakob Sagatowski Date: Sat, 22 Jun 2019 15:00:35 +0200 Subject: [PATCH 0441/1023] Added gitignore-file for Beckhoff TwinCAT. --- TwinCAT.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 TwinCAT.gitignore diff --git a/TwinCAT.gitignore b/TwinCAT.gitignore new file mode 100644 index 00000000..f9abebbd --- /dev/null +++ b/TwinCAT.gitignore @@ -0,0 +1,15 @@ +# gitignore template for TwinCAT +# website: https://www.beckhoff.com/twincat/ +# +# Recommended: VisualStudio.gitignore + +# TwinCAT files +*.tpy +*.tclrs +*.compiled-library +*.compileinfo +*.tmc +*.library +_Boot/ +_CompileInfo/ +_Libraries/ \ No newline at end of file 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 0442/1023] 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 0443/1023] 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 0444/1023] 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 e4fe597296aabb7f8fe1a3cc9b9c8dbdf329a8f8 Mon Sep 17 00:00:00 2001 From: Jakob Sagatowski Date: Sat, 13 Jul 2019 18:41:49 +0200 Subject: [PATCH 0445/1023] Renamed TwinCAT.gitignore to TwinCAT3.gitignore so it's obvious this is a gitignore file only applicable for TwinCAT3 and not also TwinCAT2 (which stores everything in a big binary blob). --- TwinCAT.gitignore => TwinCAT3.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename TwinCAT.gitignore => TwinCAT3.gitignore (65%) diff --git a/TwinCAT.gitignore b/TwinCAT3.gitignore similarity index 65% rename from TwinCAT.gitignore rename to TwinCAT3.gitignore index f9abebbd..6fbcd797 100644 --- a/TwinCAT.gitignore +++ b/TwinCAT3.gitignore @@ -1,5 +1,5 @@ -# gitignore template for TwinCAT -# website: https://www.beckhoff.com/twincat/ +# gitignore template for TwinCAT3 +# website: https://www.beckhoff.com/twincat3/ # # Recommended: VisualStudio.gitignore From e285e4bb061a78d244904da8bdba99b9fc03cc5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Pol=C3=A1=C4=8Dek?= Date: Tue, 16 Jul 2019 08:39:20 +0200 Subject: [PATCH 0446/1023] Update VisualStudio.gitignore Visual Studio 6.0 files --- VisualStudio.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index b2480836..ee314194 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -286,6 +286,17 @@ node_modules/ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) *.vbw +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.wbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 techical files (their purpose is unknown for me) +*.ncb +*.aps + # Visual Studio LightSwitch build output **/*.HTMLClient/GeneratedArtifacts **/*.DesktopClient/GeneratedArtifacts From ce4e88b4a66b1da5376fa84ffdd1d8aa69157fc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Pol=C3=A1=C4=8Dek?= Date: Tue, 16 Jul 2019 09:06:11 +0200 Subject: [PATCH 0447/1023] Update VisualStudio.gitignore Typo --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ee314194..f0be267f 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -287,7 +287,7 @@ node_modules/ *.vbw # Visual Studio 6 auto-generated project file (contains which files were open etc.) -*.wbp +*.vbp # Visual Studio 6 workspace and project file (working project files containing files to include in project) *.dsw 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 0448/1023] 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 0449/1023] 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 0450/1023] .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 0451/1023] 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 0452/1023] 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 0453/1023] 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 0454/1023] 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 0455/1023] 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 0456/1023] 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 0457/1023] 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 0458/1023] 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 0459/1023] 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 0460/1023] 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 0461/1023] 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 0462/1023] 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 0463/1023] 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 0464/1023] 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 0465/1023] 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 0466/1023] 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 0467/1023] 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 0468/1023] 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 0469/1023] 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 0470/1023] 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 0471/1023] [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 0472/1023] 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 0473/1023] 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 0474/1023] 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 0475/1023] 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 0476/1023] 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 0477/1023] 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 0478/1023] 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 0479/1023] 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 0480/1023] 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 414be70b393643f3b998a04912e52cdc7e737c61 Mon Sep 17 00:00:00 2001 From: Jakob Sagatowski Date: Mon, 14 Oct 2019 07:45:54 +0200 Subject: [PATCH 0481/1023] Added: - tmcRefac - project.~u - tsproj.bak - xti.bak (TwinCAT export files backup) --- TwinCAT3.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 6fbcd797..88377455 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -9,7 +9,11 @@ *.compiled-library *.compileinfo *.tmc +*.tmcRefac *.library +*.project.~u +*.tsproj.bak +*.xti.bak _Boot/ _CompileInfo/ _Libraries/ \ No newline at end of file From a14296fa82ae0be1ddeaf39b12fce1e2aed2c5b9 Mon Sep 17 00:00:00 2001 From: Roman Date: Wed, 23 Oct 2019 14:40:55 +0300 Subject: [PATCH 0482/1023] 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 0483/1023] 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 0484/1023] 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 0485/1023] 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 0486/1023] 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 0487/1023] 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 0488/1023] 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 0489/1023] 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 0490/1023] 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 0491/1023] 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 0492/1023] 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 0493/1023] 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 0494/1023] 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 0495/1023] 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 0496/1023] 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 0497/1023] 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 d38de74008151753b574ebad0d3171ff1025e65e Mon Sep 17 00:00:00 2001 From: Jakob Sagatowski Date: Thu, 5 Dec 2019 12:42:11 +0100 Subject: [PATCH 0498/1023] Clarified *.tmc-files rule. --- TwinCAT3.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 88377455..87b50cf0 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -8,6 +8,9 @@ *.tclrs *.compiled-library *.compileinfo +# Don't include the tmc-file rule if either of the following is true: +# 1. You've got TwinCAT C++ projects, as the information in the TMC-file is created manually for the C++ projects (in that case, only (manually) ignore the tmc-files for the PLC projects) +# 2. You've created a standalone PLC-project and added events to it, as these are stored in the TMC-file. *.tmc *.tmcRefac *.library From 1604c21c606fa9b67037d88f1d68e86d67103cb3 Mon Sep 17 00:00:00 2001 From: hshimoyama Date: Fri, 6 Dec 2019 19:05:44 +0900 Subject: [PATCH 0499/1023] 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 0500/1023] 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 0501/1023] 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 0502/1023] 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 0503/1023] [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 0504/1023] 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 0505/1023] 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 1f7726a47339f72bb70ea3c81b2a1f490f530acf Mon Sep 17 00:00:00 2001 From: Shawn Kovalchick Date: Sat, 4 Jan 2020 07:59:02 -0500 Subject: [PATCH 0506/1023] Create PlatformIO.gitignore Add default ignores from PlatformIO in VSCode --- Global/PlatformIO.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Global/PlatformIO.gitignore diff --git a/Global/PlatformIO.gitignore b/Global/PlatformIO.gitignore new file mode 100644 index 00000000..2de98aba --- /dev/null +++ b/Global/PlatformIO.gitignore @@ -0,0 +1,6 @@ +.pio +.pioenvs +.piolibdeps +.vscode/.browse.c_cpp.db* +.vscode/c_cpp_properties.json +.vscode/launch.json From f726843f1b90295f4c9f4301a8d1335eded59c52 Mon Sep 17 00:00:00 2001 From: FritzsHero Date: Mon, 20 Jan 2020 20:20:24 +0100 Subject: [PATCH 0507/1023] 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 0508/1023] 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 0509/1023] 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 0510/1023] [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 0511/1023] 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 4d9d3fff4a54f0a4b68523984f40626f0f9bc89c Mon Sep 17 00:00:00 2001 From: Pedro Machado Santa Date: Wed, 22 Jan 2020 01:51:50 +0000 Subject: [PATCH 0512/1023] Update and fix WordPress gitignore --- WordPress.gitignore | 40 +++++++++++++++++++++++----------------- 1 file changed, 23 insertions(+), 17 deletions(-) diff --git a/WordPress.gitignore b/WordPress.gitignore index a32768a9..be4d27d1 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -1,23 +1,29 @@ -# ignore everything in the root except the "wp-content" directory. -!wp-content/ +# Wordpress - ignore core, configuration, examples, uploads and logs. +# https://github.com/github/gitignore/blob/master/WordPress.gitignore -# 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/ +# Core and configuration +/wp-admin/ +/wp-content/index.php +/wp-content/plugins/index.php +/wp-content/themes/index.php +/wp-includes/ +/index.php +/license.txt +/readme.html +/wp-*.php +/xmlrpc.php -# ignore these plugins -wp-content/plugins/hello.php +# Example themes +/wp-content/themes/twenty*/ -# ignore specific themes -wp-content/themes/twenty*/ +# Example plugin +/wp-content/plugins/hello.php -# ignore node dependency directories -node_modules/ +# Uploads +/wp-content/uploads/ -# ignore log files and databases +# Log files *.log -*.sql -*.sqlite + +# htaccess +/.htaccess \ No newline at end of file From 3514a03514b3607d1c09759babb1d004367c032e Mon Sep 17 00:00:00 2001 From: Pedro Machado Santa Date: Thu, 23 Jan 2020 18:27:27 +0000 Subject: [PATCH 0513/1023] Update gitignore with note/option for wp core commit --- WordPress.gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/WordPress.gitignore b/WordPress.gitignore index be4d27d1..4fceea09 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -1,7 +1,10 @@ # Wordpress - ignore core, configuration, examples, uploads and logs. # https://github.com/github/gitignore/blob/master/WordPress.gitignore -# Core and configuration +# Core +# +# Note: if you want to stage/commit WP core files +# you can delete this whole section/until Configuration. /wp-admin/ /wp-content/index.php /wp-content/plugins/index.php @@ -13,6 +16,9 @@ /wp-*.php /xmlrpc.php +# Configuration +wp-config.php + # Example themes /wp-content/themes/twenty*/ From cd92ee374aac7d1697d3eac31ae13793cdeaf44e Mon Sep 17 00:00:00 2001 From: Pedro Machado Santa Date: Thu, 23 Jan 2020 20:16:15 +0000 Subject: [PATCH 0514/1023] Add languages folder and add commented lines for a whitelist approach --- WordPress.gitignore | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/WordPress.gitignore b/WordPress.gitignore index 4fceea09..ba95e278 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -7,6 +7,7 @@ # you can delete this whole section/until Configuration. /wp-admin/ /wp-content/index.php +/wp-content/languages /wp-content/plugins/index.php /wp-content/themes/index.php /wp-includes/ @@ -32,4 +33,16 @@ wp-config.php *.log # htaccess -/.htaccess \ No newline at end of file +/.htaccess + +# All plugins +# +# Note: If you wish to whitelist plugins, +# uncomment the next line +#/wp-content/plugins + +# All themes +# +# Note: If you wish to whitelist themes, +# uncomment the next line +#/wp-content/themes \ No newline at end of file From 7d05cd61d4d33d11da1bec19e43b89325aae9e25 Mon Sep 17 00:00:00 2001 From: Jakob Sagatowski Date: Sat, 25 Jan 2020 19:13:52 +0100 Subject: [PATCH 0515/1023] As a product of enabling the write of separate LineIDs (described here https://github.com/tcunit/TcUnit/issues/85) and having a discussion with Beckhoff support, it was concluded that the files "LineIDs.dbg" and "LineIDs.dbg.bak" should not be version controlled, and thus these two are added to the gitignore-file for TwinCAT3. --- TwinCAT3.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 87b50cf0..cb3926ab 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -17,6 +17,8 @@ *.project.~u *.tsproj.bak *.xti.bak +LineIDs.dbg +LineIDs.dbg.bak _Boot/ _CompileInfo/ _Libraries/ \ No newline at end of file From 584ee18cc1cf321d74816f848a268d9e035f5035 Mon Sep 17 00:00:00 2001 From: Douglas Larson Date: Sun, 9 Feb 2020 15:20:27 -0700 Subject: [PATCH 0516/1023] [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 0517/1023] 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 0518/1023] 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 0519/1023] 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 0520/1023] [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 0521/1023] 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 0522/1023] 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 0523/1023] 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 0524/1023] 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 0525/1023] 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 0526/1023] 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 ea2c3d43c9e4a182b072f988430ae398019f1cf6 Mon Sep 17 00:00:00 2001 From: frederikhors <41120635+frederikhors@users.noreply.github.com> Date: Fri, 21 Feb 2020 00:12:58 +0100 Subject: [PATCH 0527/1023] Use real conventions Use real conventions (from the creators of dotenv)! https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use --- Node.gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 3d88bf0c..76d22146 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -72,8 +72,10 @@ typings/ .yarn-integrity # dotenv environment variables file -.env -.env.test +.env.development.local +.env.test.local +.env.production.local +.env.local # parcel-bundler cache (https://parceljs.org/) .cache 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 0528/1023] 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 0529/1023] 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 0530/1023] 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 0531/1023] 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 289a9e700a8fcad30270fc5e258995a76ca0ee71 Mon Sep 17 00:00:00 2001 From: "dsrini.open" Date: Wed, 4 Mar 2020 17:16:41 -0600 Subject: [PATCH 0532/1023] Ignore AWS specific file with IDEA --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 8da0824b..0a16fa71 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -8,6 +8,9 @@ .idea/**/dictionaries .idea/**/shelf +# AWS User-specific +.idea/**/aws.xml + # Generated files .idea/**/contentModel.xml From 8918d73afec1d26351f2e522fa6a68e13abeaf98 Mon Sep 17 00:00:00 2001 From: mr Date: Wed, 11 Mar 2020 21:09:58 +0900 Subject: [PATCH 0533/1023] 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 0534/1023] 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 0535/1023] 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 0536/1023] 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 0537/1023] 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 0538/1023] 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 0539/1023] 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 0540/1023] 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 0541/1023] 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 0542/1023] [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 0543/1023] [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 0544/1023] 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 0545/1023] 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 0546/1023] 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 0547/1023] 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 0548/1023] 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 0549/1023] [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 0550/1023] 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 e00e3cc6cd889740d645f51db909c6b3b819feb3 Mon Sep 17 00:00:00 2001 From: Alessandro Cuttin Date: Fri, 27 Mar 2020 22:11:29 +0100 Subject: [PATCH 0551/1023] added file extensions when glossaries is loaded with "symbols" option --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 6d159be2..5f996868 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -111,6 +111,9 @@ acs-*.bib *.glsdefs *.lzo *.lzs +*.slg +*.slo +*.sls # uncomment this for glossaries-extra (will ignore makeindex's style files!) # *.ist From eefa65c924329ad918985713cdb195e6bc68744b Mon Sep 17 00:00:00 2001 From: ofthelit Date: Sat, 4 Apr 2020 18:30:38 +0200 Subject: [PATCH 0552/1023] 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 0553/1023] 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 0554/1023] 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 0555/1023] 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 0556/1023] 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 0557/1023] 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 0558/1023] 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 0559/1023] 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 e448b41613502a56c8124916874cf3b6b098d1ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Algarvio?= Date: Tue, 28 Apr 2020 18:56:15 +0100 Subject: [PATCH 0560/1023] Update Drupal.gitignore with upstream conventions: prefix /web for drupal code; remove deprecated simpletest directory; allow project composer.json|lock at root; add /vendor, composer, robo, drush and drupal scripts to root --- Drupal.gitignore | 87 ++++++++++++++++++++++++++++-------------------- 1 file changed, 50 insertions(+), 37 deletions(-) diff --git a/Drupal.gitignore b/Drupal.gitignore index 8421b864..faae8083 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -1,49 +1,62 @@ # gitignore template for Drupal 8 projects # # earlier versions of Drupal are tracked in `community/PHP/` +# +# follows official upstream conventions: +# https://www.drupal.org/docs/develop/using-composer # Ignore configuration files that may contain sensitive information -/sites/*/*settings*.php -/sites/*/*services*.yml +/web/sites/*/*settings*.php +/web/sites/*/*services*.yml # Ignore paths that may contain user-generated content -/sites/*/files -/sites/*/public -/sites/*/private -/sites/*/files-public -/sites/*/files-private +/web/sites/*/files +/web/sites/*/public +/web/sites/*/private +/web/sites/*/files-public +/web/sites/*/files-private # Ignore paths that may contain temporary files -/sites/*/translations -/sites/*/tmp -/sites/*/cache - -# Ignore testing related files -/sites/simpletest +/web/sites/*/translations +/web/sites/*/tmp +/web/sites/*/cache # Ignore drupal core (if not versioning drupal sources) -/core +/web/vendor +/web/core +/web/modules/README.txt +/web/profiles/README.txt +/web/sites/development.services.yml +/web/sites/example.settings.local.php +/web/sites/example.sites.php +/web/sites/README.txt +/web/themes/README.txt +/web/.csslintrc +/web/.editorconfig +/web/.eslintignore +/web/.eslintrc.json +/web/.gitattributes +/web/.htaccess +/web/.ht.router.php +/web/autoload.php +/web/composer.json +/web/composer.lock +/web/example.gitignore +/web/index.php +/web/INSTALL.txt +/web/LICENSE.txt +/web/README.txt +/web/robots.txt +/web/update.php +/web/web.config + +# Ignore vendor dependencies and scripts /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 -/.csslintrc -/.editorconfig -/.eslintignore -/.eslintrc.json -/.gitattributes -/.ht.router.php -/.htaccess -/autoload.php -/example.gitignore -/index.php -/INSTALL.txt -/LICENSE.txt -/README.txt -/robots.txt -/update.php -/web.config +/composer.phar +/composer +/robo.phar +/robo +/drush.phar +/drush +/drupal.phar +/drupal From eee21bf0c397cddc39ff1c94615d135e0ad36f8c Mon Sep 17 00:00:00 2001 From: Ted Kesgar Date: Wed, 29 Apr 2020 20:45:59 +0700 Subject: [PATCH 0561/1023] 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 0562/1023] 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 4f7ad979b9c39e442b534656b330d07eaf0de978 Mon Sep 17 00:00:00 2001 From: Kacper Ksieski Date: Mon, 11 May 2020 20:44:59 -0400 Subject: [PATCH 0563/1023] add: create template for Alteryx Designer --- community/Alteryx.gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 community/Alteryx.gitignore diff --git a/community/Alteryx.gitignore b/community/Alteryx.gitignore new file mode 100644 index 00000000..a682e4b3 --- /dev/null +++ b/community/Alteryx.gitignore @@ -0,0 +1,29 @@ +# gitignore template for Alteryx Designer +# website: https://www.alteryx.com/ +# website: https://help.alteryx.com/current/designer/alteryx-file-types + +# Alteryx Data Files +.yxdb +.cydb +.cyidx +.rptx +.vvf +.aws + +# Alteryx Special Files +.yxwv +.yxft +.yxbe +.bak +.pcxml +.log +.bin +.yxlang +CASS.ini + +# Alteryx License Files +.yxlc +.slc +.cylc +.alc +.gzlc 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 0564/1023] 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 0565/1023] 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 0566/1023] 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 From 88014e6d0c75dfd0927348800404bb58d80aede6 Mon Sep 17 00:00:00 2001 From: Jakob Sagatowski Date: Tue, 26 May 2020 16:17:55 +0200 Subject: [PATCH 0567/1023] After adding the new product "TF3680 - TC3 Filter" as a reference, some new files were automatically generated after compilation: _ModuleInstall/TcFilter/TwinCAT CE7 (ARMV7)/TcFilterW32.dll _ModuleInstall/TcFilter/TwinCAT CE7 (x86)/TcFilterW32.dll _ModuleInstall/TcFilter/TwinCAT RT (x64)/TcFilter.sys _ModuleInstall/TcFilter/TwinCAT RT (x86)/TcFilter.sys After contacting Beckhoff support, it was concluded that the folder "_ModuleInstall" could be omitted from version control, thus this addition. --- TwinCAT3.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index cb3926ab..7bd6f875 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -21,4 +21,5 @@ LineIDs.dbg LineIDs.dbg.bak _Boot/ _CompileInfo/ -_Libraries/ \ No newline at end of file +_Libraries/ +_ModuleInstall/ \ No newline at end of file From 22f1ff9ac0d54f7d477f2f266b4c0ba11dbb73e8 Mon Sep 17 00:00:00 2001 From: BrianMSheldon Date: Wed, 24 Jun 2020 15:47:11 -0400 Subject: [PATCH 0568/1023] Add JetBrains note for PyCharm to Python.gitignore First and foremost I think that requiring such a complicated gitignore for JetBrains IDEs is a failure on JetBrains part in structuring their project setting. I also feel that it should be included in the `Python.gitignore` due to its popularity and due to the frequency of requests. A quick search for `PyCharm` PRs shows 81 closed PRs requesting it be added and if searching for `.idea` you can see many more have been requested. However I understand the maintenance burden in including it when a user can manually merge the two files themselves so I understand why the maintainers have opted to maintain it seperately. The main problem I see is that with many people adding the `Python.gitignore` at project creation through the Github UI and the `JetBrains.gitignore` being in the Global folder and makes it less discoverable than it should be. This PR adds a comment for people adding the `Python.gitignore` directing them to the global `JetBrains.gitignore` which should solve this issue in a way that is acceptable for the maintainers, since comment-only sections already exist for `pyenv` and `pipenv`. --- Python.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index a81c8ee1..92ff2c4b 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -136,3 +136,10 @@ dmypy.json # Cython debug symbols cython_debug/ + +# PyCharm +# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +#.idea/ From f6426bd354a87444521c2d132c95863a3037a0ae Mon Sep 17 00:00:00 2001 From: Dmitry Maganov Date: Fri, 26 Jun 2020 19:58:01 +0300 Subject: [PATCH 0569/1023] Create Haxe.gitignore --- Haxe.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Haxe.gitignore diff --git a/Haxe.gitignore b/Haxe.gitignore new file mode 100644 index 00000000..4891a0ff --- /dev/null +++ b/Haxe.gitignore @@ -0,0 +1,2 @@ +.haxelib/ +dump/ From 620d4878a014cefdd1919c39527290c852539712 Mon Sep 17 00:00:00 2001 From: John Stilley <1831479+theJollySin@users.noreply.github.com> Date: Fri, 3 Jul 2020 14:07:44 -0400 Subject: [PATCH 0570/1023] Fixing target and adding debug to Rust gitignore (#3436) The problem here was two fold: 1. the folder "/target/" would be top-level of the repo only, it should be "target/" to properly exclude target folders anywhere in the repo 2. the default Rust/Cargo folder when compiling code is "debug/", which gets used perhaps more often that "target/", added that --- Rust.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rust.gitignore b/Rust.gitignore index 088ba6ba..ff47c2d7 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -1,6 +1,7 @@ # Generated by Cargo # will have compiled files and executables -/target/ +debug/ +target/ # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html From 6eff882467cbde7b4e293b4dd6abd7685fc67844 Mon Sep 17 00:00:00 2001 From: Justin Gregory Date: Fri, 3 Jul 2020 15:15:33 -0500 Subject: [PATCH 0571/1023] Fix false positives on Coverage*.cs files (#3454) I added this .gitignore to a project that included a file named CoverageSearchModel.cs, and the file was wrongly ignored. This change fixes the incorrect use of the range operator on the Coverlet rules. --- VisualStudio.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 83ba0814..1ee53850 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -142,7 +142,9 @@ _TeamCity* !.axoCover/settings.json # Coverlet is a free, cross platform Code Coverage Tool -coverage*[.json, .xml, .info] +coverage*.json +coverage*.xml +coverage*.info # Visual Studio code coverage results *.coverage From c9fab68db3d854d1482fb566f521989b4506fd7f Mon Sep 17 00:00:00 2001 From: ZhengYuan Loo Date: Sat, 4 Jul 2020 04:17:35 +0800 Subject: [PATCH 0572/1023] Update stale heading anchor (#3445) Co-authored-by: ZhengYuan Loo --- Global/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/README.md b/Global/README.md index 06b6649b..6e57d87f 100644 --- a/Global/README.md +++ b/Global/README.md @@ -4,7 +4,7 @@ This directory contains globally useful gitignores, e.g. OS-specific and editor specific. For more on global gitignores: - + And a good blog post about 'em: From 5cf393421db855df42b64e081a916d054f6c5ecc Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Sat, 4 Jul 2020 04:19:48 +0800 Subject: [PATCH 0573/1023] ignore *~ files in the po directory (#3453) Common IME for `gettext` utilities like `tools::update_pkg_po('.')` to create these temp files (at least on Mac) --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index e2101077..da10c745 100644 --- a/R.gitignore +++ b/R.gitignore @@ -40,3 +40,6 @@ vignettes/*.pdf # pkgdown site docs/ + +# translation temp files +po/*~ From eea28935df555ba6cdc373bec7d5212272d49bfa Mon Sep 17 00:00:00 2001 From: Maher Zaidoune Date: Sat, 4 Jul 2020 17:35:59 +0100 Subject: [PATCH 0574/1023] ignore HPROF files (#3456) --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index 56cc6425..23de6e20 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -83,3 +83,6 @@ lint/generated/ lint/outputs/ lint/tmp/ # lint/reports/ + +# Android Profiling +*.hprof From 36ce3a894d9ddff2916bc98d71380aa7167ff1d7 Mon Sep 17 00:00:00 2001 From: Kevin Cochran <40193276+kevincloud@users.noreply.github.com> Date: Mon, 6 Jul 2020 20:36:25 -0400 Subject: [PATCH 0575/1023] Exclude *.tfvars files (#3452) Co-authored-by: Kevin Cochran --- Terraform.gitignore | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 8778d48f..beb38d84 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -8,11 +8,12 @@ # 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. +# Exclude all .tfvars files, which are likely to contain sentitive data, such as +# password, private keys, and other secrets. These should not be part of version +# control as they are data points which are potentially sensitive and subject +# to change depending on the environment. # -# example.tfvars +*.tfvars # Ignore override files as they are usually used to override resources locally and so # are not checked in From f44d83083e2b0438d557279d8047d1dff8607882 Mon Sep 17 00:00:00 2001 From: Michael Alexsander Date: Sun, 12 Jul 2020 12:04:53 -0300 Subject: [PATCH 0576/1023] Remove pointless blank line from the beginning of the Godot file (#3466) --- Godot.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Godot.gitignore b/Godot.gitignore index 122aab1c..4f48ad79 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -1,4 +1,3 @@ - # Godot-specific ignores .import/ export.cfg From 218a941be92679ce67d0484547e3e142b2f5f6f0 Mon Sep 17 00:00:00 2001 From: Diego Herranz Date: Sun, 12 Jul 2020 16:07:13 +0100 Subject: [PATCH 0577/1023] KiCad: add *.kicad_sch-bak and *.kicad_prl (#3427) * KiCad: add *.kicad_sch-bak As used by the new file formats for KiCad 6.0 See https://kicad-pcb.org/blog/2020/05/Development-Highlight-New-schematic-and-symbol-library-file-formats-are-now-the-default/ * Add *.kicad_prl to KiCad.gitignore More info: https://forum.kicad.info/t/new-project-file-format/23705 --- KiCad.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index 853ee63f..bd70969a 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -6,6 +6,8 @@ *.bak *.bck *.kicad_pcb-bak +*.kicad_sch-bak +*.kicad_prl *.sch-bak *~ _autosave-* From ff9596eb4cdb024b01d6671610f4f82d7ebf5a62 Mon Sep 17 00:00:00 2001 From: Troy Lindsay Date: Sun, 30 Aug 2020 18:59:44 -0500 Subject: [PATCH 0578/1023] Exclude .pkrvars.hcl files * Used description for .tfvars in Terraform.gitignore as a template --- Packer.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Packer.gitignore b/Packer.gitignore index f2d0a319..6a573381 100644 --- a/Packer.gitignore +++ b/Packer.gitignore @@ -4,5 +4,13 @@ packer_cache/ # Crash log crash.log +# https://www.packer.io/guides/hcl/variables +# Exclude all .pkrvars.hcl files, which are likely to contain sentitive data, +# such as password, private keys, and other secrets. These should not be part of +# version control as they are data points which are potentially sensitive and +# subject to change depending on the environment. +# +*.pkrvars.hcl + # For built boxes *.box From f75292bf4d55d37ea9645036b933a3879c79c001 Mon Sep 17 00:00:00 2001 From: Troy Lindsay Date: Sun, 30 Aug 2020 19:21:51 -0500 Subject: [PATCH 0579/1023] Fix typos s/sentitive/sensitive/ --- Packer.gitignore | 2 +- Terraform.gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Packer.gitignore b/Packer.gitignore index 6a573381..2cbc1ad0 100644 --- a/Packer.gitignore +++ b/Packer.gitignore @@ -5,7 +5,7 @@ packer_cache/ crash.log # https://www.packer.io/guides/hcl/variables -# Exclude all .pkrvars.hcl files, which are likely to contain sentitive data, +# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data, # such as password, private keys, and other secrets. These should not be part of # version control as they are data points which are potentially sensitive and # subject to change depending on the environment. diff --git a/Terraform.gitignore b/Terraform.gitignore index beb38d84..b3d1d393 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -8,7 +8,7 @@ # Crash log files crash.log -# Exclude all .tfvars files, which are likely to contain sentitive data, such as +# Exclude all .tfvars files, which are likely to contain sensitive data, such as # password, private keys, and other secrets. These should not be part of version # control as they are data points which are potentially sensitive and subject # to change depending on the environment. From ad2622c2dd8f220bb6c0355f92a7e6986aa1e100 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Mon, 28 Sep 2020 13:22:59 -0400 Subject: [PATCH 0580/1023] rust: allow /target and /debug to be symlinks See rust-lang/cargo#4944 for the cargo change. --- Rust.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rust.gitignore b/Rust.gitignore index ff47c2d7..4ff33bb9 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -1,7 +1,7 @@ # Generated by Cargo # will have compiled files and executables -debug/ -target/ +debug +target # Remove Cargo.lock from gitignore if creating an executable, leave it for libraries # More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html From 15854c5bb4bf2b757ff0d9c04b18b43eb785e6f3 Mon Sep 17 00:00:00 2001 From: Aditya Gupta Date: Wed, 30 Sep 2020 13:33:32 +0530 Subject: [PATCH 0581/1023] Update C++.gitignore --- C++.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 259148fa..b753618a 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -11,6 +11,12 @@ *.gch *.pch +# Linker files +*.ilk + +# Debugger Files +*.pdb + # Compiled Dynamic libraries *.so *.dylib From f7db945023ba43d5ea93a83bb944de6d874c8979 Mon Sep 17 00:00:00 2001 From: Jullyana Mattos Vycas <45983213+jumattos@users.noreply.github.com> Date: Thu, 1 Oct 2020 11:55:56 -0700 Subject: [PATCH 0582/1023] VisualStudio: add "out" folder to build results --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1ee53850..eaa99029 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -29,6 +29,7 @@ x86/ bld/ [Bb]in/ [Oo]bj/ +[Oo]ut/ [Ll]og/ [Ll]ogs/ From cba2455e53db0bca1ffc4d6291866256623567ca Mon Sep 17 00:00:00 2001 From: schtandard Date: Fri, 9 Oct 2020 12:26:48 +0200 Subject: [PATCH 0583/1023] Add svg temporary files The svg package creates two temporary files for each .svg file that is included in the document (one .pdf file and one .pdf_tex file). These are placed into a subfolder called svg-inkscape/ by default. --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 8a42ebbd..f96d8f44 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -185,6 +185,9 @@ _minted* # scrwfile *.wrt +# svg +svg-inkscape/ + # sympy *.sout *.sympy From 4a6f74426e8fa1432a39a73d8c3495fcefb4302a Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Wed, 14 Oct 2020 19:41:41 -0700 Subject: [PATCH 0584/1023] [SBT] Ignore .bsp directory --- Global/SBT.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/SBT.gitignore b/Global/SBT.gitignore index 5ed6acb6..98ee5070 100644 --- a/Global/SBT.gitignore +++ b/Global/SBT.gitignore @@ -10,3 +10,4 @@ project/plugins/project/ .history .cache .lib/ +.bsp/ From f269918a08714f23ad546bcac68892f675b40375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cihat=20G=C3=BCnd=C3=BCz?= Date: Thu, 22 Oct 2020 07:44:09 +0200 Subject: [PATCH 0585/1023] Remove Accio after official deprecation [Accio](https://github.com/JamitLabs/Accio) was oficially deprecated in favor of SwiftPM integration within Xcode. I don't think any new project will be opting for it, so it might also be a good idea to clean this up and remove the Accio related entries from the `.gitignore`. --- Swift.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Swift.gitignore b/Swift.gitignore index 330d1674..bb83bcfc 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -66,10 +66,6 @@ playground.xcworkspace Carthage/Build/ -# Accio dependency management -Dependencies/ -.accio/ - # fastlane # # It is recommended to not store the screenshots in the git repo. From a0e05f9d08080a286311721593eb6a23266d9637 Mon Sep 17 00:00:00 2001 From: Kyle Edwards Date: Mon, 7 Dec 2020 15:29:35 -0500 Subject: [PATCH 0586/1023] CMake: Add CMakeUserPresets.json CMake 3.19 added CMakePresets.json, which is intended to be version-controlled, and CMakeUserPresets.json, which should NOT be version-controlled. Add CMakeUserPresets.json to the gitignore. https://cmake.org/cmake/help/latest/manual/cmake-presets.7.html --- CMake.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CMake.gitignore b/CMake.gitignore index 46f42f8f..11c76431 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -9,3 +9,4 @@ install_manifest.txt compile_commands.json CTestTestfile.cmake _deps +CMakeUserPresets.json From e07b0dc3ee383c30002e1635c821797334c406c3 Mon Sep 17 00:00:00 2001 From: tbeu Date: Sat, 19 Dec 2020 17:09:50 +0100 Subject: [PATCH 0587/1023] Also ignore *.idb (to match C.gitignore) *.idb files (of VS2005 and probably other versions, too) should be also ignored. --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1ee53850..5413b8ad 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -75,6 +75,7 @@ StyleCopReport.xml *.ilk *.meta *.obj +*.idb *.iobj *.pch *.pdb From dd042058b9e1fc17af55f2c94828b2bb175bcbe1 Mon Sep 17 00:00:00 2001 From: TigerC10 Date: Tue, 29 Dec 2020 16:58:14 -0600 Subject: [PATCH 0588/1023] Updating JetBrains template, adding SonarLint Plugin --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 8da0824b..25af3672 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -58,6 +58,9 @@ atlassian-ide-plugin.xml # Cursive Clojure plugin .idea/replstate.xml +# SonarLint plugin +.idea/sonarlint/ + # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml crashlytics.properties From 04a4d50a7848dd1351eff9134a283fc6a3ef79a7 Mon Sep 17 00:00:00 2001 From: Andrii Chebukin Date: Wed, 30 Dec 2020 23:01:53 +0200 Subject: [PATCH 0589/1023] Fixed editor specific folder exclusion for subfolders --- VisualStudio.gitignore | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1ee53850..b1651969 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -302,17 +302,17 @@ node_modules/ _Pvt_Extensions # Paket dependency manager -.paket/paket.exe +**/.paket/paket.exe paket-files/ # FAKE - F# Make -.fake/ +**/.fake/ # CodeRush personal settings -.cr/personal +**/.cr/personal # Python Tools for Visual Studio (PTVS) -__pycache__/ +**/__pycache__/ *.pyc # Cake - Uncomment if you are using it @@ -344,10 +344,10 @@ ASALocalRun/ *.nvuser # MFractors (Xamarin productivity tool) working folder -.mfractor/ +**/.mfractor/ # Local History for Visual Studio -.localhistory/ +**/.localhistory/ # BeatPulse healthcheck temp database healthchecksdb @@ -356,7 +356,7 @@ healthchecksdb MigrationBackup/ # Ionide (cross platform F# VS Code tools) working folder -.ionide/ +**/.ionide/ # Fody - auto-generated XML schema FodyWeavers.xsd From b7563346aaec5b6e02e898fb6e62aa65afff3e57 Mon Sep 17 00:00:00 2001 From: fslds Date: Thu, 7 Jan 2021 10:52:41 +0100 Subject: [PATCH 0590/1023] Add direnv .envrc to ignored files. The direnv project (https://direnv.net/ ) uses .envrc files for dynamically loading environment variables (or other settings) per directory using the user's shell.. As it can contain sensitive information, and is similar in goal as to .env etc, I think it is a good idea to exclude this by default as well. --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index a81c8ee1..212421b4 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -106,6 +106,7 @@ celerybeat.pid # Environments .env +.envrc .venv env/ venv/ From 0694bfe4e77020318b3cb0df81c7215f36d7a8de Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Thu, 4 Feb 2021 13:21:22 -0600 Subject: [PATCH 0591/1023] Update for COldBox 6 standards --- ColdBox.gitignore | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) diff --git a/ColdBox.gitignore b/ColdBox.gitignore index 8acdf7a5..a3b06c0a 100644 --- a/ColdBox.gitignore +++ b/ColdBox.gitignore @@ -1,4 +1,27 @@ -*/config/development -*/logs/ -*/includes/cache/* -tmp/* +# General Ignores + IDE +.DS_Store +settings.xml + +# Localized Servers +.engine/** +WEB-INF + +# Environment File +.env + +# Logs +logs/** + +# Code Coverage and Test Results +tests/results/** + +# NPM Modules +**/node_modules/* +npm-debug.log +yarn-error.log + +## ColdBox Dependencies and Modules +coldbox/* +testbox/* +modules/* +modules/**/apidocs/** From bb28a8ce82effdb5990155a13f3eed9e063d9245 Mon Sep 17 00:00:00 2001 From: James Kerrane Date: Tue, 9 Feb 2021 18:32:09 -0700 Subject: [PATCH 0592/1023] Delete fixed workaround The workaround for https://youtrack.jetbrains.com/issue/IDEA-116898 is fixed now, so we can remove the workaround. --- Gradle.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gradle.gitignore b/Gradle.gitignore index 8d68edc9..85888bb2 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -10,6 +10,3 @@ gradle-app.setting # Cache of project .gradletasknamecache - -# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898 -# gradle/wrapper/gradle-wrapper.properties From 6586918a4241a1e98166b3f3857518f5d031918b Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Tue, 16 Feb 2021 03:02:14 +0900 Subject: [PATCH 0593/1023] Ignore `.env.*` in Node.js --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 1f22b9c2..3262bc3b 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -70,7 +70,7 @@ web_modules/ # dotenv environment variables file .env -.env.test +.env.* # parcel-bundler cache (https://parceljs.org/) .cache From 08b10f18e723a2d83fffb51085fd0546163bcd43 Mon Sep 17 00:00:00 2001 From: Arthur <49537282+arthur-lchl@users.noreply.github.com> Date: Mon, 15 Feb 2021 22:38:15 +0100 Subject: [PATCH 0594/1023] style(Autotools): remove trailing whitespaces --- Autotools.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Autotools.gitignore b/Autotools.gitignore index f2c137d0..b2453293 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -44,8 +44,8 @@ m4/ltsugar.m4 m4/ltversion.m4 m4/lt~obsolete.m4 -# Generated Makefile -# (meta build system like autotools, +# Generated Makefile +# (meta build system like autotools, # can automatically generate from config.status script # (which is called by configure script)) Makefile From 52f8df58fcd12182d3150fb3487d1fd0e5b8423a Mon Sep 17 00:00:00 2001 From: Tim Parnell Date: Sun, 21 Feb 2021 10:14:43 -0500 Subject: [PATCH 0595/1023] Update Xojo.gitignore for changes to .obsolete Updates the *.obsolete ignore to match datestamped .obsolete items from newer IDE versions. --- Xojo.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xojo.gitignore b/Xojo.gitignore index 1b036dd4..4915783b 100644 --- a/Xojo.gitignore +++ b/Xojo.gitignore @@ -8,4 +8,4 @@ Debug*/Debug*.exe Debug*/Debug*\ Libs *.rbuistate *.xojo_uistate -*.obsolete +*.obsolete* From 774c69da70dfc688c9e2c9a2ae1f98b76f90e823 Mon Sep 17 00:00:00 2001 From: Keisuke Shima Date: Mon, 22 Feb 2021 16:40:26 +0900 Subject: [PATCH 0596/1023] add ROS2 gitignore --- ROS2.gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ROS2.gitignore diff --git a/ROS2.gitignore b/ROS2.gitignore new file mode 100644 index 00000000..560a4ffd --- /dev/null +++ b/ROS2.gitignore @@ -0,0 +1,28 @@ +install/ +log/ +build/ + +# Ignore generated docs +*.dox +*.wikidoc + +# eclipse stuff +.project +.cproject + +# qcreator stuff +CMakeLists.txt.user + +srv/_*.py +*.pcd +*.pyc +qtcreator-* +*.user + +*~ + +# Emacs +.#* + +# Ament custom files +AMENT_IGNORE From 5423fe33d9a71df6ce11150e3fff58b421b2cae9 Mon Sep 17 00:00:00 2001 From: Keisuke Shima Date: Mon, 22 Feb 2021 16:48:18 +0900 Subject: [PATCH 0597/1023] add COLCON_IGNORE --- ROS2.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ROS2.gitignore b/ROS2.gitignore index 560a4ffd..6cc824d8 100644 --- a/ROS2.gitignore +++ b/ROS2.gitignore @@ -24,5 +24,6 @@ qtcreator-* # Emacs .#* -# Ament custom files +# Colcon custom files +COLCON_IGNORE AMENT_IGNORE From b236e1717b90f1755af76900f5387bfa20636de3 Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Sun, 28 Feb 2021 01:18:35 +0900 Subject: [PATCH 0598/1023] Just ignore `.env.production`, avoid to effect for `.env.example` https://github.com/github/gitignore/pull/3651/files#r576363678 --- Node.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 3262bc3b..c5de3d91 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -70,7 +70,8 @@ web_modules/ # dotenv environment variables file .env -.env.* +.env.test +.env.production # parcel-bundler cache (https://parceljs.org/) .cache From 6b89235c5afd09a1faa85cc56c7639a60bd65044 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sat, 6 Mar 2021 14:11:49 +0100 Subject: [PATCH 0599/1023] Add newpax --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 8a42ebbd..3fed926f 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -166,6 +166,9 @@ _minted* # morewrites *.mw +# newpax +*.newpax + # nomencl *.nlg *.nlo From af117702e704e32e071ad87ee230f77fca328b66 Mon Sep 17 00:00:00 2001 From: Dan Church Date: Wed, 10 Mar 2021 10:04:39 -0600 Subject: [PATCH 0600/1023] Update Autotools.gitignore Add config.cache, generated when using Autotools `./configure -C`. --- Autotools.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index f2c137d0..d9ecd892 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -16,6 +16,7 @@ autom4te.cache /autoscan-*.log /aclocal.m4 /compile +/config.cache /config.guess /config.h.in /config.log From 4c55d7cc4b8afda96a769c5433a9e54845a0e68b Mon Sep 17 00:00:00 2001 From: Kamil Shakirov Date: Mon, 15 Mar 2021 14:32:59 +0600 Subject: [PATCH 0601/1023] Update .gitignore for Idris 2 --- Idris.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Idris.gitignore b/Idris.gitignore index c28bc7cc..0f4e72c7 100644 --- a/Idris.gitignore +++ b/Idris.gitignore @@ -1,2 +1,7 @@ +# Idris 2 +*.ttc +*.ttm + +# Idris 1 *.ibc *.o From 520cfca67f1caacd8108a06b76145c225b94b604 Mon Sep 17 00:00:00 2001 From: Ali Date: Thu, 25 Mar 2021 01:29:52 +0430 Subject: [PATCH 0602/1023] Add Vlang Support By Vlang Community --- V.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 V.gitignore diff --git a/V.gitignore b/V.gitignore new file mode 100644 index 00000000..f824f496 --- /dev/null +++ b/V.gitignore @@ -0,0 +1,15 @@ +* +!*/ +!*.* +*.exe +*.o +*.so +*.tmp.c +*.obj +*.exp +*.ilk +*.pdb +*.dll +*.lib +*.bak +*.out \ No newline at end of file From ced04937735df8a99ea33ccc8dac7522598c39d0 Mon Sep 17 00:00:00 2001 From: Ali Date: Thu, 25 Mar 2021 11:35:51 +0430 Subject: [PATCH 0603/1023] Remove .obj --- V.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/V.gitignore b/V.gitignore index f824f496..480c9259 100644 --- a/V.gitignore +++ b/V.gitignore @@ -5,7 +5,6 @@ *.o *.so *.tmp.c -*.obj *.exp *.ilk *.pdb From fd40ca24deed5cb14952d9e650fe1148d54ff03b Mon Sep 17 00:00:00 2001 From: tustin2121 Date: Fri, 26 Mar 2021 12:32:11 -0400 Subject: [PATCH 0604/1023] Add .tlog to the Visual Studio template --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1ee53850..33f059be 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -90,6 +90,7 @@ StyleCopReport.xml *.tmp_proj *_wpftmp.csproj *.log +*.tlog *.vspscc *.vssscc .builds From a4b2c4e4982bf82732c79335bdb017b305d3facb Mon Sep 17 00:00:00 2001 From: Udit8348 Date: Mon, 29 Mar 2021 15:08:20 -0400 Subject: [PATCH 0605/1023] adds technical note for more info --- community/embedded/IAR_EWARM.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/embedded/IAR_EWARM.gitignore b/community/embedded/IAR_EWARM.gitignore index 13ed9a0b..e456471f 100644 --- a/community/embedded/IAR_EWARM.gitignore +++ b/community/embedded/IAR_EWARM.gitignore @@ -1,5 +1,5 @@ # gitignore template for the IAR EWARM -# website: https://www.iar.com/ +# website: https://www.iar.com/knowledge/support/technical-notes/ide/which-files-should-be-version-controlled/ # Some tools will put the EWARM files # under a subdirectory with the same name From 8b42a0d1e3799b253af0a04c927aa9c64548ec62 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Tue, 30 Mar 2021 18:26:32 -0400 Subject: [PATCH 0606/1023] Create GitHubPages.gitignore --- GitHubPages.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 GitHubPages.gitignore diff --git a/GitHubPages.gitignore b/GitHubPages.gitignore new file mode 100644 index 00000000..81626739 --- /dev/null +++ b/GitHubPages.gitignore @@ -0,0 +1,17 @@ +# This .gitignore is appropriate for repositories deployed to GitHub Pages and using +# a Gemfile as specified at https://github.com/github/pages-gem#conventional + +# Basic Jekyll gitignores (synchronize to Jekyll.gitignore) +_site/ +.sass-cache/ +.jekyll-cache/ +.jekyll-metadata + +# Additional Ruby/bundler ignore for when you run: bundle install +/vendor + +# Specific ignore for GitHub Pages +# GitHub Pages will always use its own deployed version of pages-gem +# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is not +# counterproductive to check this file into the repository. +Gemfile.lock From 978e3010329eff589d2b9b140cb8af30f4480065 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Wed, 31 Mar 2021 13:56:32 -0400 Subject: [PATCH 0607/1023] Update GitHubPages.gitignore --- GitHubPages.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitHubPages.gitignore b/GitHubPages.gitignore index 81626739..fddfb6b9 100644 --- a/GitHubPages.gitignore +++ b/GitHubPages.gitignore @@ -12,6 +12,6 @@ _site/ # Specific ignore for GitHub Pages # GitHub Pages will always use its own deployed version of pages-gem -# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is not +# This means GitHub Pages will NOT use your Gemfile.lock and therefore it is # counterproductive to check this file into the repository. Gemfile.lock From 68f4c9a5a9710d0e7a669a760d15e76107e69acf Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Tue, 13 Apr 2021 10:39:58 -0400 Subject: [PATCH 0608/1023] Update Coq.gitignore Coq now uses .mlg rather than .ml4 (since https://github.com/coq/coq/pull/8763), so we have to ignore its generated dependency files. The `native_compute_profile_*.data` files are generated by `Set NativeCompute Profiling` (see https://github.com/coq/coq/pull/950). Finally `.coq-native` is a directory that may be generated in any subdirectory, not only at top level, so we should not use absolute paths for it. --- Coq.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Coq.gitignore b/Coq.gitignore index 829ac44a..66596b22 100644 --- a/Coq.gitignore +++ b/Coq.gitignore @@ -10,6 +10,7 @@ *.glob *.ml.d *.ml4.d +*.mlg.d *.mli.d *.mllib.d *.mlpack.d @@ -20,7 +21,7 @@ *.vo *.vok *.vos -.coq-native/ +.coq-native .csdp.cache .lia.cache .nia.cache @@ -31,6 +32,7 @@ lia.cache nia.cache nlia.cache nra.cache +native_compute_profile_*.data # generated timing files *.timing.diff From 6d5f266f6cf1e9738b7e68b3b95b6969781de645 Mon Sep 17 00:00:00 2001 From: Helder Burato Berto Date: Wed, 21 Apr 2021 09:23:03 +0100 Subject: [PATCH 0609/1023] Add Strapi CMS .gitignore --- Strapi.gitignore | 135 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 135 insertions(+) create mode 100644 Strapi.gitignore diff --git a/Strapi.gitignore b/Strapi.gitignore new file mode 100644 index 00000000..70e65425 --- /dev/null +++ b/Strapi.gitignore @@ -0,0 +1,135 @@ +############################ +# OS X +############################ + +.DS_Store +.AppleDouble +.LSOverride +Icon +.Spotlight-V100 +.Trashes +._* + + +############################ +# Linux +############################ + +*~ + + +############################ +# Windows +############################ + +Thumbs.db +ehthumbs.db +Desktop.ini +$RECYCLE.BIN/ +*.cab +*.msi +*.msm +*.msp + + +############################ +# Packages +############################ + +*.7z +*.csv +*.dat +*.dmg +*.gz +*.iso +*.jar +*.rar +*.tar +*.zip +*.com +*.class +*.dll +*.exe +*.o +*.seed +*.so +*.swo +*.swp +*.swn +*.swm +*.out +*.pid + + +############################ +# Logs and databases +############################ + +.tmp +*.log +*.sql +*.sqlite + + +############################ +# Misc. +############################ + +*# +.idea +nbproject +.vscode/ + + +############################ +# Node.js +############################ + +lib-cov +lcov.info +pids +logs +results +build +node_modules +.node_history +package-lock.json +**/package-lock.json +!docs/package-lock.json +*.heapsnapshot + + +############################ +# Tests +############################ + +testApp +coverage +cypress/screenshots +cypress/videos + + +############################ +# Documentation +############################ + +dist + +############################ +# Builds +############################ + +packages/strapi-generate-new/files/public/ + +############################ +# Example app +############################ + +.dev +# *.cache + +############################ +# Visual Studio Code +############################ + +front-workspace.code-workspace From d16b10824c3123ad168d5b0978da72f12db5b237 Mon Sep 17 00:00:00 2001 From: Nader Hajlaoui Date: Wed, 21 Apr 2021 13:37:41 +0200 Subject: [PATCH 0610/1023] add scala jvm crash files --- Scala.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Scala.gitignore b/Scala.gitignore index 9c07d4ae..7169cab1 100644 --- a/Scala.gitignore +++ b/Scala.gitignore @@ -1,2 +1,5 @@ *.class *.log + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* From 5f1ce29425f13e01983bfc952d4f81163066bbc4 Mon Sep 17 00:00:00 2001 From: Parsa Date: Wed, 21 Apr 2021 18:45:44 +0430 Subject: [PATCH 0611/1023] Add nuget.config file Add nuget.config file because it contains secret data and should be kept localy --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1ee53850..b0010137 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -205,6 +205,9 @@ PublishScripts/ *.nuget.props *.nuget.targets +# Nuget personal access tokens and Credentials +nuget.config + # Microsoft Azure Build Output csx/ *.build.csdef From 81297a6c427d524281094a9b2376cac46fa4322c Mon Sep 17 00:00:00 2001 From: Andrew Dunning Date: Wed, 21 Apr 2021 19:53:11 +0100 Subject: [PATCH 0612/1023] Add missing extension for GregorioTeX --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index 8a42ebbd..c88f292a 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -120,6 +120,7 @@ acs-*.bib # gregoriotex *.gaux +*.glog *.gtex # htlatex From 110e40ad2a1b64c46fd690fcce2b20b16fe53f7f Mon Sep 17 00:00:00 2001 From: kacper ksieski Date: Thu, 22 Apr 2021 10:00:03 -0400 Subject: [PATCH 0613/1023] fix: add stars --- community/Alteryx.gitignore | 53 ++++++++++++++++++++++++------------- 1 file changed, 34 insertions(+), 19 deletions(-) diff --git a/community/Alteryx.gitignore b/community/Alteryx.gitignore index a682e4b3..a8e1341f 100644 --- a/community/Alteryx.gitignore +++ b/community/Alteryx.gitignore @@ -3,27 +3,42 @@ # website: https://help.alteryx.com/current/designer/alteryx-file-types # Alteryx Data Files -.yxdb -.cydb -.cyidx -.rptx -.vvf -.aws +*.yxdb +*.cydb +*.cyidx +*.rptx +*.vvf +*.aws # Alteryx Special Files -.yxwv -.yxft -.yxbe -.bak -.pcxml -.log -.bin -.yxlang +*.yxwv +*.yxft +*.yxbe +*.bak +*.pcxml +*.log +*.bin +*.yxlang CASS.ini # Alteryx License Files -.yxlc -.slc -.cylc -.alc -.gzlc +*.yxlc +*.slc +*.cylc +*.alc +*.gzlc + +## gitignore reference sites +# https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files +# https://git-scm.com/docs/gitignore +# https://help.github.com/articles/ignoring-files/ + +## Useful knowledge from stackoverflow +# Even if you haven't tracked the files so far, git seems to be able to "know" about them even after you add them to .gitignore. +# WARNING: First commit your current changes, or you will lose them. +# Then run the following commands from the top folder of your git repo: +# git rm -r --cached . +# git add . +# git commit -m "fixed untracked files" + +# author: Kacper Ksieski \ No newline at end of file From db66a1d5e45f233bc70256cb7902d1c87b3ed5db Mon Sep 17 00:00:00 2001 From: Manoj Paramsetti <39455174+Manoj-Paramsetti@users.noreply.github.com> Date: Sun, 25 Apr 2021 08:36:17 +0530 Subject: [PATCH 0614/1023] ignore dotenv in dart --- Dart.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dart.gitignore b/Dart.gitignore index 6d21af37..0200c617 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -11,6 +11,10 @@ pubspec.lock # If you don't generate documentation locally you can remove this line. doc/api/ +# dotenv environment variables file +.env +.env.test + # Avoid committing generated Javascript files: *.dart.js *.info.json # Produced by the --dump-info flag. From d15076ed4a80c445b2a87d13464281d1ba5cb385 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Tue, 27 Apr 2021 09:54:36 -0400 Subject: [PATCH 0615/1023] Rust: ignore .pdb files MSVC builds of Rust on Windows automatically generate `*.pdb` files, which store debugging information. For more information, see: * https://github.com/rust-lang/rustlings/issues/275 * https://locka99.gitbooks.io/a-guide-to-porting-c-to-rust/content/debugging_rust/#microsoft-visual-studio --- Rust.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rust.gitignore b/Rust.gitignore index ff47c2d7..6985cf1b 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -9,3 +9,6 @@ Cargo.lock # These are backup files generated by rustfmt **/*.rs.bk + +# MSVC Windows builds of rustc generate these, which store debugging information +*.pdb From 99157b2a29256ae9c248cca3c3570adb5b7237a5 Mon Sep 17 00:00:00 2001 From: Gustav Palmqvist Date: Tue, 4 May 2021 19:48:02 +0200 Subject: [PATCH 0616/1023] Add AltiumDesigner.gitignore --- AltiumDesigner.gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 AltiumDesigner.gitignore diff --git a/AltiumDesigner.gitignore b/AltiumDesigner.gitignore new file mode 100644 index 00000000..7291862c --- /dev/null +++ b/AltiumDesigner.gitignore @@ -0,0 +1,18 @@ +# For PCBs designed using Altium Designer +# Website: https://www.altium.com/altium-designer/ + +# Directories containing cache data +History +__Previews + +# Directories containing logs and generated outputs +Project\ Logs* +Project\ Outputs* + +# Misc files generated by altium +debug.log +Status\ Report.txt +*PcbDoc..htm + +# Lock files sometimes left behind +.~lock.* From 71e1ff1213d2f19ce1df0ee0292fafccd785cc72 Mon Sep 17 00:00:00 2001 From: Gustav Palmqvist Date: Tue, 4 May 2021 19:54:51 +0200 Subject: [PATCH 0617/1023] Fixed typo and added some fileendings which older versions generate --- AltiumDesigner.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AltiumDesigner.gitignore b/AltiumDesigner.gitignore index 7291862c..5e410492 100644 --- a/AltiumDesigner.gitignore +++ b/AltiumDesigner.gitignore @@ -12,7 +12,9 @@ Project\ Outputs* # Misc files generated by altium debug.log Status\ Report.txt -*PcbDoc..htm +*.PcbDoc.htm +*.SchDocPreview +*.PcbDocPreview # Lock files sometimes left behind .~lock.* From 5db7eeab30efe30ed407b849ea526cf3e7a1e03f Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Fri, 7 May 2021 09:47:16 -0700 Subject: [PATCH 0618/1023] Adding VS Code to global VS family --- VisualStudio.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1ee53850..703be6d2 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -360,3 +360,25 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +.idea/ +*.sln.iml \ No newline at end of file From 045304bb1214bf13b74ca1cd8605e3bc533303c7 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Fri, 7 May 2021 10:27:54 -0700 Subject: [PATCH 0619/1023] Rename AltiumDesigner.gitignore to community/AltiumDesigner.gitignore --- AltiumDesigner.gitignore => community/AltiumDesigner.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename AltiumDesigner.gitignore => community/AltiumDesigner.gitignore (100%) diff --git a/AltiumDesigner.gitignore b/community/AltiumDesigner.gitignore similarity index 100% rename from AltiumDesigner.gitignore rename to community/AltiumDesigner.gitignore From dffd1a074475512b9565167046d1cf751ed65434 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Fri, 7 May 2021 10:57:12 -0700 Subject: [PATCH 0620/1023] Rename Strapi.gitignore to community/Strapi.gitignore --- Strapi.gitignore => community/Strapi.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Strapi.gitignore => community/Strapi.gitignore (100%) diff --git a/Strapi.gitignore b/community/Strapi.gitignore similarity index 100% rename from Strapi.gitignore rename to community/Strapi.gitignore From b3ece8cef6f7dde358963115983b4a8e7e93e7f0 Mon Sep 17 00:00:00 2001 From: Martin Woodward Date: Fri, 7 May 2021 19:07:24 +0100 Subject: [PATCH 0621/1023] Add newline. --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 703be6d2..8b0f1ddf 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -381,4 +381,4 @@ FodyWeavers.xsd # JetBrains Rider .idea/ -*.sln.iml \ No newline at end of file +*.sln.iml From 9d3758088ac93a24c65e3a0dfc436addf5e94980 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Fri, 7 May 2021 11:59:24 -0700 Subject: [PATCH 0622/1023] Update Dart.gitignore --- Dart.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 0200c617..3a83c2f0 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -12,8 +12,7 @@ pubspec.lock doc/api/ # dotenv environment variables file -.env -.env.test +.env* # Avoid committing generated Javascript files: *.dart.js From 8572e846504fab9eb0d804ae5e6f1c305251a2fb Mon Sep 17 00:00:00 2001 From: Martin Woodward Date: Sun, 9 May 2021 09:02:01 +0100 Subject: [PATCH 0623/1023] Move Vlang tenmplate into community folder To start we bring new contributions into the community folder. --- V.gitignore => community/V.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename V.gitignore => community/V.gitignore (92%) diff --git a/V.gitignore b/community/V.gitignore similarity index 92% rename from V.gitignore rename to community/V.gitignore index 480c9259..bc0d4f3a 100644 --- a/V.gitignore +++ b/community/V.gitignore @@ -11,4 +11,4 @@ *.dll *.lib *.bak -*.out \ No newline at end of file +*.out From b3fe09bd7d4647552aa53130aeb16ef33489d4f9 Mon Sep 17 00:00:00 2001 From: Martin Woodward Date: Sun, 9 May 2021 14:41:47 +0100 Subject: [PATCH 0624/1023] Move into community folder --- ROS2.gitignore => community/ROS2.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ROS2.gitignore => community/ROS2.gitignore (100%) diff --git a/ROS2.gitignore b/community/ROS2.gitignore similarity index 100% rename from ROS2.gitignore rename to community/ROS2.gitignore From 8713694f2faee51946b79e9f12bb2aba4edd1b21 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch Date: Sun, 9 May 2021 12:24:38 -0700 Subject: [PATCH 0625/1023] Remove the all files matches from V.gitignore --- community/V.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/community/V.gitignore b/community/V.gitignore index bc0d4f3a..dbbb0462 100644 --- a/community/V.gitignore +++ b/community/V.gitignore @@ -1,6 +1,3 @@ -* -!*/ -!*.* *.exe *.o *.so From f3483b0072708b7bece1a7b79ffb74989b3c4466 Mon Sep 17 00:00:00 2001 From: Dan Toft Date: Wed, 12 May 2021 10:56:36 +0200 Subject: [PATCH 0626/1023] Added SPFx (SharePoint Framework) gitignore --- SPFx.gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 SPFx.gitignore diff --git a/SPFx.gitignore b/SPFx.gitignore new file mode 100644 index 00000000..ac0c4307 --- /dev/null +++ b/SPFx.gitignore @@ -0,0 +1,33 @@ +#SharePoint Framework (SPFx) +# Logs +logs +*.log +npm-debug.log* + +# Dependency directories +node_modules + +# Build generated files +dist +lib +solution +temp +*.sppkg + +# Coverage directory used by tools like istanbul +coverage + +# OSX +.DS_Store + +# Visual Studio files +.ntvs_analysis.dat +.vs +bin +obj + +# Resx Generated Code +*.resx.ts + +# Styles Generated Code +*.scss.ts \ No newline at end of file From 346dd747885c007cf1c742f198bd04d1dcce05d5 Mon Sep 17 00:00:00 2001 From: Gerardyang Date: Wed, 12 May 2021 23:18:59 +0800 Subject: [PATCH 0627/1023] add pnpm debug file to Node.gitignore --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index 1f22b9c2..abea5562 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -5,6 +5,7 @@ npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* +.pnpm-debug.log* # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json From ac73d272dfc25c9b1fd6c70fb78359b5c6faa205 Mon Sep 17 00:00:00 2001 From: Alvaro Enrique Ruano Date: Fri, 14 May 2021 22:51:17 -0600 Subject: [PATCH 0628/1023] Handle .dll.refresh --- VisualStudio.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 34c8dee4..5c8aece5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -27,7 +27,8 @@ x86/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ bld/ -[Bb]in/ +**/[Bb]in/* +!**/[Bb]in/*.refresh [Oo]bj/ [Ll]og/ [Ll]ogs/ From 82fca3b67b7ca4b21155449263e9ba7ba851e84a Mon Sep 17 00:00:00 2001 From: Callum Whyte Date: Sun, 16 May 2021 19:35:36 +0100 Subject: [PATCH 0629/1023] Excluding odd.flag in all folders for Umbraco gitignore --- Umbraco.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index c2868457..56495314 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -15,7 +15,7 @@ **/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. ) +## you can find your Umbraco version in your Web.config. (i.e. ) ## Uncomment this line if you think it fits the way you work on your project. ## **/[Uu]mbraco/ @@ -29,4 +29,4 @@ **/App_Data/cache/ # Ignore the Models Builder models out of date flag -**/App_Data/Models/ood.flag +**/ood.flag From 20fdee2f41e4654b83910954a789359456cb4afa Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Tue, 29 Sep 2020 03:55:16 -0400 Subject: [PATCH 0630/1023] Add .godot/ folder to Godot.gitignore for Godot 4 --- Godot.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Godot.gitignore b/Godot.gitignore index 4f48ad79..d9aac213 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -1,3 +1,6 @@ +# Godot 4+ specific ignores +.godot/ + # Godot-specific ignores .import/ export.cfg @@ -9,3 +12,4 @@ export_presets.cfg # Mono-specific ignores .mono/ data_*/ +mono_crash.*.json From bfb5f318de959c61a98f6481ca4a6db393ba7508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8Dcaro=20Lima?= Date: Sun, 23 May 2021 11:08:58 -0300 Subject: [PATCH 0631/1023] Update Unity.gitignore --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 72c27e4f..5d29f6c3 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -59,6 +59,7 @@ sysinfo.txt *.apk *.aab *.unitypackage +*.app # Crashlytics generated file crashlytics-build.properties From 77848c3879bb1e6556abacd1d40b1612653db057 Mon Sep 17 00:00:00 2001 From: Artur Tarassow <42611512+atecon@users.noreply.github.com> Date: Tue, 25 May 2021 12:25:21 +0200 Subject: [PATCH 0632/1023] Add template file for Gretl (#3737) Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> --- community/Gretl.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 community/Gretl.gitignore diff --git a/community/Gretl.gitignore b/community/Gretl.gitignore new file mode 100644 index 00000000..582489e5 --- /dev/null +++ b/community/Gretl.gitignore @@ -0,0 +1,8 @@ +# gitignore template for Gretl +# website: http://gretl.sourceforge.net/ + +# Auto-generated log file is overwritten whenever you start a new session +session.inp + +# Auto-generated temporary string code table +string_table.txt From f308ca341dffc044b9d205080c2678ff8044187d Mon Sep 17 00:00:00 2001 From: Martin Woodward Date: Tue, 25 May 2021 11:44:57 +0100 Subject: [PATCH 0633/1023] Moved into community folder --- SPFx.gitignore => community/SPFx.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename SPFx.gitignore => community/SPFx.gitignore (97%) diff --git a/SPFx.gitignore b/community/SPFx.gitignore similarity index 97% rename from SPFx.gitignore rename to community/SPFx.gitignore index ac0c4307..5a66b341 100644 --- a/SPFx.gitignore +++ b/community/SPFx.gitignore @@ -30,4 +30,4 @@ obj *.resx.ts # Styles Generated Code -*.scss.ts \ No newline at end of file +*.scss.ts From d5962b38af8e8fefd40efb2d2e5d61112d1fedf9 Mon Sep 17 00:00:00 2001 From: Alvaro Enrique Ruano Date: Sun, 30 May 2021 11:17:00 -0600 Subject: [PATCH 0634/1023] Making .refresh exclusion optional --- VisualStudio.gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 5c8aece5..d8d40796 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -27,12 +27,16 @@ x86/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ bld/ -**/[Bb]in/* -!**/[Bb]in/*.refresh [Oo]bj/ [Ll]og/ [Ll]ogs/ +# Build results on 'Bin' directories +**/[Bb]in/* +# Uncomment if you have tasks that rely on *.refresh files to move binaries +# (https://github.com/github/gitignore/pull/3736) +#!**/[Bb]in/*.refresh + # Visual Studio 2015/2017 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot From 2828d5ad829ebd37eb806fc8c5ed2bcff0d8e1eb Mon Sep 17 00:00:00 2001 From: Doug Mead Date: Wed, 2 Jun 2021 12:48:49 -0600 Subject: [PATCH 0635/1023] Added LensStudio.gitignore (Ted Brown) --- community/LensStudio.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 community/LensStudio.gitignore diff --git a/community/LensStudio.gitignore b/community/LensStudio.gitignore new file mode 100644 index 00000000..d3002935 --- /dev/null +++ b/community/LensStudio.gitignore @@ -0,0 +1,13 @@ +# macOS/IDE # +.DS_Store +.idea + +# js # +node_modules +yarn.lock + +# Python # +__pycache__/ +*.py[cod] +*$py.class +[Bb]ackup* From 6c4941a138f5cd506e364bc131066f37cb1ca44d Mon Sep 17 00:00:00 2001 From: Doug Mead Date: Wed, 2 Jun 2021 12:54:29 -0600 Subject: [PATCH 0636/1023] Added header --- community/LensStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community/LensStudio.gitignore b/community/LensStudio.gitignore index d3002935..5aa2e950 100644 --- a/community/LensStudio.gitignore +++ b/community/LensStudio.gitignore @@ -1,3 +1,6 @@ +# gitignore template for LensStudio +# website: https://lensstudio.snapchat.com/ + # macOS/IDE # .DS_Store .idea From 68f7db42df3b13f401018676fe3765e27dd8e8ae Mon Sep 17 00:00:00 2001 From: Vincent Lafeychine Date: Thu, 3 Jun 2021 19:48:49 +0000 Subject: [PATCH 0637/1023] GNU plot ignored in TeX.gitignore --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 237f49eb..4bfcab67 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -115,6 +115,10 @@ acs-*.bib # uncomment this for glossaries-extra (will ignore makeindex's style files!) # *.ist +# gnuplot +*.gnuplot +*.table + # gnuplottex *-gnuplottex-* From 25d6008c286b2f759cc571a364a0f0a7471af3be Mon Sep 17 00:00:00 2001 From: Abdulrahman Al-Ghamdi <49812896+Abdulrahman-AlGhamdi@users.noreply.github.com> Date: Mon, 7 Jun 2021 11:32:20 +0300 Subject: [PATCH 0638/1023] Add `.idea/jarRepositories.xml` to Android.gitignore The file `.idea/jarRepositories.xml` should be added to .gitignore. It is auto-generated and has only redundant information about remote jar repositories. * https://www.jetbrains.com/help/idea/library.html#configure-custom-remote-repo --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index 23de6e20..5d18272e 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -44,6 +44,7 @@ captures/ .idea/assetWizardSettings.xml .idea/dictionaries .idea/libraries +.idea/jarRepositories.xml # Android Studio 3 in .gitignore file. .idea/caches .idea/modules.xml From 1503b47796e8045b9db1abb26630255f070965e7 Mon Sep 17 00:00:00 2001 From: Parsa Date: Sat, 12 Jun 2021 14:49:35 +0430 Subject: [PATCH 0639/1023] Revert #3706 Revert changes in #3706 due to the inconveniency which developers reported by commenting the added line. --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 34c8dee4..26ab8f45 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -207,7 +207,7 @@ PublishScripts/ *.nuget.targets # Nuget personal access tokens and Credentials -nuget.config +# nuget.config # Microsoft Azure Build Output csx/ From 10d9c15458afeea31b1962714c39b8c032313c20 Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Tue, 15 Jun 2021 16:34:35 +0200 Subject: [PATCH 0640/1023] Add media folder to umbraco.gitignore --- Umbraco.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 56495314..97e606c0 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -19,6 +19,10 @@ ## Uncomment this line if you think it fits the way you work on your project. ## **/[Uu]mbraco/ +## This [Mm]edia/ folder contains content. Content may vary by environment and should therefore not be added to source control. +## Uncomment this line if you think it fits the way you work on your project. +## **/[Mm]edia/ + # 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 cfd330ff8b6b95fcb08f16a6bbbf2cfc691dc6ba Mon Sep 17 00:00:00 2001 From: Erik-Jan Westendorp Date: Tue, 15 Jun 2021 16:47:51 +0200 Subject: [PATCH 0641/1023] Update Umbraco.gitignore Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> --- Umbraco.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 97e606c0..ceb7c866 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -19,7 +19,7 @@ ## Uncomment this line if you think it fits the way you work on your project. ## **/[Uu]mbraco/ -## This [Mm]edia/ folder contains content. Content may vary by environment and should therefore not be added to source control. +## The [Mm]edia/ folder contains content. Content may vary by environment and should therefore not be added to source control. ## Uncomment this line if you think it fits the way you work on your project. ## **/[Mm]edia/ From d9caa61ceb444bba087af4cc1d4c282632a57573 Mon Sep 17 00:00:00 2001 From: Hecon5 <54177882+hecon5@users.noreply.github.com> Date: Wed, 23 Jun 2021 11:24:29 -0400 Subject: [PATCH 0642/1023] Adding in support for Nasa SpecsIntact --- community/NasaSpecsIntact.gitignore | 40 +++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 community/NasaSpecsIntact.gitignore diff --git a/community/NasaSpecsIntact.gitignore b/community/NasaSpecsIntact.gitignore new file mode 100644 index 00000000..be53af0e --- /dev/null +++ b/community/NasaSpecsIntact.gitignore @@ -0,0 +1,40 @@ +# gitignore template for Nasa SpecsIntact (SI) +# Website: https://specsintact.ksc.nasa.gov/ +# +# Recommended: +# MicrosoftOffice.gitignore +# + +# SpecsIntact (SI) Locking file; this would lock everyone out. +*.se$ + +# SI Reports; auto-generated. They do not belong in the repository +# as they will be re-created exactly when using a specific checkout point. +*.RPT +ADDRVER.* +BRKTVER.* +DUPEREF.* +REFVER.* +SECTVER.* +SUBMVER.* +TTLDIFFS.* + +# SpecsIntact files that change a lot and don't actually affect SI +# PULL.TBL is an auto-generated file to help speed SI loading. +PULL.TBL +pulltbl.bck + +# Tailoring information. +# Keep tailor.tag; it is a list of tailoring options in SI. + +# JOB.OTL informs SI where a spec section came from. +# Keeping the old one isn't useful in git. +JOB.OTL.OLD + +# OneNote TOC Files; SI Work Directories may be installed in a location co-located with OneNote +# notebooks, and if so, OneNote will litter the SI folder with these. +*.onetoc* + +# Log files, typically tagfix or other auto generated logs that aren't useful +# outside of the user that made them and clutter up the index. +*.log From 87aaa50bcb7d5b8117fbe91b118e136759256e18 Mon Sep 17 00:00:00 2001 From: Michael Orzel <56739010+michael-orzel@users.noreply.github.com> Date: Thu, 1 Jul 2021 10:50:20 -0400 Subject: [PATCH 0643/1023] Add period and capitalized letter for formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f9ec5eb8..a2ffb7d5 100644 --- a/README.md +++ b/README.md @@ -20,10 +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 +- 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 + 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) From 956fd0f7ddff90a72dba6134453ff9a26d41ae48 Mon Sep 17 00:00:00 2001 From: weycen Date: Fri, 2 Jul 2021 16:30:06 +0800 Subject: [PATCH 0644/1023] feat: Add template for Keil uVision --- uVision.gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 uVision.gitignore diff --git a/uVision.gitignore b/uVision.gitignore new file mode 100644 index 00000000..ab4049aa --- /dev/null +++ b/uVision.gitignore @@ -0,0 +1,36 @@ +# .gitignore file for Keil µVision + +# µVision 5 and µVision 4 Project screen layout file +*.uvguix.* +*.uvgui.* + +# Listing Files +*.i +*.lst + +# Object and HEX Files +*.axf +*.b[0-2][0-9] +*.b3[0-1] +*.bin +*.d +*.crf +*.elf +*.hex +*.h86 +*.obj +*.o +*.sbr + +# Build Files + +# Debugger Files +.ini + +# JLink Files +JLinkLog.txt + +# Other Files +*.bak +*.build_log.htm +*.dep From d80f0fe45382ebc4da9de8a14195f10f472a4a0e Mon Sep 17 00:00:00 2001 From: Chengwei Qiu Date: Thu, 8 Jul 2021 15:08:57 +0800 Subject: [PATCH 0645/1023] feat: Add *.iex --- uVision.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/uVision.gitignore b/uVision.gitignore index ab4049aa..6fa4ab7a 100644 --- a/uVision.gitignore +++ b/uVision.gitignore @@ -18,6 +18,7 @@ *.elf *.hex *.h86 +*.iex *.obj *.o *.sbr From 75050167fd3b335197235c36d1443f611520acfc Mon Sep 17 00:00:00 2001 From: Dirk Seefeld Date: Fri, 9 Jul 2021 11:26:37 +0200 Subject: [PATCH 0646/1023] add Umbraco excludes for version 9 / .Net 5 (Core) --- Umbraco.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index cd90af30..fe156c68 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -24,3 +24,8 @@ # Ignore the Models Builder models out of date flag **/App_Data/Models/ood.flag + +# NEW for version 9 .Net 5 (Core) +**/umbraco/Data/* +**/umbraco/mediacache +**/wwwroot/umbraco/lib From 1a84870ad77a665460fd1504d18c384954e3cc1e Mon Sep 17 00:00:00 2001 From: GrpeApple Date: Sun, 11 Jul 2021 13:03:23 +0800 Subject: [PATCH 0647/1023] Remove trailing whitespace --- Qt.gitignore | 2 +- Terraform.gitignore | 4 ++-- Umbraco.gitignore | 4 ++-- community/OpenSSL.gitignore | 2 +- community/PHP/Magento2.gitignore | 4 ++-- community/embedded/IAR_EWARM.gitignore | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Qt.gitignore b/Qt.gitignore index 10135402..7f4826b4 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -45,7 +45,7 @@ target_wrapper.* # QtCreator CMake CMakeLists.txt.user* -# QtCreator 4.8< compilation database +# QtCreator 4.8< compilation database compile_commands.json # QtCreator local machine specific files for imported projects diff --git a/Terraform.gitignore b/Terraform.gitignore index beb38d84..18221f8e 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -9,8 +9,8 @@ crash.log # Exclude all .tfvars files, which are likely to contain sentitive data, such as -# password, private keys, and other secrets. These should not be part of version -# control as they are data points which are potentially sensitive and subject +# password, private keys, and other secrets. These should not be part of version +# control as they are data points which are potentially sensitive and subject # to change depending on the environment. # *.tfvars diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 56495314..1f186d0f 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -14,10 +14,10 @@ # 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` +## this [Uu]mbraco/ folder should be created by cmd like `Install-Package UmbracoCms -Version 8.5.3` ## you can find your Umbraco version in your Web.config. (i.e. ) ## Uncomment this line if you think it fits the way you work on your project. -## **/[Uu]mbraco/ +## **/[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 diff --git a/community/OpenSSL.gitignore b/community/OpenSSL.gitignore index feb95a9f..732b1f16 100644 --- a/community/OpenSSL.gitignore +++ b/community/OpenSSL.gitignore @@ -10,7 +10,7 @@ *.csr ## Certificate -*.der +*.der ## Key database file *.kdb diff --git a/community/PHP/Magento2.gitignore b/community/PHP/Magento2.gitignore index b6b7860a..98329d7b 100644 --- a/community/PHP/Magento2.gitignore +++ b/community/PHP/Magento2.gitignore @@ -18,7 +18,7 @@ /.php_cs.cache /grunt-config.json /dev/tools/grunt/configs/local-themes.js - + /pub/media/*.* !/pub/media/.htaccess /pub/media/attribute/* @@ -45,7 +45,7 @@ !/pub/media/captcha/.htaccess /pub/static/* !/pub/static/.htaccess - + /var/* !/var/.htaccess /vendor/* diff --git a/community/embedded/IAR_EWARM.gitignore b/community/embedded/IAR_EWARM.gitignore index e456471f..2f04d86d 100644 --- a/community/embedded/IAR_EWARM.gitignore +++ b/community/embedded/IAR_EWARM.gitignore @@ -11,7 +11,7 @@ EWARM/**/Obj EWARM/**/List EWARM/**/Exe -# Autogenerated project files +# Autogenerated project files *.dep *.ewt From af9d6ae6ea12a84fc5e5ba0e052e4a9ee5459ff1 Mon Sep 17 00:00:00 2001 From: Chengwei Qiu Date: Tue, 13 Jul 2021 11:17:32 +0800 Subject: [PATCH 0648/1023] Update uVision.gitignore Add *.map, *.m51, *.m66, *.h86. *.bat, and some category adjustments. --- uVision.gitignore | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/uVision.gitignore b/uVision.gitignore index 6fa4ab7a..b86a8793 100644 --- a/uVision.gitignore +++ b/uVision.gitignore @@ -1,4 +1,4 @@ -# .gitignore file for Keil µVision +# git ignore file for Keil µVision Project # µVision 5 and µVision 4 Project screen layout file *.uvguix.* @@ -7,23 +7,30 @@ # Listing Files *.i *.lst +*.m51 +*.m66 +*.map -# Object and HEX Files +# Object Files *.axf *.b[0-2][0-9] *.b3[0-1] -*.bin -*.d *.crf +*.d *.elf -*.hex -*.h86 +*.htm *.iex -*.obj *.o +*.obj *.sbr +# Firmware Files +*.bin +*.h86 +*.hex + # Build Files +.bat # Debugger Files .ini From e60515a4b2af34c5545af0ea1fd56a36fb9c079a Mon Sep 17 00:00:00 2001 From: Chengwei Qiu Date: Tue, 13 Jul 2021 11:29:21 +0800 Subject: [PATCH 0649/1023] Update uVision.gitignore Add *.lnp, some category adjustments. --- uVision.gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/uVision.gitignore b/uVision.gitignore index b86a8793..5954ec83 100644 --- a/uVision.gitignore +++ b/uVision.gitignore @@ -15,11 +15,15 @@ *.axf *.b[0-2][0-9] *.b3[0-1] +*.bak +*.build_log.htm *.crf *.d +*.dep *.elf *.htm *.iex +*.lnp *.o *.obj *.sbr @@ -39,6 +43,3 @@ JLinkLog.txt # Other Files -*.bak -*.build_log.htm -*.dep From e2a1bb8ee20d00795f406b0de527e211b75a3ebb Mon Sep 17 00:00:00 2001 From: Mukesh Sharma Date: Tue, 13 Jul 2021 22:32:32 +1200 Subject: [PATCH 0650/1023] Added wildcard to crash.log because the newer versions of Terraform creates crash log with random numbers in between example crash.105189318.log --- Terraform.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index beb38d84..894a3029 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -6,7 +6,7 @@ *.tfstate.* # Crash log files -crash.log +crash.*.log # Exclude all .tfvars files, which are likely to contain sentitive data, such as # password, private keys, and other secrets. These should not be part of version From bb1c0fa13951ed4bfa9eb16c97c4075a46c73a95 Mon Sep 17 00:00:00 2001 From: Mukesh Sharma Date: Tue, 13 Jul 2021 22:41:47 +1200 Subject: [PATCH 0651/1023] Ignore crash.log and crash.*.log files generated by Terraform debugging --- Terraform.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 894a3029..fe38ddf7 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -6,6 +6,7 @@ *.tfstate.* # Crash log files +crash.log crash.*.log # Exclude all .tfvars files, which are likely to contain sentitive data, such as From 44a9c3ebdad5d6f92995992ff55496509f0a4019 Mon Sep 17 00:00:00 2001 From: "ShinProg (Logan Tann)" Date: Sat, 17 Jul 2021 14:19:06 +0200 Subject: [PATCH 0652/1023] fixes CodeIgniter.gitignore deleting a critical system file After spending a lot of time finding why my app won't run, just noticed that the gitignore I copied introduced a deletion/ignore rule of an internal folder used by the framework. The current gitignore file deletes the folder `/system/Cache/*` and causes the following error when running the App from the CLI or the web server : `Class "CodeIgniter\Cache\CacheFactory" not found `; making the app unable to run. I added the following rule to fix this : `!system/Cache/*`. Note : this won't fix the bug if the system folder is renamed --- CodeIgniter.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/CodeIgniter.gitignore b/CodeIgniter.gitignore index bfea17cd..f447dc30 100644 --- a/CodeIgniter.gitignore +++ b/CodeIgniter.gitignore @@ -2,6 +2,7 @@ */logs/log-*.php !*/logs/index.html */cache/* +!system/cache/* !*/cache/index.html !*/cache/.htaccess From 9792c3836bd520d8b411d8aa211af0dd64de472f Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Tue, 20 Jul 2021 22:45:16 +0200 Subject: [PATCH 0653/1023] VisualStudioCode: ignores built vscode extensions --- Global/VisualStudioCode.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index 85813e1c..3878c4e5 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -7,3 +7,6 @@ # Local History for Visual Studio Code .history/ + +# Built Visual Studio Code Extensions +*.vsix From b2fae2dd0f12808a2490fe4d59bfc1c52263cf6d Mon Sep 17 00:00:00 2001 From: Jamie Lendrum Date: Thu, 22 Jul 2021 12:05:41 +0100 Subject: [PATCH 0654/1023] Add RStudio Connect folder to R gitignore https://community.rstudio.com/t/should-i-include-the-rsconnect-folder-to-gitignore/98237 --- R.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/R.gitignore b/R.gitignore index da10c745..6ab6fc98 100644 --- a/R.gitignore +++ b/R.gitignore @@ -43,3 +43,6 @@ docs/ # translation temp files po/*~ + +# RStudio Connect folder +rsconnect/ From 0a4b1bde2bb96bf936792183c5d6a76590641076 Mon Sep 17 00:00:00 2001 From: Alexander <43488179+snaulX@users.noreply.github.com> Date: Thu, 29 Jul 2021 11:47:29 +0600 Subject: [PATCH 0655/1023] Create .gitignore for Flax Engine --- FlaxEngine.gitignore | 45 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 FlaxEngine.gitignore diff --git a/FlaxEngine.gitignore b/FlaxEngine.gitignore new file mode 100644 index 00000000..b4705684 --- /dev/null +++ b/FlaxEngine.gitignore @@ -0,0 +1,45 @@ +# Ignore Flax project files +Binaries/ +Cache/ +Logs/ +Output/ +Screenshots/ +*.HotReload.* + +# Ignore Visual Studio project files (generated locally) +*.csproj +*.sln + +# Ignore thumbnails created by Windows +Thumbs.db + +# Ignore files built by Visual Studio +*.obj +*.exe +*.pdb +*.user +*.aps +*.pch +*.vspscc +*_i.c +*_p.c +*.ncb +*.suo +*.tlb +*.tlh +*.bak +*.cache +*.ilk +*.log +[Bb]in +[Dd]ebug*/ +*.lib +*.sbr +obj/ +[Rr]elease*/ +_ReSharper*/ +[Tt]est[Rr]esult* +.vs/ + +# Ignore Nuget packages folder +packages/ From f1484992a3ebcee0ef2c8c7c4d2463002ae69415 Mon Sep 17 00:00:00 2001 From: Dirk Seefeld Date: Fri, 30 Jul 2021 18:55:40 +0200 Subject: [PATCH 0656/1023] even more files could be ignored --- Umbraco.gitignore | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 6032b670..3d775175 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -32,6 +32,11 @@ **/ood.flag # NEW for version 9 .Net 5 (Core) -**/umbraco/Data/* -**/umbraco/mediacache -**/wwwroot/umbraco/lib \ No newline at end of file +#ignore umbraco backoffice assest from wwwroot +**/wwwroot/umbraco/ + +#ignore umbraco data/views/settings +**/umbraco/ + +#include default location for modelsbuilder output +!**/umbraco/models \ No newline at end of file From a81591327a72605498fe7a29c5c56ab1a40da94a Mon Sep 17 00:00:00 2001 From: Dirk Seefeld Date: Fri, 30 Jul 2021 19:12:28 +0200 Subject: [PATCH 0657/1023] allow packages path --- Umbraco.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 3d775175..d7adb0ef 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -39,4 +39,7 @@ **/umbraco/ #include default location for modelsbuilder output -!**/umbraco/models \ No newline at end of file +!**/umbraco/models + +#include default location for packages +!**/umbraco/Data/packages \ No newline at end of file From 823c26086a014bfbf46dc47af44197917eb92761 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Wed, 4 Aug 2021 14:38:20 -0400 Subject: [PATCH 0658/1023] Create AutoIt.gitignore This is a gitignore template for the AutoIt v3 Language. This tool automatically excludes files created by some of it's tools such as automated backups. --- AutoIt.gitignore | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 AutoIt.gitignore diff --git a/AutoIt.gitignore b/AutoIt.gitignore new file mode 100644 index 00000000..42bff43d --- /dev/null +++ b/AutoIt.gitignore @@ -0,0 +1,5 @@ +# Tidy Auto-Generated Backups +Backup/* + +# Au3Stripper Auto-Generated Files +*_stripped.au3 From 9a050f70afbf2713c98f6a92d1c7435a4d4709aa Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Fri, 6 Aug 2021 13:07:18 -0400 Subject: [PATCH 0659/1023] Update AutoIt.gitignore --- AutoIt.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AutoIt.gitignore b/AutoIt.gitignore index 42bff43d..1310b931 100644 --- a/AutoIt.gitignore +++ b/AutoIt.gitignore @@ -1,3 +1,6 @@ +# Compiled Scripts +*.a3x + # Tidy Auto-Generated Backups Backup/* From 69f2ca026d788f9c5ebead6f02eddd616c61d611 Mon Sep 17 00:00:00 2001 From: wc7086 <74053663+wc7086@users.noreply.github.com> Date: Sun, 15 Aug 2021 08:52:06 +0800 Subject: [PATCH 0660/1023] KiCad: add *-backups >A note about backup files One other notable change is that the backup file system has been removed. This was the system that would create kicad_sch-bak and kicad_pcb-bak files every time you save. The short story about why this is removed is that with recent changes to the way file saving works, it should no longer be possible for files to be corrupted if KiCad crashes during a save, and the generation of these backup files was seen by many users as annoying clutter. For more context about this decision, you can read the [thread on the developers mailing list](https://lists.launchpad.net/kicad-developers/msg44067.html). >An new backup system that properly backs up the whole project (see the [GitLab issue](https://gitlab.com/kicad/code/kicad/-/issues/4763)) has been implemented to replace this feature. As always when using nightly builds, back up your files separately in case a KiCad bug breaks the built-in backup system. https://forum.kicad.info/t/new-project-file-format/23705 --- KiCad.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index bd70969a..8d5c5250 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -7,6 +7,7 @@ *.bck *.kicad_pcb-bak *.kicad_sch-bak +*-backups *.kicad_prl *.sch-bak *~ From dc95dd536c636ad5c3fe66398ed1fab9ba153af6 Mon Sep 17 00:00:00 2001 From: weycen Date: Fri, 20 Aug 2021 22:21:26 +0800 Subject: [PATCH 0661/1023] Move 'uVision.gitignore' to the community folder --- .../embedded/uVision.gitignore | 90 +++++++++---------- 1 file changed, 45 insertions(+), 45 deletions(-) rename uVision.gitignore => community/embedded/uVision.gitignore (90%) diff --git a/uVision.gitignore b/community/embedded/uVision.gitignore similarity index 90% rename from uVision.gitignore rename to community/embedded/uVision.gitignore index 5954ec83..f69c404f 100644 --- a/uVision.gitignore +++ b/community/embedded/uVision.gitignore @@ -1,45 +1,45 @@ -# git ignore file for Keil µVision Project - -# µVision 5 and µVision 4 Project screen layout file -*.uvguix.* -*.uvgui.* - -# Listing Files -*.i -*.lst -*.m51 -*.m66 -*.map - -# Object Files -*.axf -*.b[0-2][0-9] -*.b3[0-1] -*.bak -*.build_log.htm -*.crf -*.d -*.dep -*.elf -*.htm -*.iex -*.lnp -*.o -*.obj -*.sbr - -# Firmware Files -*.bin -*.h86 -*.hex - -# Build Files -.bat - -# Debugger Files -.ini - -# JLink Files -JLinkLog.txt - -# Other Files +# git ignore file for Keil µVision Project + +# µVision 5 and µVision 4 Project screen layout file +*.uvguix.* +*.uvgui.* + +# Listing Files +*.i +*.lst +*.m51 +*.m66 +*.map + +# Object Files +*.axf +*.b[0-2][0-9] +*.b3[0-1] +*.bak +*.build_log.htm +*.crf +*.d +*.dep +*.elf +*.htm +*.iex +*.lnp +*.o +*.obj +*.sbr + +# Firmware Files +*.bin +*.h86 +*.hex + +# Build Files +.bat + +# Debugger Files +.ini + +# JLink Files +JLinkLog.txt + +# Other Files From 9c6c78a47295f69c30b62bec9ff0cfb170e00bca Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Mon, 16 Oct 2017 11:47:57 +0800 Subject: [PATCH 0662/1023] Revert "Commenting out Android keystore files" This reverts commit 77145f787f311efa66c570c5ffadea10a429bf21. --- Android.gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index 5d18272e..cc118917 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -52,9 +52,8 @@ captures/ .idea/navEditor.xml # Keystore files -# Uncomment the following lines if you do not want to check your keystore files in. -#*.jks -#*.keystore +*.jks +*.keystore # External native build folder generated in Android Studio 2.2 and later .externalNativeBuild From 5f92ce62c13bf50aa03420bad0e3b935fa056dc2 Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Wed, 20 Feb 2019 17:33:34 +0800 Subject: [PATCH 0663/1023] Revert "add android lint files" This reverts commit 240dd3f3213b53f96932a8d92dfb523ccb51c099. --- Android.gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index cc118917..1dd87777 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -77,12 +77,5 @@ fastlane/readme.md # Version control vcs.xml -# lint -lint/intermediates/ -lint/generated/ -lint/outputs/ -lint/tmp/ -# lint/reports/ - # Android Profiling *.hprof From d799074b87ae019ebe394da6ea466cbf838fc8db Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Fri, 6 Dec 2019 13:34:53 -0800 Subject: [PATCH 0664/1023] Revert "Added aar file type to gitignore (#3233)" This reverts commit 1c114570c7659a59613ebc1fe45a5b07918df105. --- Android.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 1dd87777..85629de8 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,6 +1,5 @@ # Built application files *.apk -*.aar *.ap_ *.aab From 9ed4f28d3ba067841d45679491038de443de00db Mon Sep 17 00:00:00 2001 From: Frieder Bluemle Date: Thu, 1 Jun 2017 15:30:55 +0800 Subject: [PATCH 0665/1023] [Android] Cleanup and remove legacy stuff --- Android.gitignore | 67 +++++++---------------------------------------- 1 file changed, 9 insertions(+), 58 deletions(-) diff --git a/Android.gitignore b/Android.gitignore index 85629de8..741323c6 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -1,21 +1,3 @@ -# Built application files -*.apk -*.ap_ -*.aab - -# Files for the ART/Dalvik VM -*.dex - -# Java class files -*.class - -# Generated files -bin/ -gen/ -out/ -# 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/ build/ @@ -23,58 +5,27 @@ build/ # Local configuration file (sdk path, etc) local.properties -# Proguard folder generated by Eclipse -proguard/ - -# Log Files +# Log/OS Files *.log +.DS_Store -# Android Studio Navigation editor temp files -.navigation/ - -# Android Studio captures folder +# Android Studio generated files and folders captures/ +.externalNativeBuild/ +.cxx/ +*.apk +output.json # IntelliJ *.iml -.idea/workspace.xml -.idea/tasks.xml -.idea/gradle.xml -.idea/assetWizardSettings.xml -.idea/dictionaries -.idea/libraries -.idea/jarRepositories.xml -# Android Studio 3 in .gitignore file. -.idea/caches -.idea/modules.xml -# Comment next line if keeping position of elements in Navigation Editor is relevant for you -.idea/navEditor.xml +.idea/ # Keystore files *.jks *.keystore -# External native build folder generated in Android Studio 2.2 and later -.externalNativeBuild -.cxx/ - # Google Services (e.g. APIs or Firebase) -# google-services.json - -# Freeline -freeline.py -freeline/ -freeline_project_description.json - -# fastlane -fastlane/report.xml -fastlane/Preview.html -fastlane/screenshots -fastlane/test_output -fastlane/readme.md - -# Version control -vcs.xml +google-services.json # Android Profiling *.hprof From dd412a73a74d8b3df04dc125d358f25071b3504f Mon Sep 17 00:00:00 2001 From: Aaron Sherber Date: Wed, 8 Sep 2021 22:24:42 -0400 Subject: [PATCH 0666/1023] Remove nuget.config from VisualStudio.gitignore --- VisualStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 34c8dee4..5aa44172 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -206,9 +206,6 @@ PublishScripts/ *.nuget.props *.nuget.targets -# Nuget personal access tokens and Credentials -nuget.config - # Microsoft Azure Build Output csx/ *.build.csdef From 49ec6fd170faf8c745fe2757461fd35f7810248d Mon Sep 17 00:00:00 2001 From: Ole-Martin Bratteng <1681525+omBratteng@users.noreply.github.com> Date: Sun, 12 Sep 2021 03:02:20 +0200 Subject: [PATCH 0667/1023] feat(node): added `.stylelintcache` for stylelint --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 0125458e..2d8f1e7a 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -54,6 +54,9 @@ web_modules/ # Optional eslint cache .eslintcache +# Optional stylelint cache +.stylelintcache + # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ From edc2325d8ebdae2776b86a7d457a6b07019b9648 Mon Sep 17 00:00:00 2001 From: Lucien Zhang Date: Sun, 12 Sep 2021 23:10:01 +0900 Subject: [PATCH 0668/1023] Add vuepress v2.x temp and cache directory --- Node.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 0125458e..180020a9 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -95,6 +95,10 @@ dist # vuepress build output .vuepress/dist +# vuepress v2.x temp and cache directory +.temp +.cache + # Serverless directories .serverless/ From 8be0bf6f8ff86cfed5f4c47e3ec78b11c196ceeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B0=A9=EC=84=B1=EB=B2=94=20=28Bang=20Seongbeom=29?= Date: Sat, 18 Sep 2021 17:12:32 +0900 Subject: [PATCH 0669/1023] Make not to ignore *.code-workspace **Reasons for making this change:** Workspace file can allow you to have an individual VS Code setting file for each project, which is useful for monorepo-based development. You can find an example on [lit/lit/lit-next.code-workspace](https://github.com/lit/lit/blob/08f60328abf83113fe82c9d8ee43dc71f10a9b77/lit-next.code-workspace). **Links to documentation supporting these rule changes:** https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file --- Global/VisualStudioCode.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index 85813e1c..de105989 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -3,7 +3,6 @@ !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json -*.code-workspace # Local History for Visual Studio Code .history/ From 269a61b29595fc5aa8ede2a6e0fdf3e5e06d5f5b Mon Sep 17 00:00:00 2001 From: Tropical Raisel <87331818+tropicalraisel@users.noreply.github.com> Date: Mon, 27 Sep 2021 08:33:02 -0700 Subject: [PATCH 0670/1023] Fixed .vscode not being ignored --- Global/VisualStudioCode.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index 85813e1c..384c8217 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -1,4 +1,4 @@ -.vscode/* +.vscode/ !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json From 53f9e7ecea6f4f1fe7048295d2b6365d2945cb7c Mon Sep 17 00:00:00 2001 From: xgdgsc Date: Wed, 29 Sep 2021 17:52:57 +0800 Subject: [PATCH 0671/1023] Create Syncthing.gitignore --- Global/Syncthing.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 Global/Syncthing.gitignore diff --git a/Global/Syncthing.gitignore b/Global/Syncthing.gitignore new file mode 100644 index 00000000..2b9d736e --- /dev/null +++ b/Global/Syncthing.gitignore @@ -0,0 +1 @@ +.stversions From ea772bee1aaf1d377462bca003aeb25baac6e342 Mon Sep 17 00:00:00 2001 From: xgdgsc Date: Wed, 29 Sep 2021 17:57:09 +0800 Subject: [PATCH 0672/1023] Update Syncthing.gitignore --- Global/Syncthing.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Syncthing.gitignore b/Global/Syncthing.gitignore index 2b9d736e..e18c9a8b 100644 --- a/Global/Syncthing.gitignore +++ b/Global/Syncthing.gitignore @@ -1 +1,2 @@ +# Syncthing caches .stversions From 8d86f889a271d762a8c540b028d36f72bea4de87 Mon Sep 17 00:00:00 2001 From: Ken Cross Date: Sun, 3 Oct 2021 08:26:51 -0400 Subject: [PATCH 0673/1023] Add Visual Studio History (VSHistory) files --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 34c8dee4..62c9942c 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -353,6 +353,9 @@ ASALocalRun/ # Local History for Visual Studio .localhistory/ +# Visual Studio History (VSHistory) files +.vshistory/ + # BeatPulse healthcheck temp database healthchecksdb From 11a3752c20b770a06e9f26028f22908237022dcf Mon Sep 17 00:00:00 2001 From: Anil Seervi Date: Tue, 12 Oct 2021 17:13:28 +0530 Subject: [PATCH 0674/1023] Update global .gitignore template doc ID link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2ffb7d5..ec472da7 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ We support a collection of templates, organized in this way: 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) + that you either [add these to your global template](https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files#configuring-ignored-files-for-all-repositories-on-your-computer) or merge these rules into your project-specific templates if you want to use them permanently. - [`community`](./community) contains specialized templates for other popular From 7bcea281916d32d480abfe41a78b204c9935d5b4 Mon Sep 17 00:00:00 2001 From: Edward Rowe Date: Wed, 13 Oct 2021 08:40:50 -0400 Subject: [PATCH 0675/1023] Unity: Remove exclusion for *.meta files If a user has ignored an asset (no matter how dubious that decision may be), they also want to ignore the .meta file. Instead of bringing back .metas that have been ignored, this template should trust that a user has ignored the files they want to ignore. You'd encounter this issue if you had added an ignore for an asset and its meta above this Unity template, or if another template ignored an asset and meta. In general excludes may be dangerous in these templates, as they can have unintended consequences on other templates. --- Unity.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index 72c27e4f..e4ba9269 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -14,9 +14,6 @@ # They also could contain extremely sensitive data /[Mm]emoryCaptures/ -# 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 # /[Aa]ssets/AssetStoreTools* From 83a3e82b4eb28edd3e76ecbfc7921e4662557278 Mon Sep 17 00:00:00 2001 From: Jan N Rose Date: Wed, 13 Oct 2021 16:42:34 +0200 Subject: [PATCH 0676/1023] Update TeX.gitignore Add .ptc extension (partial toc) from titletoc package --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 237f49eb..6b92f748 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -213,6 +213,9 @@ pythontex-files-*/ *.md5 *.auxlock +# titletoc +*.ptc + # todonotes *.tdo From 10fc0397160817dce0e35ced634e977fd1492aee Mon Sep 17 00:00:00 2001 From: Miguel Medina Ballesteros Date: Sat, 16 Oct 2021 20:26:00 +0100 Subject: [PATCH 0677/1023] Fix Unreal Engine plugin binaries on subfolders --- UnrealEngine.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 6582eaf9..6e0d95fb 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -47,7 +47,7 @@ SourceArt/**/*.tga # Binary Files Binaries/* -Plugins/*/Binaries/* +Plugins/**/Binaries/* # Builds Build/* @@ -68,7 +68,7 @@ Saved/* # Compiled source files for the engine to use Intermediate/* -Plugins/*/Intermediate/* +Plugins/**/Intermediate/* # Cache files for the editor to use DerivedDataCache/* From e77ef81b1bf41eb12b6080e82dbc350f5d09f0c1 Mon Sep 17 00:00:00 2001 From: Daniel Libanori Date: Thu, 28 Oct 2021 04:52:49 -0300 Subject: [PATCH 0678/1023] Ignore Rails .env according recomendations Reasons for making this change: Rails dotenv ignore is not following dotenv recommendations as stated in its documentation Links to documentation supporting these rule changes: https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use --- Rails.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rails.gitignore b/Rails.gitignore index ae9df644..c55bb713 100644 --- a/Rails.gitignore +++ b/Rails.gitignore @@ -27,7 +27,7 @@ config/master.key # dotenv, dotenv-rails # TODO Comment out these rules if environment variables can be committed .env -.env.* +.env*.local ## Environment normalization: /.bundle From b3338626a34e02dc46bcd1448be63fa0635421d7 Mon Sep 17 00:00:00 2001 From: Jesse Schalken Date: Mon, 1 Nov 2021 23:52:35 +1100 Subject: [PATCH 0679/1023] Ignore directories from the Bazel IntelliJ plugin These directories contain the generated project files from the Bazel IntelliJ plugin. See these links for info: https://github.com/bazelbuild/intellij/blob/8c92239f41b20dcf88a22dcb3f44b5a9bdf46a95/.gitignore https://github.com/bazelbuild/intellij/blob/8c92239f41b20dcf88a22dcb3f44b5a9bdf46a95/base/src/com/google/idea/blaze/base/sync/data/BlazeDataStorage.java#L36 --- community/Bazel.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/community/Bazel.gitignore b/community/Bazel.gitignore index a08ff486..bc3afc20 100644 --- a/community/Bazel.gitignore +++ b/community/Bazel.gitignore @@ -4,3 +4,10 @@ # 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-* + +# Directories for the Bazel IntelliJ plugin containing the generated +# IntelliJ project files and plugin configuration. Seperate directories are +# for the IntelliJ, Android Studio and CLion versions of the plugin. +/.ijwb/ +/.aswb/ +/.clwb/ From 4101e3f666fb4944b1be6c28bd20cc4596409f90 Mon Sep 17 00:00:00 2001 From: GuillemPM Date: Tue, 2 Nov 2021 10:44:10 +0100 Subject: [PATCH 0680/1023] Add .gitignore for Microsoft Business Central --- AL.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 AL.gitignore diff --git a/AL.gitignore b/AL.gitignore new file mode 100644 index 00000000..02eac698 --- /dev/null +++ b/AL.gitignore @@ -0,0 +1,22 @@ +### AL ### +#Template for AL projects for Dynamics 365 Business Central +#launch.json folder +.vscode/ +#Cache folder +.alcache/ +#Symbols folder +.alpackages/ +#Snapshots folder +.snapshots/ +#Testing Output folder +.output/ +#Extension App-file +*.app +#Rapid Application Development File +rad.json +#Translation Base-file +*.g.xlf +#License-file +*.flf +#Test results file +TestResults.xml \ No newline at end of file From 14ef93721432b85196b402ff9c438e41a28c96c2 Mon Sep 17 00:00:00 2001 From: Benjamin Altpeter Date: Tue, 2 Nov 2021 11:10:35 +0000 Subject: [PATCH 0681/1023] Hugo: Add new .hugo_build.lock Version 0.89.0 of Hugo creates a new `.hugo_build.lock` lock file when building the site. The release notes suggest adding this to the `.gitignore`: https://github.com/gohugoio/hugo/releases/tag/v0.89.0 --- community/Golang/Hugo.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community/Golang/Hugo.gitignore b/community/Golang/Hugo.gitignore index 37fa330e..996959a3 100644 --- a/community/Golang/Hugo.gitignore +++ b/community/Golang/Hugo.gitignore @@ -6,3 +6,6 @@ hugo.exe hugo.darwin hugo.linux + +# Temporary lock file while building +/.hugo_build.lock From 450e32dd8f56bda53b15a17911e2448ffd286c12 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com> Date: Wed, 3 Nov 2021 19:58:18 +0700 Subject: [PATCH 0682/1023] Add files to Hugo.gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Three new files to ignore for GoHugo repositories: - `/assets/jsconfig.json` - Quote from [JavaScript Building](https://gohugo.io/hugo-pipes/js/): "Hugo will, by default, generate a assets/jsconfig.json file that maps the imports. This is useful for navigation/intellisense help inside code editors, but if you don’t need/want it, you can turn it off." - `hugo_stats.json` - Quote from [Post Build Resource Transformations ](https://gohugo.io/news/0.69.0-relnotes/): "The prime current use case for the above is CSS pruning in PostCSS. In simple cases you can use the templates as a base for the content filters, but that has its limitations and can be very hard to setup, especially in themed configurations. So we have added a new writeStats configuration that, when enabled, will write a file named hugo_stats.json to your project root with some aggregated data about the build, e.g. list of HTML entities published, to be used to do CSS pruning." - `.hugo_build.lock` - Quote from [Fine Grained File Filters ](https://gohugo.io/news/0.89.0-relnotes/): "Hugo now writes an empty file named .hugo_build.lock to the root of the project when building (also when doing hugo new mypost.md and other commands that requires a build). We recommend you just leave this file alone. Put it in .gitignore or similar if you don’t want the file in your source repository." --- community/Golang/Hugo.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community/Golang/Hugo.gitignore b/community/Golang/Hugo.gitignore index 37fa330e..ce82e952 100644 --- a/community/Golang/Hugo.gitignore +++ b/community/Golang/Hugo.gitignore @@ -1,6 +1,9 @@ # Generated files by hugo /public/ /resources/_gen/ +/assets/jsconfig.json +hugo_stats.json +.hugo_build.lock # Executable may be added to repository hugo.exe From a117ddb61ac122d9c2fee94457fac02ce36732c4 Mon Sep 17 00:00:00 2001 From: Jannis vH Date: Wed, 3 Nov 2021 21:47:57 +0100 Subject: [PATCH 0683/1023] Gitignore template for Beef programming language --- Beef.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Beef.gitignore diff --git a/Beef.gitignore b/Beef.gitignore new file mode 100644 index 00000000..5c26f6a2 --- /dev/null +++ b/Beef.gitignore @@ -0,0 +1,3 @@ +build/ +recovery/ +BeefSpace_User.toml From b705152d98c301a4f9ee1e49865bce0ffbb7bc71 Mon Sep 17 00:00:00 2001 From: Josh Gadeken Date: Mon, 8 Nov 2021 03:50:27 -0700 Subject: [PATCH 0684/1023] Update KiCad domain. https://www.kicad.org/blog/2021/10/Avoid-links-to-former-kicad-domain/ --- KiCad.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KiCad.gitignore b/KiCad.gitignore index bd70969a..a568379c 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -1,5 +1,5 @@ -# For PCBs designed using KiCad: http://www.kicad-pcb.org/ -# Format documentation: http://kicad-pcb.org/help/file-formats/ +# For PCBs designed using KiCad: https://www.kicad.org/ +# Format documentation: https://kicad.org/help/file-formats/ # Temporary files *.000 From fbc053fe49d7f3b4a882ddf9651fc60f8954db21 Mon Sep 17 00:00:00 2001 From: Lucas Bremgartner Date: Sat, 13 Nov 2021 18:14:24 +0100 Subject: [PATCH 0685/1023] Go: Ignore Go workspace file go.work With Go 1.18, support for Go workspaces will land. Go workspaces are configured in `go.work`, which contains paths to local development versions of modules and therefore is not expected to be commited. See: * https://github.com/golang/go/issues/45713 --- Go.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index 66fd13c9..de67df5e 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -13,3 +13,6 @@ # Dependency directories (remove the comment below to include it) # vendor/ + +# Go workspace file +go.work From e111f1c746c268ced3d202c2a0192cf0c9d39b01 Mon Sep 17 00:00:00 2001 From: Sergey Zolotarev Date: Sun, 14 Nov 2021 22:57:55 +0600 Subject: [PATCH 0686/1023] Add replay_pid* to Java.gitignore --- Java.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Java.gitignore b/Java.gitignore index a1c2a238..524f0963 100644 --- a/Java.gitignore +++ b/Java.gitignore @@ -21,3 +21,4 @@ # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml hs_err_pid* +replay_pid* From 8a4aa1409980987558b080b75a286d99645a83a5 Mon Sep 17 00:00:00 2001 From: Kevin JY Cui Date: Tue, 16 Nov 2021 02:55:03 -0500 Subject: [PATCH 0687/1023] Ignore default Recordings folder created by Unity Recorder package --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 72c27e4f..c8f7e273 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -14,6 +14,9 @@ # They also could contain extremely sensitive data /[Mm]emoryCaptures/ +# Recordings can get excessive in size +/[Rr]ecordings/ + # Asset meta data should only be ignored when the corresponding asset is also ignored !/[Aa]ssets/**/*.meta From 8b1f9b4196f1643b01c79f120af0c8bc9d8c0536 Mon Sep 17 00:00:00 2001 From: Christer van der Meeren Date: Wed, 24 Nov 2021 09:48:11 +0100 Subject: [PATCH 0688/1023] Remove .idea folder from VisualStudio Conflicts with JetBrains.gitignore. Some files in this directory should be checked in. Not sure about *.sln.iml, so I'm leaving that. The JetBrains.gitignore file contains commented-out IML stuff with instructions on when to uncomment. --- VisualStudio.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 26ab8f45..1de465d5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -384,5 +384,4 @@ FodyWeavers.xsd *.msp # JetBrains Rider -.idea/ *.sln.iml From 5f4cf9d4c30d91c321d09037fcb22f1c5dbb703c Mon Sep 17 00:00:00 2001 From: Falu Date: Sun, 28 Nov 2021 08:34:13 +0100 Subject: [PATCH 0689/1023] adding the initial version of the AL Language --- Global/AL.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Global/AL.gitignore diff --git a/Global/AL.gitignore b/Global/AL.gitignore new file mode 100644 index 00000000..0f5f6c4b --- /dev/null +++ b/Global/AL.gitignore @@ -0,0 +1,11 @@ +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ +*.app +.snapshots/* \ No newline at end of file From 87a13491bd7b4fc2449ec6c43a89e74bf26fa9ee Mon Sep 17 00:00:00 2001 From: Falu Date: Sun, 28 Nov 2021 08:34:56 +0100 Subject: [PATCH 0690/1023] new line for validation --- Global/AL.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/AL.gitignore b/Global/AL.gitignore index 0f5f6c4b..3cdf36b7 100644 --- a/Global/AL.gitignore +++ b/Global/AL.gitignore @@ -8,4 +8,4 @@ # Local History for Visual Studio Code .history/ *.app -.snapshots/* \ No newline at end of file +.snapshots/* From 1559f2ee6b86d1ccdc940567e0ea1756664b28c2 Mon Sep 17 00:00:00 2001 From: LeixB Date: Mon, 29 Nov 2021 17:26:20 +0100 Subject: [PATCH 0691/1023] Add `.RDataTmp` to R.gitignore When saving `.RData`, all data is initially saved in `.RDataTmp` which is then renamed to `.RData`. `.RDataTmp` should be added to `.gitignore` since it will only exist while a save operation is in progress or something failed on save. Relevant links: - https://stackoverflow.com/questions/32098036/purpose-of-rdatatmp-temporary-file-r - https://github.com/wch/r-source/blob/trunk/src/library/base/R/load.R#L145-L154 --- R.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/R.gitignore b/R.gitignore index da10c745..a7567e74 100644 --- a/R.gitignore +++ b/R.gitignore @@ -4,6 +4,7 @@ # Session Data files .RData +.RDataTmp # User-specific files .Ruserdata From 7e98309900ad82ce64a60070c7d051d47c5692c9 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Fri, 3 Dec 2021 11:56:33 -0800 Subject: [PATCH 0692/1023] removes .DS-Store from the PR 2402 Feel free to open a new PR for discussion on this. --- Android.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 741323c6..a68e5b57 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -7,7 +7,6 @@ local.properties # Log/OS Files *.log -.DS_Store # Android Studio generated files and folders captures/ From 707bb8fdfbc7cffeb2bedc7de3887b9c70734324 Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Fri, 3 Dec 2021 12:13:29 -0800 Subject: [PATCH 0693/1023] Adds a relationship question --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 247a5b56..b87add4e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,5 @@ **Reasons for making this change:** + _TODO_ From a24694b87d49b033f611126ddec700dfe3e4d2dc Mon Sep 17 00:00:00 2001 From: Brian Douglas Date: Sat, 4 Dec 2021 12:06:56 -0800 Subject: [PATCH 0694/1023] Update VisualStudio.gitignore Co-authored-by: Jaan Jahilo --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index f0be267f..a2171fb3 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -293,7 +293,7 @@ node_modules/ *.dsw *.dsp -# Visual Studio 6 techical files (their purpose is unknown for me) +# Visual Studio 6 technical files *.ncb *.aps From d228b84884bd788d7c93f46ea34949ba92325251 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch <83281+davidsneighbour@users.noreply.github.com> Date: Sun, 5 Dec 2021 09:29:38 +0700 Subject: [PATCH 0695/1023] update Hugo.gitignore --- community/Golang/Hugo.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/community/Golang/Hugo.gitignore b/community/Golang/Hugo.gitignore index ce82e952..c8fe66f8 100644 --- a/community/Golang/Hugo.gitignore +++ b/community/Golang/Hugo.gitignore @@ -3,7 +3,6 @@ /resources/_gen/ /assets/jsconfig.json hugo_stats.json -.hugo_build.lock # Executable may be added to repository hugo.exe From d1d0806206cf747e6d1633b0052088b385b8f4d4 Mon Sep 17 00:00:00 2001 From: Hugo Sena Ribeiro Date: Mon, 6 Dec 2021 05:34:02 -0300 Subject: [PATCH 0696/1023] doc(readme): master branch is now main --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a2ffb7d5..8449c5e9 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Here’s how we suggest you go about proposing a change to this project: 1. [Fork this project][fork] to your account. 2. [Create a branch][branch] for the change you intend to make. 3. Make your changes to your fork. -4. [Send a pull request][pr] from your fork’s branch to our `master` branch. +4. [Send a pull request][pr] from your fork’s branch to our `main` branch. Using the web-based interface to make changes is fine too, and will help you by automatically forking the project and prompting to send a pull request too. From 6f63e3d13adf5949a9fe0ced9dc3e2544eaa188e Mon Sep 17 00:00:00 2001 From: Jannis vH Date: Mon, 6 Dec 2021 21:03:25 +0100 Subject: [PATCH 0697/1023] Delete Beef.gitignore --- Beef.gitignore | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 Beef.gitignore diff --git a/Beef.gitignore b/Beef.gitignore deleted file mode 100644 index 5c26f6a2..00000000 --- a/Beef.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -build/ -recovery/ -BeefSpace_User.toml From 673f18999f32b29a47590ea4d7b81b1437cf6174 Mon Sep 17 00:00:00 2001 From: Jannis vH Date: Mon, 6 Dec 2021 21:04:32 +0100 Subject: [PATCH 0698/1023] Moved file to /community --- community/Beef.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 community/Beef.gitignore diff --git a/community/Beef.gitignore b/community/Beef.gitignore new file mode 100644 index 00000000..5c26f6a2 --- /dev/null +++ b/community/Beef.gitignore @@ -0,0 +1,3 @@ +build/ +recovery/ +BeefSpace_User.toml From 093b0fbce96a7d35e3967bae2add4480a64949fd Mon Sep 17 00:00:00 2001 From: Wiblz Date: Mon, 6 Dec 2021 23:39:54 +0100 Subject: [PATCH 0699/1023] Replace references of this repo's "master" branch with "main". --- Python.gitignore | 2 +- Umbraco.gitignore | 2 +- Unity.gitignore | 2 +- VisualStudio.gitignore | 2 +- WordPress.gitignore | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index 92ff2c4b..5fe6ea2f 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -139,7 +139,7 @@ cython_debug/ # PyCharm # JetBrains specific template is maintainted in a separate JetBrains.gitignore that can -# be found at https://github.com/github/gitignore/blob/master/Global/JetBrains.gitignore +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ diff --git a/Umbraco.gitignore b/Umbraco.gitignore index 1f186d0f..d4d9e9f7 100644 --- a/Umbraco.gitignore +++ b/Umbraco.gitignore @@ -1,6 +1,6 @@ ## Ignore Umbraco files/folders generated for each instance ## -## Get latest from https://github.com/github/gitignore/blob/master/Umbraco.gitignore +## Get latest from https://github.com/github/gitignore/blob/main/Umbraco.gitignore # Note: VisualStudio gitignore rules may also be relevant diff --git a/Unity.gitignore b/Unity.gitignore index 0f9943c9..082076fa 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -1,6 +1,6 @@ # 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 +# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore # /[Ll]ibrary/ /[Tt]emp/ diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 0b917202..bd218515 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -1,7 +1,7 @@ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## -## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore # User-specific files *.rsuser diff --git a/WordPress.gitignore b/WordPress.gitignore index ba95e278..54696693 100644 --- a/WordPress.gitignore +++ b/WordPress.gitignore @@ -1,5 +1,5 @@ # Wordpress - ignore core, configuration, examples, uploads and logs. -# https://github.com/github/gitignore/blob/master/WordPress.gitignore +# https://github.com/github/gitignore/blob/main/WordPress.gitignore # Core # From 596862f8b5f7103a46f9cdd6e77074ec8a351ddf Mon Sep 17 00:00:00 2001 From: JP-Ellis Date: Tue, 7 Dec 2021 10:31:40 +1100 Subject: [PATCH 0700/1023] [Python] Add poetry.lock Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. This is especially recommended for binary packages to ensure reproducibility, and is more commonly ignored for libraries. This is taken from https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control --- Python.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 92ff2c4b..a13ea059 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -94,6 +94,13 @@ ipython_config.py # install all needed dependencies. #Pipfile.lock +# poetry +# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. +# This is especially recommended for binary packages to ensure reproducibility, and is more +# commonly ignored for libraries. +# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control +#poetry.lock + # PEP 582; used by e.g. github.com/David-OConnor/pyflow __pypackages__/ From 4e89ae30edecbbd49d72fb3a04142ca05b46f07e Mon Sep 17 00:00:00 2001 From: kuritka Date: Tue, 7 Dec 2021 16:50:54 +0100 Subject: [PATCH 0701/1023] Adding AllowList for Go MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Reasons for making this change:** _Allowlisting with .gitignore is a technique for dealing with source trees that can have various different untracked local files such as generated output, packages installed through package managers, “working” files, config for individual developers, etc. Rather than trying to come up with some master list of all possible untracked files and add them to .gitignore, it can be easier to start by ignoring everything and then add specific directories back._ _I think the requirements for software development are changing and there is a need to offer an alternative to the denylist._ - https://jasonstitt.com/gitignore-whitelisting-patterns - https://github.com/golang/go Signed-off-by: kuritka --- community/Golang/Go.AllowList.gitignore | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 community/Golang/Go.AllowList.gitignore diff --git a/community/Golang/Go.AllowList.gitignore b/community/Golang/Go.AllowList.gitignore new file mode 100644 index 00000000..a309a018 --- /dev/null +++ b/community/Golang/Go.AllowList.gitignore @@ -0,0 +1,23 @@ +# Allowlisting gitignore template for GO projects prevents us +# from adding various unwanted local files, such as generated +# files, developer configurations or IDE-specific files etc. +# +# Recommended: Go.AllowList.gitignore + +# Ignore everything +* + +# But not these files... +!/.gitignore + +!*.go +!go.sum +!go.mod + +!README.md +!LICENSE + +# !Makefile + +# ...even if they are in subdirectories +!*/ From 39615e27f90edda6c796372b9dbfa44f08aa1219 Mon Sep 17 00:00:00 2001 From: F34th3R Date: Wed, 8 Dec 2021 15:41:21 -0600 Subject: [PATCH 0702/1023] =?UTF-8?q?Adding=20dotnet/core=20=F0=9F=A7=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core.gitignore | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 core.gitignore diff --git a/core.gitignore b/core.gitignore new file mode 100644 index 00000000..c4d93934 --- /dev/null +++ b/core.gitignore @@ -0,0 +1,38 @@ +*.swp +*.*~ +project.lock.json +.DS_Store +*.pyc +nupkg/ + +# Visual Studio Code +.vscode + +# Rider +.idea + +# User-specific files +*.suo +*.user +*.userosscache +*.sln.docstates + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +build/ +bld/ +[Bb]in/ +[Oo]bj/ +[Oo]ut/ +msbuild.log +msbuild.err +msbuild.wrn + +# Visual Studio 2015 +.vs/ + From f07a642eb9f65c340a107602eaf82f2bef952bfb Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 10 Dec 2021 10:59:08 +0900 Subject: [PATCH 0703/1023] Update VS Code to support *.code-snippets --- Global/VisualStudioCode.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index de105989..a6ba1bff 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -3,6 +3,7 @@ !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json +!.vscode/*.code-snippets # Local History for Visual Studio Code .history/ From ce8bff3c4ca34600f16ef9c1996a53911575bc06 Mon Sep 17 00:00:00 2001 From: F34th3R Date: Fri, 10 Dec 2021 16:28:25 -0600 Subject: [PATCH 0704/1023] community/core/core.gitignore --- core.gitignore => community/core/core.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename core.gitignore => community/core/core.gitignore (100%) diff --git a/core.gitignore b/community/core/core.gitignore similarity index 100% rename from core.gitignore rename to community/core/core.gitignore From b461dc26509b0efd8ea4231c01e476fd563c89ba Mon Sep 17 00:00:00 2001 From: Malcolm Date: Sat, 11 Dec 2021 15:37:31 +1300 Subject: [PATCH 0705/1023] Re-add .env to Node.gitignore --- Node.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 96fd2254..20b0c921 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -72,7 +72,8 @@ web_modules/ # Yarn Integrity file .yarn-integrity -# dotenv environment variables file +# dotenv environment variable files +.env .env.development.local .env.test.local .env.production.local From 7382f5631816feaa0c6a64ba3fe79edd465f6a18 Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Sat, 11 Dec 2021 11:26:58 -0500 Subject: [PATCH 0706/1023] Rename AutoIt.gitignore to community/AutoIt.gitignore --- AutoIt.gitignore => community/AutoIt.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename AutoIt.gitignore => community/AutoIt.gitignore (100%) diff --git a/AutoIt.gitignore b/community/AutoIt.gitignore similarity index 100% rename from AutoIt.gitignore rename to community/AutoIt.gitignore From 7f56496393d1975d38ac1c23755d1547923273b8 Mon Sep 17 00:00:00 2001 From: Chris Bain Date: Sun, 25 Apr 2021 17:27:29 -0400 Subject: [PATCH 0707/1023] Ignore Eclipse .project and .classpath when using build tools Maven or Gradle --- Gradle.gitignore | 6 ++++++ Maven.gitignore | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/Gradle.gitignore b/Gradle.gitignore index 85888bb2..0986bbec 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -10,3 +10,9 @@ gradle-app.setting # Cache of project .gradletasknamecache + +# Eclipse Gradle plugin generated files +# Eclipse Core +.project +# JDT-specific (Eclipse Java Development Tools) +.classpath diff --git a/Maven.gitignore b/Maven.gitignore index 0e13eebb..2f435308 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -9,3 +9,9 @@ buildNumber.properties .mvn/timing.properties # https://github.com/takari/maven-wrapper#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar + +# Eclipse m2e generated files +# Eclipse Core +.project +# JDT-specific (Eclipse Java Development Tools) +.classpath From 29f57d101007d7cdece5ff14f11fad7a176ea802 Mon Sep 17 00:00:00 2001 From: kuritka Date: Mon, 13 Dec 2021 15:08:41 +0100 Subject: [PATCH 0708/1023] GO: Added link to allow list template Signed-off-by: kuritka --- Go.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index de67df5e..3b735ec4 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -1,3 +1,6 @@ +# If you prefer the allow list template instead of the deny list, see community template: +# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore +# # Binaries for programs and plugins *.exe *.exe~ From 2934dac34fcdf89939421c0763f9e78485ca293d Mon Sep 17 00:00:00 2001 From: jamie Date: Mon, 13 Dec 2021 16:44:48 +0000 Subject: [PATCH 0709/1023] Create B4X.gitignore --- community/B4X.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 community/B4X.gitignore diff --git a/community/B4X.gitignore b/community/B4X.gitignore new file mode 100644 index 00000000..197c7bb2 --- /dev/null +++ b/community/B4X.gitignore @@ -0,0 +1,3 @@ +**/Objects +**/AutoBackups +*.meta From bf3f140cfabe05651c4338ad6e2ca173299f93df Mon Sep 17 00:00:00 2001 From: Andrew Shymanel <96021377+eightsixnine@users.noreply.github.com> Date: Tue, 14 Dec 2021 03:19:45 +0200 Subject: [PATCH 0710/1023] Ignore files in directory, not the directory itself --- Global/VisualStudioCode.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index 7478c274..45fce1d7 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -1,4 +1,4 @@ -.vscode/ +.vscode/* !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json From e8b37555af4739b0205ef0e0af5daa911300471d Mon Sep 17 00:00:00 2001 From: Dirk Seefeld Date: Tue, 14 Dec 2021 19:57:55 +0100 Subject: [PATCH 0711/1023] move Umbraco.gitignore to DotNet folder --- Umbraco.gitignore => community/DotNet/Umbraco.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Umbraco.gitignore => community/DotNet/Umbraco.gitignore (100%) diff --git a/Umbraco.gitignore b/community/DotNet/Umbraco.gitignore similarity index 100% rename from Umbraco.gitignore rename to community/DotNet/Umbraco.gitignore From 5a94995d0d15a44bdb1007eabd958f024ee13f5e Mon Sep 17 00:00:00 2001 From: Bill Raymond Date: Tue, 14 Dec 2021 16:47:37 -0800 Subject: [PATCH 0712/1023] Ignore .bundle and vendor per official Jekyll documentation Per the [Jekyll documentation](https://jekyllrb.com/tutorials/using-jekyll-with-bundler/), you should add the `vendor/` and `.bundle/` paths to the .gitignore file, so you are not managing all dependencies within your repo. --- Jekyll.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Jekyll.gitignore b/Jekyll.gitignore index 2ca86829..74a9223a 100644 --- a/Jekyll.gitignore +++ b/Jekyll.gitignore @@ -2,3 +2,6 @@ _site/ .sass-cache/ .jekyll-cache/ .jekyll-metadata +# Ignore folders generated by Bundler +.bundle/ +vendor/ From 03103c9a7b3a857b88e606f352b3e4877106487a Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Wed, 15 Dec 2021 14:03:59 +0800 Subject: [PATCH 0713/1023] Create UTAU.gitignore --- UTAU.gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 UTAU.gitignore diff --git a/UTAU.gitignore b/UTAU.gitignore new file mode 100644 index 00000000..fae63fec --- /dev/null +++ b/UTAU.gitignore @@ -0,0 +1,29 @@ +#This gitignore file is created for UTAU (and other singing voice synthesizers) voicebank development +#example repo: https://github.com/oxygen-dioxide/hitsuboku-kumi-chn/ + +#Adobe Audition +*.pkf + +#UTAU +*.frq +*.mrq +*.llsm +*.pmk +*.vs4ufrq +*.frc +*.dio + +#Deepvocal +*.DVModel +*-log.txt +SKC +SKI +SKC_1 +SKC_2 +SKC_3 +SKC_4 +*.sksd + +#VocalSharp +*.scep +*.vssf From f3df40641d80224ecde7dda74912354ca0acbf1d Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <1463567152@qq.com> Date: Wed, 15 Dec 2021 06:26:36 +0000 Subject: [PATCH 0714/1023] 1 --- UTAU.gitignore => community/UTAU.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename UTAU.gitignore => community/UTAU.gitignore (100%) diff --git a/UTAU.gitignore b/community/UTAU.gitignore similarity index 100% rename from UTAU.gitignore rename to community/UTAU.gitignore From ff6c8c7d4dbb3f6011410d3aebe0010d970983a8 Mon Sep 17 00:00:00 2001 From: F34th3R Date: Thu, 16 Dec 2021 10:51:20 -0600 Subject: [PATCH 0715/1023] community/DotNet/core.gitignore --- community/{core => DotNet}/core.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename community/{core => DotNet}/core.gitignore (100%) diff --git a/community/core/core.gitignore b/community/DotNet/core.gitignore similarity index 100% rename from community/core/core.gitignore rename to community/DotNet/core.gitignore From 04a2b1443f25967d47ef0f4c7dfb3d64a27f4e4c Mon Sep 17 00:00:00 2001 From: Berik Visschers Date: Thu, 23 Dec 2021 01:18:15 +0100 Subject: [PATCH 0716/1023] Update Xcode.gitignore - Remove a reminder to look at files that don't exist anymore - Remove ignore rules for an IDE from 2007 - Remove an ignore rule for Gcc which is no longer used since 2013 --- Global/Xcode.gitignore | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index 91055468..f87d2f2e 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -1,26 +1,6 @@ -# Xcode -# -# 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) +## Xcode 8 and earlier *.xcscmblueprint *.xccheckout - -## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) -build/ -DerivedData/ -*.moved-aside -*.pbxuser -!default.pbxuser -*.mode1v3 -!default.mode1v3 -*.mode2v3 -!default.mode2v3 -*.perspectivev3 -!default.perspectivev3 - -## Gcc Patch -/*.gcno From 1d4e709db80b4481888076b1f256a7e87eb84105 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Thu, 23 Dec 2021 14:53:27 +0800 Subject: [PATCH 0717/1023] Add Docusaurus files to Node.gitignore --- Node.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 20b0c921..c6bba591 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -104,6 +104,9 @@ dist .temp .cache +# Docusaurus cache and generated files +.docusaurus + # Serverless directories .serverless/ From 71d40b91ac7f1bb4bc2a09c2018a5ebcd2a46ae1 Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Tue, 3 Aug 2021 10:24:36 -0700 Subject: [PATCH 0718/1023] Add nix gitignore template --- community/Nix.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 community/Nix.gitignore diff --git a/community/Nix.gitignore b/community/Nix.gitignore new file mode 100644 index 00000000..1fd04ef1 --- /dev/null +++ b/community/Nix.gitignore @@ -0,0 +1,3 @@ +# Ignore build outputs from performing a nix-build or `nix build` command +result +result-* From c4c4369c8b36401b4d760911901c29996a6c9423 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 30 Dec 2021 10:02:09 -0500 Subject: [PATCH 0719/1023] chore: Remove empty Travis-CI config --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 4009e0bc..00000000 --- a/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: ruby - -sudo: false - -branches: - only: - - master - -script: - - ruby -e "puts 'Hello world!'" From e44e7efe0592e738a0b3242b2d51838a02ee7750 Mon Sep 17 00:00:00 2001 From: Stephen De Gabrielle Date: Fri, 7 Jan 2022 22:37:02 +0000 Subject: [PATCH 0720/1023] Create Racket.gitignore --- Racket.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Racket.gitignore diff --git a/Racket.gitignore b/Racket.gitignore new file mode 100644 index 00000000..1a593486 --- /dev/null +++ b/Racket.gitignore @@ -0,0 +1,6 @@ +*~ +\#* +.\#* +.DS_Store +compiled/ +/doc/ From 951e077a3b7c9a72d86ff4032113f98497d30f2f Mon Sep 17 00:00:00 2001 From: Thomas Turrell-Croft Date: Tue, 11 Jan 2022 10:22:00 +0000 Subject: [PATCH 0721/1023] Fixed APT generated tests location By default the APT generated tests location is .apt_generated_tests --- Global/Eclipse.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Eclipse.gitignore b/Global/Eclipse.gitignore index acec74ac..85723da8 100644 --- a/Global/Eclipse.gitignore +++ b/Global/Eclipse.gitignore @@ -48,7 +48,7 @@ local.properties # Annotation Processing .apt_generated/ -.apt_generated_test/ +.apt_generated_tests/ # Scala IDE specific (Scala & Java development for Eclipse) .cache-main From d419f5440181b95411d967ff9e4bff3f134ab917 Mon Sep 17 00:00:00 2001 From: Al Zee Date: Fri, 14 Jan 2022 23:07:23 +0800 Subject: [PATCH 0722/1023] /web/{modules,profiles,themes}/contrib are extends added via composer, should be ignored --- Drupal.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Drupal.gitignore b/Drupal.gitignore index faae8083..3856fe46 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -25,12 +25,15 @@ /web/vendor /web/core /web/modules/README.txt +/web/modules/contrib /web/profiles/README.txt +/web/profiles/contrib /web/sites/development.services.yml /web/sites/example.settings.local.php /web/sites/example.sites.php /web/sites/README.txt /web/themes/README.txt +/web/themes/contrib /web/.csslintrc /web/.editorconfig /web/.eslintignore From bcd7653776d4786db6c61d9689391cde285e1025 Mon Sep 17 00:00:00 2001 From: Stephen De Gabrielle Date: Sat, 15 Jan 2022 16:45:52 +0000 Subject: [PATCH 0723/1023] Update Racket.gitignore --- Racket.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Racket.gitignore b/Racket.gitignore index 1a593486..b8e13695 100644 --- a/Racket.gitignore +++ b/Racket.gitignore @@ -1,6 +1,4 @@ *~ -\#* -.\#* .DS_Store compiled/ /doc/ From 2aeb7aa110ca595e850f8afe58aa55952b3f93f1 Mon Sep 17 00:00:00 2001 From: snxx-lppxx Date: Sun, 23 Jan 2022 03:31:02 +0500 Subject: [PATCH 0724/1023] Create Toit.gitignore --- community/Toit.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 community/Toit.gitignore diff --git a/community/Toit.gitignore b/community/Toit.gitignore new file mode 100644 index 00000000..1352ef7e --- /dev/null +++ b/community/Toit.gitignore @@ -0,0 +1,2 @@ +.packages +*_pb.toit From 491040e88a572d300a59484cb78c86c5e944b70a Mon Sep 17 00:00:00 2001 From: n0099 Date: Wed, 26 Jan 2022 23:58:07 +0800 Subject: [PATCH 0725/1023] [VisualStudio.gitignore] remove a trailing space --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 426d76dd..8a30d258 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -301,7 +301,7 @@ node_modules/ *.dsw *.dsp -# Visual Studio 6 technical files +# Visual Studio 6 technical files *.ncb *.aps From 904b46de137100a2ded17b2a5f58db1c1148c960 Mon Sep 17 00:00:00 2001 From: NoPunIn10Did Date: Thu, 27 Jan 2022 13:10:55 -0500 Subject: [PATCH 0726/1023] Update KiCad.gitignore --- KiCad.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index a63bc0e7..8dcb269b 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -27,3 +27,6 @@ fp-info-cache # Exported BOM files *.xml *.csv + +# Archived Backups (KiCad 6.0) +**/*-backups/*.zip \ No newline at end of file From b5bbbfbe1186be136bbec31f4fe749b9d4fe9945 Mon Sep 17 00:00:00 2001 From: "J.P. Anderson-Young" Date: Sun, 30 Jan 2022 15:45:09 -0800 Subject: [PATCH 0727/1023] Update Gradle.gitignore Unignore gradle-wrapper.properties. For context, see docs: https://docs.gradle.org/current/userguide/gradle_wrapper.html#sec:wrapper_generation --- Gradle.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gradle.gitignore b/Gradle.gitignore index 0986bbec..a5b11137 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -8,6 +8,9 @@ gradle-app.setting # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) !gradle-wrapper.jar +# Avoid ignore Gradle wrappper properties +!gradle-wrapper.properties + # Cache of project .gradletasknamecache From bddea2c9bd8dfa761f3855193fe75b220e016679 Mon Sep 17 00:00:00 2001 From: Sardorbek Imomaliev Date: Mon, 31 Jan 2022 23:33:23 +0700 Subject: [PATCH 0728/1023] Remove empty line comments in Terraform.gitignore --- Terraform.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index b1a7167f..6c34d496 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -13,7 +13,6 @@ crash.*.log # password, private keys, and other secrets. These should not be part of version # control as they are data points which are potentially sensitive and subject # to change depending on the environment. -# *.tfvars # Ignore override files as they are usually used to override resources locally and so @@ -24,7 +23,6 @@ override.tf.json *_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 From 2d1ac6d8048c02272ded577540c891a28ba2d5e1 Mon Sep 17 00:00:00 2001 From: Stephen De Gabrielle Date: Tue, 1 Feb 2022 08:44:27 +0000 Subject: [PATCH 0729/1023] Update Racket.gitignore --- Racket.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Racket.gitignore b/Racket.gitignore index b8e13695..93e40729 100644 --- a/Racket.gitignore +++ b/Racket.gitignore @@ -1,4 +1,7 @@ -*~ .DS_Store compiled/ /doc/ +*~ +*.bak +\#* +.\#* From eabb6717d9aa5e7d54945b5decd55ff86203067c Mon Sep 17 00:00:00 2001 From: Will Frey Date: Wed, 2 Feb 2022 11:53:09 -0500 Subject: [PATCH 0730/1023] Update Python.gitignore Fix a typo: `maintainted` to `maintained` --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index d9005f2c..de2d5e08 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -145,7 +145,7 @@ dmypy.json cython_debug/ # PyCharm -# JetBrains specific template is maintainted in a separate JetBrains.gitignore that can +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. From a05b60cf79af900ca2da04e315c85b8600f6bf9d Mon Sep 17 00:00:00 2001 From: Michael Loyd Date: Wed, 2 Feb 2022 11:21:48 -0600 Subject: [PATCH 0731/1023] Adding AWS-CDK ignore sample. --- community/AWS/CDK.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 community/AWS/CDK.gitignore diff --git a/community/AWS/CDK.gitignore b/community/AWS/CDK.gitignore new file mode 100644 index 00000000..3fc2f799 --- /dev/null +++ b/community/AWS/CDK.gitignore @@ -0,0 +1,4 @@ +# CDK asset staging directory. +# For more information about AWS-CDK, see https://docs.aws.amazon.com/cdk/ +.cdk.staging/ +cdk.out/ From d7a25eddfba534144b3999da6cd75cb54bea244e Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 2 Feb 2022 15:20:30 -0600 Subject: [PATCH 0732/1023] Android Studio Ignoring 3 xml files that are often modified simply by opening and testing a project. And that only store local data. --- Android.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Android.gitignore b/Android.gitignore index a68e5b57..347e252e 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -18,6 +18,9 @@ output.json # IntelliJ *.iml .idea/ +misc.xml +deploymentTargetDropDown.xml +render.experimental.xml # Keystore files *.jks From 85def25146ca5373c13a5b5d5eb5c9622010be7d Mon Sep 17 00:00:00 2001 From: utagawa kiki Date: Mon, 7 Feb 2022 19:05:49 +0900 Subject: [PATCH 0733/1023] Fix typo of Perl.gitignore --- Perl.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Perl.gitignore b/Perl.gitignore index ecf66f84..fb8b1931 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -13,7 +13,7 @@ cover_db/ # Devel::NYTProf nytprof.out -# Dizt::Zilla +# Dist::Zilla /.build/ # Module::Build From a4a6c5c9c2fb0e7d309586877ac15fc8d09332bf Mon Sep 17 00:00:00 2001 From: Deepak Date: Thu, 10 Feb 2022 23:11:32 +0100 Subject: [PATCH 0734/1023] feat(terraform): adds tfvars.json to gitignore --- Terraform.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index b1a7167f..9b27a360 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -15,6 +15,7 @@ crash.*.log # to change depending on the environment. # *.tfvars +*.tfvars.json # Ignore override files as they are usually used to override resources locally and so # are not checked in From abbcca282f7317bde950e46a07872088e4f8b341 Mon Sep 17 00:00:00 2001 From: Bick Doner Date: Wed, 16 Feb 2022 13:36:16 +0100 Subject: [PATCH 0735/1023] Create Zig.gitignore --- Zig.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Zig.gitignore diff --git a/Zig.gitignore b/Zig.gitignore new file mode 100644 index 00000000..1e33b5f3 --- /dev/null +++ b/Zig.gitignore @@ -0,0 +1,4 @@ +# This file is for zig-specific build artifacts. + +zig-cache/ +zig-out/ From 0481f3bda81ec0f25b634be18f27885130df7e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Wed, 16 Feb 2022 23:43:19 +0100 Subject: [PATCH 0736/1023] Ignore PDM project-wide config See https://pdm.fming.dev/#use-with-ide --- Python.gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index de2d5e08..2d011989 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -101,7 +101,13 @@ ipython_config.py # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control #poetry.lock -# PEP 582; used by e.g. github.com/David-OConnor/pyflow +# pdm +# pdm stores project-wide configurations in .pdm.toml, and it is recommended to not include it +# in version control. +# https://pdm.fming.dev/#use-with-ide +.pdm.toml + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/ # Celery stuff From 6a72e43229796cb8c92278a16117604fd4b5422b Mon Sep 17 00:00:00 2001 From: pvaleror Date: Wed, 16 Feb 2022 17:49:43 -0500 Subject: [PATCH 0737/1023] Create Katalon.gitignore Compiled config for Katalon Studio --- Katalon.gitignore | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Katalon.gitignore diff --git a/Katalon.gitignore b/Katalon.gitignore new file mode 100644 index 00000000..73a4938f --- /dev/null +++ b/Katalon.gitignore @@ -0,0 +1,40 @@ +# Katalon Test Suite +# Compiled class file +*.class +*.swp +output +!output/.gitkeep +build + +Libs/TempTestCase* +Libs/TempTestSuite* +bin/lib/TempTestCase* +Reports/ +\.classpath +\.project +\.settings/ +bin/lib/ +Libs/ +.svn/ +.gradle + + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* From 35b656aa850665b922834c9b635b154dca207e33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Fri, 18 Feb 2022 18:54:31 +0100 Subject: [PATCH 0738/1023] Expand explanations on PDM Co-authored-by: Lukasz Sobczuk --- Python.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 2d011989..401a03da 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -102,6 +102,14 @@ ipython_config.py #poetry.lock # pdm +# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. +#pdm.lock +# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it +# in version control. +# https://pdm.fming.dev/#use-with-ide +.pdm.toml + +# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm # pdm stores project-wide configurations in .pdm.toml, and it is recommended to not include it # in version control. # https://pdm.fming.dev/#use-with-ide From 8e67b9420cb6796e5eeca72682babdb06627ec8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Sun, 20 Feb 2022 11:29:55 +0100 Subject: [PATCH 0739/1023] Update Python.gitignore --- Python.gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index 401a03da..68bc17f9 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -109,12 +109,6 @@ ipython_config.py # https://pdm.fming.dev/#use-with-ide .pdm.toml -# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm -# pdm stores project-wide configurations in .pdm.toml, and it is recommended to not include it -# in version control. -# https://pdm.fming.dev/#use-with-ide -.pdm.toml - # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/ From 57c1500630894c955b9afd4b76e97c51acd3dcbd Mon Sep 17 00:00:00 2001 From: Ojaswa Sharma Date: Thu, 24 Feb 2022 15:03:55 +0530 Subject: [PATCH 0740/1023] fix: typo in Python.gitignore --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index de2d5e08..2ad0e95f 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -46,7 +46,7 @@ htmlcov/ nosetests.xml coverage.xml *.cover -*.py,cover +*.py.cover .hypothesis/ .pytest_cache/ cover/ From 1e19baaccf0bf83f1b6df69837ab3c7974867021 Mon Sep 17 00:00:00 2001 From: 417-72KI <417.72ki@gmail.com> Date: Tue, 8 Mar 2022 11:17:45 +0900 Subject: [PATCH 0741/1023] Remove `CodeInjection` block from Swift.gitignore --- Swift.gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Swift.gitignore b/Swift.gitignore index 330d1674..00ee7841 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -81,10 +81,3 @@ 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 5521afc90ae5c012310c42c4953e62284ea42530 Mon Sep 17 00:00:00 2001 From: 417-72KI <417.72ki@gmail.com> Date: Tue, 8 Mar 2022 11:17:40 +0900 Subject: [PATCH 0742/1023] Remove `CodeInjection` block from Objective-C.gitignore --- Objective-C.gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 7801c930..250c0dc2 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -59,10 +59,3 @@ 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 c86c275f029add2e4035cc2759e57b2e8cbb3420 Mon Sep 17 00:00:00 2001 From: Jonathan Duke Date: Fri, 25 Mar 2022 11:50:40 -0500 Subject: [PATCH 0743/1023] ignore temporary Microsoft Word template files (.dot/.dotx) --- Global/MicrosoftOffice.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/MicrosoftOffice.gitignore b/Global/MicrosoftOffice.gitignore index ddcc9cf6..6501a7d3 100644 --- a/Global/MicrosoftOffice.gitignore +++ b/Global/MicrosoftOffice.gitignore @@ -2,6 +2,7 @@ # Word temporary ~$*.doc* +~$*.dot* # Word Auto Backup File Backup of *.doc* From 2fa9e45ac4d6a6f9b690c4a11c415d5f0d2d8ae6 Mon Sep 17 00:00:00 2001 From: Idir Lankri Date: Thu, 7 Apr 2022 15:59:59 +0200 Subject: [PATCH 0744/1023] OCaml.gitignore: Make a comment a bit more precise Resources: - https://github.com/ocaml/ocamlbuild/blob/master/manual/manual.adoc#110-source-and-build-directories-module-paths-include-paths - https://dune.readthedocs.io/en/stable/usage.html#custom-build-directory --- OCaml.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OCaml.gitignore b/OCaml.gitignore index a18e0840..d134abd5 100644 --- a/OCaml.gitignore +++ b/OCaml.gitignore @@ -8,7 +8,7 @@ *.cmxs *.cmxa -# ocamlbuild working directory +# ocamlbuild and Dune default working directory _build/ # ocamlbuild targets From 7b2ef3fdff128ba65c4746de3c0b0f04657ebd5b Mon Sep 17 00:00:00 2001 From: Idir Lankri Date: Thu, 7 Apr 2022 16:15:24 +0200 Subject: [PATCH 0745/1023] OCaml.gitignore: Ignore binary files containing info about compilation See https://ocaml.org/manual/comp.html#s:comp-overview. --- OCaml.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/OCaml.gitignore b/OCaml.gitignore index d134abd5..250caf74 100644 --- a/OCaml.gitignore +++ b/OCaml.gitignore @@ -8,6 +8,13 @@ *.cmxs *.cmxa +# Files containing detailed information about the compilation (generated +# by `ocamlc`/`ocamlopt` when invoked using the option `-bin-annot`). +# These files are typically useful for code inspection tools +# (e.g. Merlin). +*.cmt +*.cmti + # ocamlbuild and Dune default working directory _build/ From 8d481622d56618f42253af2f4b20b84f051909c9 Mon Sep 17 00:00:00 2001 From: Kevin Kostrzewa <93138155+kkostrzewa-coupa@users.noreply.github.com> Date: Fri, 15 Apr 2022 08:53:44 -0400 Subject: [PATCH 0746/1023] Ignore *.trx files --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258..bd56094e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -396,3 +396,6 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml + +# Microsoft Test Results file +*.trx From 64eaff41907d3377c04a7986d2dc09a1e4a7535e Mon Sep 17 00:00:00 2001 From: Kevin Kostrzewa <93138155+kkostrzewa-coupa@users.noreply.github.com> Date: Fri, 15 Apr 2022 08:54:49 -0400 Subject: [PATCH 0747/1023] Update comment for ignoring *.trx files --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index bd56094e..9ae74cfb 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -397,5 +397,5 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml -# Microsoft Test Results file +# Microsoft Test Results XML file *.trx From 9fffcae51aec0e781e94890158f9b7e47dbc5534 Mon Sep 17 00:00:00 2001 From: Bryn Deering <55864293+Bdeering1@users.noreply.github.com> Date: Wed, 20 Apr 2022 23:22:50 -0400 Subject: [PATCH 0748/1023] Update VS Code ignores to match file in global Updated the VS Code section of VisualStudio.gitignore to match the Global/VisualStudioCode.gitignore file. --- VisualStudio.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258..2bfe0e03 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -382,11 +382,14 @@ FodyWeavers.xsd !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json -*.code-workspace +!.vscode/*.code-snippets # Local History for Visual Studio Code .history/ +# Built Visual Studio Code Extensions +*.vsix + # Windows Installer files from build outputs *.cab *.msi From f845b5491abb4ab361abe1c1494a45aed91b3d10 Mon Sep 17 00:00:00 2001 From: kpowake <104589398+kpowake@users.noreply.github.com> Date: Wed, 4 May 2022 01:39:34 +0900 Subject: [PATCH 0749/1023] Change output.json to output-metadata.json ...for newer version of Android Studio --- Android.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.gitignore b/Android.gitignore index 347e252e..0e5e20c1 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -13,7 +13,7 @@ captures/ .externalNativeBuild/ .cxx/ *.apk -output.json +output-metadata.json # IntelliJ *.iml From aa4079ebec8451687964cd01f417b4e2da6e1c5e Mon Sep 17 00:00:00 2001 From: Chriztian Steinmeier Date: Fri, 6 May 2022 11:23:14 +0200 Subject: [PATCH 0750/1023] Ignore SQLite files --- community/DotNet/Umbraco.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/community/DotNet/Umbraco.gitignore b/community/DotNet/Umbraco.gitignore index 86b91f30..1dc3da52 100644 --- a/community/DotNet/Umbraco.gitignore +++ b/community/DotNet/Umbraco.gitignore @@ -39,6 +39,9 @@ #ignore umbraco backoffice assest from wwwroot **/wwwroot/umbraco/ +# SQLite files +*.sqlite.db* + #ignore umbraco data/views/settings **/umbraco/ @@ -46,4 +49,4 @@ !**/umbraco/models #include default location for packages -!**/umbraco/Data/packages \ No newline at end of file +!**/umbraco/Data/packages From f4d16fdeb19e81cb994e287fcbce1440d19e95bc Mon Sep 17 00:00:00 2001 From: Daniel Lathrop Date: Mon, 9 May 2022 10:28:06 -0500 Subject: [PATCH 0751/1023] Update Perl .gitignore to include Carton --- Perl.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Perl.gitignore b/Perl.gitignore index fb8b1931..2bc7f649 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -33,3 +33,9 @@ inc/ /MANIFEST.bak /pm_to_blib /*.zip + +# Carton/Carmel +/local/ +/.carmel/ +# cpanfile.snapshot should generally be ignored for library code, otherwise included +# cpanfile.snapshot From d63f4b14cad6a400719c123c994d407e65e230f3 Mon Sep 17 00:00:00 2001 From: katexochen <49727155+katexochen@users.noreply.github.com> Date: Tue, 31 May 2022 18:40:47 +0200 Subject: [PATCH 0752/1023] Ignore go.work.sum --- Go.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Go.gitignore b/Go.gitignore index 3b735ec4..6f6f5e6a 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -19,3 +19,4 @@ # Go workspace file go.work +go.work.sum From f25639455e868cd49999f2774aadad4d4b1cea29 Mon Sep 17 00:00:00 2001 From: Anton Gilgur Date: Sat, 4 Jun 2022 18:35:27 -0400 Subject: [PATCH 0753/1023] clean: remove outdated microbundle cache directories - microbundle hasn't used these directories in 3+ years - https://github.com/developit/microbundle/commit/d0e66da9578ee36b8e629039372e9f253ed053fa - and rollup-plugin-typescript2, which microbundle depends on and which actually created the dirs, hasn't used them in ~3 years either - https://github.com/ezolenko/rollup-plugin-typescript2/commit/ffda2e539bf076da00d5093829a5a20a50a0f58d - I help maintain rpt2 and formerly solo-maintained TSDX for ~1.5 years, which, as a fork of microbundle, has similarly used those directories in the past until I changed them - https://github.com/jaredpalmer/tsdx/commit/55c0d47c0bbee16bb780e8aa9441ca426ba127c7 --- Node.gitignore | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index c6bba591..7844e76e 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -57,12 +57,6 @@ web_modules/ # Optional stylelint cache .stylelintcache -# Microbundle cache -.rpt2_cache/ -.rts2_cache_cjs/ -.rts2_cache_es/ -.rts2_cache_umd/ - # Optional REPL history .node_repl_history From d3303732694b3b0b10aa52680344663a13f7e6df Mon Sep 17 00:00:00 2001 From: Rob Purser Date: Thu, 30 Jun 2022 09:26:31 -0400 Subject: [PATCH 0754/1023] Create MATLAB.gitignore --- MATLAB.gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 MATLAB.gitignore diff --git a/MATLAB.gitignore b/MATLAB.gitignore new file mode 100644 index 00000000..8d994012 --- /dev/null +++ b/MATLAB.gitignore @@ -0,0 +1,31 @@ +# Windows default autosave extension +*.asv + +# OSX / *nix default autosave extension +*.m~ + +# Derived Content-Obscured files +*.p + +# Compiled MEX binaries (all platforms) +*.mex* + +# Packaged app and toolbox files +*.mlappinstall +*.mltbx + +# Generated helpsearch folders +helpsearch*/ + +# Simulink code generation folders +slprj/ +sccprj/ + +# Matlab code generation folders +codegen/ + +# Simulink autosave extension +*.autosave + +# Simulink cache files +*.slxc From 6dd64367a5f1c13600421a459bf555fa3b31d9fa Mon Sep 17 00:00:00 2001 From: Rob Purser Date: Thu, 30 Jun 2022 09:29:23 -0400 Subject: [PATCH 0755/1023] Add .p files Add Derived Content-Obscured files (*.p) --- Global/MATLAB.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/MATLAB.gitignore b/Global/MATLAB.gitignore index 01d02dd2..3e11d420 100644 --- a/Global/MATLAB.gitignore +++ b/Global/MATLAB.gitignore @@ -4,6 +4,9 @@ # OSX / *nix default autosave extension *.m~ +# Derived Content-Obscured files +*.p + # Compiled MEX binaries (all platforms) *.mex* From ae510dd9f4b2c408e093bf38a3e5b69a01e97327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Kurzyniec?= Date: Sat, 2 Jul 2022 16:54:39 +0200 Subject: [PATCH 0756/1023] added Approval Tests result files --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258..486580f5 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -49,6 +49,9 @@ Generated\ Files/ TestResult.xml nunit-*.xml +# Approval Tests result files +*.received.* + # Build Results of an ATL Project [Dd]ebugPS/ [Rr]eleasePS/ From 4c08c07f0bfc77c5b22f13c7f2ecde85e9d512b5 Mon Sep 17 00:00:00 2001 From: Rob Purser Date: Wed, 6 Jul 2022 09:30:04 -0400 Subject: [PATCH 0757/1023] Initial version from technical folks Reviewed by @gulley @lrm29 @gwalker-dev @seangcote-home --- MATLAB.gitignore | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/MATLAB.gitignore b/MATLAB.gitignore index 8d994012..12679118 100644 --- a/MATLAB.gitignore +++ b/MATLAB.gitignore @@ -1,13 +1,14 @@ -# Windows default autosave extension +# Autosave files *.asv - -# OSX / *nix default autosave extension *.m~ +*.autosave +*.slx.r* +*.mdl.r* -# Derived Content-Obscured files +# Derived content-obscured files *.p -# Compiled MEX binaries (all platforms) +# Compiled MEX files *.mex* # Packaged app and toolbox files @@ -17,15 +18,10 @@ # Generated helpsearch folders helpsearch*/ -# Simulink code generation folders +# Code generation folders slprj/ sccprj/ - -# Matlab code generation folders codegen/ -# Simulink autosave extension -*.autosave - -# Simulink cache files +# Cache files *.slxc From e3ff3d884b5a68945ed6ec66ab7a4ce0f64a04d6 Mon Sep 17 00:00:00 2001 From: Rob Purser Date: Thu, 7 Jul 2022 09:27:20 -0400 Subject: [PATCH 0758/1023] Review Feedback Revised with internal review feedback --- Global/MATLAB.gitignore | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/Global/MATLAB.gitignore b/Global/MATLAB.gitignore index 3e11d420..3f1b1708 100644 --- a/Global/MATLAB.gitignore +++ b/Global/MATLAB.gitignore @@ -1,13 +1,14 @@ -# Windows default autosave extension +# Autosave files *.asv - -# OSX / *nix default autosave extension *.m~ +*.autosave +*.slx.r* +*.mdl.r* -# Derived Content-Obscured files +# Derived content-obscured files *.p -# Compiled MEX binaries (all platforms) +# Compiled MEX files *.mex* # Packaged app and toolbox files @@ -17,18 +18,13 @@ # Generated helpsearch folders helpsearch*/ -# Simulink code generation folders +# Code generation folders slprj/ sccprj/ - -# Matlab code generation folders codegen/ -# Simulink autosave extension -*.autosave - -# Simulink cache files +# Cache files *.slxc -# Octave session info -octave-workspace +# Dotfile from cloud based storage +.MATLABDriveTag From ebf0dffb3a7cb1fe7cb77922709458afcb2d8a95 Mon Sep 17 00:00:00 2001 From: Rob Purser Date: Thu, 7 Jul 2022 09:28:47 -0400 Subject: [PATCH 0759/1023] Update the Global/MATLAB.gitignore instead Elected to follow a PR strategy to update Global/MATLAB.gitignore first, then work to get it promoted. --- MATLAB.gitignore | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 MATLAB.gitignore diff --git a/MATLAB.gitignore b/MATLAB.gitignore deleted file mode 100644 index 12679118..00000000 --- a/MATLAB.gitignore +++ /dev/null @@ -1,27 +0,0 @@ -# Autosave files -*.asv -*.m~ -*.autosave -*.slx.r* -*.mdl.r* - -# Derived content-obscured files -*.p - -# Compiled MEX files -*.mex* - -# Packaged app and toolbox files -*.mlappinstall -*.mltbx - -# Generated helpsearch folders -helpsearch*/ - -# Code generation folders -slprj/ -sccprj/ -codegen/ - -# Cache files -*.slxc From 348be0078fb847b9de1b727fce32695a83606789 Mon Sep 17 00:00:00 2001 From: Rob Purser Date: Thu, 7 Jul 2022 09:33:21 -0400 Subject: [PATCH 0760/1023] Change MATLAB Drive comment --- Global/MATLAB.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/MATLAB.gitignore b/Global/MATLAB.gitignore index 3f1b1708..2854d215 100644 --- a/Global/MATLAB.gitignore +++ b/Global/MATLAB.gitignore @@ -26,5 +26,5 @@ codegen/ # Cache files *.slxc -# Dotfile from cloud based storage +# Cloud based storage dotfile .MATLABDriveTag From 1fb302559613f0eca278e583c2d9f104f4fe5c93 Mon Sep 17 00:00:00 2001 From: todd-flanagan <33087988+todd-flanagan@users.noreply.github.com> Date: Fri, 8 Jul 2022 11:12:03 -0400 Subject: [PATCH 0761/1023] Update MATLAB.gitignore added entry for ctf artifacts --- Global/MATLAB.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/MATLAB.gitignore b/Global/MATLAB.gitignore index 2854d215..be8ddb36 100644 --- a/Global/MATLAB.gitignore +++ b/Global/MATLAB.gitignore @@ -15,6 +15,9 @@ *.mlappinstall *.mltbx +# Compiled deployable archives +*.ctf + # Generated helpsearch folders helpsearch*/ From 9644568fcd454795e7fa929dd3571fec67a72f2a Mon Sep 17 00:00:00 2001 From: todd-flanagan <33087988+todd-flanagan@users.noreply.github.com> Date: Fri, 8 Jul 2022 13:05:31 -0400 Subject: [PATCH 0762/1023] per review comments --- Global/MATLAB.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/MATLAB.gitignore b/Global/MATLAB.gitignore index be8ddb36..92061b1d 100644 --- a/Global/MATLAB.gitignore +++ b/Global/MATLAB.gitignore @@ -15,7 +15,7 @@ *.mlappinstall *.mltbx -# Compiled deployable archives +# Deployable archives *.ctf # Generated helpsearch folders From 6623018b65a54e551d03b5cdfab864116bd8ad2b Mon Sep 17 00:00:00 2001 From: Khazbs Date: Tue, 2 Aug 2022 16:45:34 +0300 Subject: [PATCH 0763/1023] Ignore *.aab Generated Android App Bundles (*.aab), like Android Packages (*.apk), should not be checked into VCS. --- Android.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Android.gitignore b/Android.gitignore index 347e252e..71d40314 100644 --- a/Android.gitignore +++ b/Android.gitignore @@ -12,6 +12,7 @@ local.properties captures/ .externalNativeBuild/ .cxx/ +*.aab *.apk output.json From c338343e3952b56b82d926625fdb4d92878d9359 Mon Sep 17 00:00:00 2001 From: Chaoses-Ib Date: Sun, 11 Sep 2022 00:52:46 +0800 Subject: [PATCH 0764/1023] Highlight the gitignore block in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7014eed7..86792046 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ header of the template. For example, this template might live at `community/DotNet/InforCRM.gitignore`: -``` +```gitignore # gitignore template for InforCRM (formerly SalesLogix) # website: https://www.infor.com/product-summary/cx/infor-crm/ # From 9c1792744c2213db6b95c05118b0ec094efa5374 Mon Sep 17 00:00:00 2001 From: Jaxel Rojas Date: Sat, 17 Sep 2022 09:20:22 -0400 Subject: [PATCH 0765/1023] Add MSBuild_Logs/ to VisualStudio.gitignore The MsBuild team added a switch to the Visual Studio engine that generates a debugging information under the directory MsBuild_Logs/ that shouldn't be in source control systems. Here's the [original PR](https://github.com/dotnet/msbuild/commit/cdb5077c451180ab38161e0b5e70f5448e70355b) from the msbuild team. Here is the documentation from the msbuild team explaining the feature that [generates the path](https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Building-Testing-and-Debugging-on-Full-Framework-MSBuild.md#logs) Heres' a similar PR for the dotnet [runtime](https://github.com/dotnet/runtime/pull/59323) --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258..104a3602 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -351,6 +351,7 @@ ASALocalRun/ # MSBuild Binary and Structured Log *.binlog +MSBuild_Logs/ # NVidia Nsight GPU debugger configuration file *.nvuser From 0aa41c10343b04e9bec29c8b51d816ed0a8b1e0f Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 21 Sep 2022 15:15:24 +0200 Subject: [PATCH 0766/1023] Update Python.gitignore --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..9f96f5a0 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -158,3 +158,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# Streamlit +.streamlit/secrets.toml From fee4d0f98e167e735499d158e4ab38cf2394b390 Mon Sep 17 00:00:00 2001 From: Josh Marshall <10360503+jmarsh411@users.noreply.github.com> Date: Mon, 17 Oct 2022 11:02:24 -0400 Subject: [PATCH 0767/1023] ignore meta files of unity packages Unity packages were already ignored, but it seems in recent versions of Unity these also generate meta files for these. If the meta file isn't also ignored, the person who imports an asset containing a .unitypackage file could accidentally commit the meta files. For another who downloads those meta files, Unity would automatically delete them since they don't have the .unitypackage. The the importer commits them again and the cycle goes on and on until someone like me gets fed up. This fixes that inconsistency by adding the *.unitypackage.meta to the ignore list. --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 58cbc825..3496b7cd 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -59,6 +59,7 @@ sysinfo.txt *.apk *.aab *.unitypackage +*.unitypackage.meta *.app # Crashlytics generated file From 6ec71bb93845f5ed80874960765fde7c4317f2c5 Mon Sep 17 00:00:00 2001 From: Sebastian Dietze Date: Wed, 9 Mar 2022 13:39:36 +0100 Subject: [PATCH 0768/1023] Create gitignore file for ECU-TEST workspaces --- ECU-TEST.gitignore | 62 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 ECU-TEST.gitignore diff --git a/ECU-TEST.gitignore b/ECU-TEST.gitignore new file mode 100644 index 00000000..eb6789e6 --- /dev/null +++ b/ECU-TEST.gitignore @@ -0,0 +1,62 @@ +# gitignore template for ECU-TEST workspaces +# website: https://www.ecu-test.com +# * all directories are related to the default directories, please adapt the .gitignore if you use customized +# directories + +# Dynamic workspace settings +# * We don't recommend to ignore the .workspace directory, because of important project specific settings +# local user settings +.workspace/ETdrive.xml +.workspace/favorites.xml +.workspace/filters.xml +.workspace/generators.xml +.workspace/history.xml +.workspace/parallelExecution.xml +.workspace/signalviewer.xml +.workspace/signalViewerHistory.json +.workspace/signalviewer2layout.xml +.workspace/testeditor.xml +.workspace/tooladapter.xml +.workspace/view.xml +# optional, if your process depends on this file remove exclusion +.workspace/interactiveexecution.xml +.workspace/pythonlibrary.xml +# deprecated, support for older versions +.workspace/traceexplorer.xml + +# Custom file formats and test dependencies +# * you can manage your artifacts also with TEST-GUIDE (https://www.test-guide.info) and reference them via Playbooks +*.arxml +*.a2l +*.dbc +*.hex +*.s19 +[tT]estdata +[tT]estdaten + +# Test results and test execution related content +# * Git is not intended to store and provide test results for all iterations +# * We recommend to use TEST-GUIDE (https://www.test-guide.info) for the test report management +TestReports + +# Report generators and templates +# * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the +# unnecessary subdirectories +Templates + +# Exclude large binary artifacts +# * you can manage your artifacts also with TEST-GUIDE (https://www.test-guide.info) and reference them via Playbooks +Offline-FIUs +Offline-Models +Offline-SGBDs +*.exe +*.msi +*.zip +*.7z + +# Exclude default and custom temporary directories +Backup_* + +# Python bytecode and cache files +__pycache__/ +*.py[cod] From c70d6acf3e52cf9ed6eaddedb0e4e95a2935cb10 Mon Sep 17 00:00:00 2001 From: Sebastian Dietze Date: Mon, 17 Oct 2022 16:57:55 +0200 Subject: [PATCH 0769/1023] Highlight origin of .gitignore --- ECU-TEST.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ECU-TEST.gitignore b/ECU-TEST.gitignore index eb6789e6..d25ba945 100644 --- a/ECU-TEST.gitignore +++ b/ECU-TEST.gitignore @@ -1,4 +1,4 @@ -# gitignore template for ECU-TEST workspaces +# gitignore template for ECU-TEST workspaces - by TraceTronic https://tracetronic.com # website: https://www.ecu-test.com # * all directories are related to the default directories, please adapt the .gitignore if you use customized # directories From 3b37c6d06cc8c7cf7e8411a0eb170a6c2785242d Mon Sep 17 00:00:00 2001 From: Noah Gilson Date: Tue, 13 Dec 2022 15:57:24 -0800 Subject: [PATCH 0770/1023] Remove JetBrains IDE Files from VS Ignore List https://github.com/dotnet/sdk/issues/29224 --- VisualStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258..1a48e921 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -393,6 +393,3 @@ FodyWeavers.xsd *.msix *.msm *.msp - -# JetBrains Rider -*.sln.iml From 738b4f1362f6c18fd0db19b5824161fde63f0a94 Mon Sep 17 00:00:00 2001 From: Stefano Cordio Date: Mon, 26 Dec 2022 17:06:02 +0100 Subject: [PATCH 0771/1023] Update `maven-wrapper` URL --- Maven.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maven.gitignore b/Maven.gitignore index 2f435308..6d706b8d 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -7,7 +7,7 @@ release.properties dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties -# https://github.com/takari/maven-wrapper#usage-without-binary-jar +# https://maven.apache.org/wrapper/#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar # Eclipse m2e generated files From fc05d64d6da385acf2707d44f693573aadc811fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Pr=C3=A9martin?= Date: Thu, 29 Dec 2022 14:41:48 +0100 Subject: [PATCH 0772/1023] Added Delphi default compile/construct directories --- Delphi.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Delphi.gitignore b/Delphi.gitignore index 9532800b..8df99b67 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -26,6 +26,18 @@ #*.obj # +# Default Delphi compiler directories +# Content of this directories are generated with each Compile/Construct of a project. +# Most of the time, files here have not there place in a code repository. +#Win32/ +#Win64/ +#OSX64/ +#OSXARM64/ +#Android/ +#Android64/ +#iOSDevice64/ +#Linux64/ + # Delphi compiler-generated binaries (safe to delete) *.exe *.dll From 66cbc9acca6721809de548e69f67ef4adb150814 Mon Sep 17 00:00:00 2001 From: Harsh Dadhich Date: Thu, 29 Dec 2022 13:32:00 -0800 Subject: [PATCH 0773/1023] Add latexindent --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index e9642441..7442f837 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -147,6 +147,9 @@ acs-*.bib # *.tikz *-tikzDictionary +# latexindent will create succesive backup files by default +#*.bak* + # listings *.lol From 899669977bc46513c1cee856e1ca6fe276fc78ba Mon Sep 17 00:00:00 2001 From: Taqveem Khalid Date: Wed, 4 Jan 2023 11:20:35 +0100 Subject: [PATCH 0774/1023] Add SSDT sqlproj specific gitignore file for database development using t-sql. --- SSDT-sqlproj.gitignore | 361 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 361 insertions(+) create mode 100644 SSDT-sqlproj.gitignore diff --git a/SSDT-sqlproj.gitignore b/SSDT-sqlproj.gitignore new file mode 100644 index 00000000..786f63c6 --- /dev/null +++ b/SSDT-sqlproj.gitignore @@ -0,0 +1,361 @@ +## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc +## +## +## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +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. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd From 786acd1d0cecd5558e33090740f2163770b8b305 Mon Sep 17 00:00:00 2001 From: tobolar Date: Fri, 13 Jan 2023 11:54:16 +0100 Subject: [PATCH 0775/1023] Add gitignore for Modelica --- Modelica.gitignore | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Modelica.gitignore diff --git a/Modelica.gitignore b/Modelica.gitignore new file mode 100644 index 00000000..edc234de --- /dev/null +++ b/Modelica.gitignore @@ -0,0 +1,37 @@ +# Modelica - an object-oriented language for modeling of cyber-physical systems +# https://modelica.org/ +# Ignore temporary files, build results, simulation files + +## Modelica backup files +*~ +*.bak +*.bak-mo + +## Build artefacts +*.exe +*.exp +*.o +*.pyc + +## Simulation files +*.mat + +## Package files +*.gz +*.rar +*.tar +*.zip + +## Dymola-specific files +buildlog.txt +dsfinal.txt +dsin.txt +dslog.txt +dsmodel* +dsres.txt +dymosim* +request +stat +status +stop +success \ No newline at end of file From e538e96f2ee81e080b26c89aeeccc7181c04eaf9 Mon Sep 17 00:00:00 2001 From: tobolar Date: Fri, 13 Jan 2023 12:05:35 +0100 Subject: [PATCH 0776/1023] Ignore flattened Modelica --- Modelica.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Modelica.gitignore b/Modelica.gitignore index edc234de..0aca78a0 100644 --- a/Modelica.gitignore +++ b/Modelica.gitignore @@ -2,10 +2,11 @@ # https://modelica.org/ # Ignore temporary files, build results, simulation files -## Modelica backup files +## Modelica-specific files *~ *.bak *.bak-mo +*.mof ## Build artefacts *.exe From 97a5a643ec6083442919ef3b964526f694055533 Mon Sep 17 00:00:00 2001 From: Spirit Date: Wed, 25 Jan 2023 13:50:41 +0300 Subject: [PATCH 0777/1023] Remove Ruby `dotenv` conventions These are considered in the Ruby `dotenv` package not in the node's one --- Node.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index c6bba591..4956d962 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -74,10 +74,6 @@ web_modules/ # dotenv environment variable files .env -.env.development.local -.env.test.local -.env.production.local -.env.local # parcel-bundler cache (https://parceljs.org/) .cache From 31fc17b810901fbe11d6aebc236123fb7b0f68b8 Mon Sep 17 00:00:00 2001 From: Spirit Date: Wed, 25 Jan 2023 14:12:30 +0300 Subject: [PATCH 0778/1023] Re-add `.env.*` It's not recommended to have multiple `.env` files in the same environment. But it's safer to ignore it just in case. --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index 4956d962..ea9653f1 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -74,6 +74,7 @@ web_modules/ # dotenv environment variable files .env +.env.* # parcel-bundler cache (https://parceljs.org/) .cache From a749c0ebf71cec92c43663be31a8e98f5842cd5f Mon Sep 17 00:00:00 2001 From: Spirit Date: Wed, 25 Jan 2023 14:36:04 +0300 Subject: [PATCH 0779/1023] Unignore `.env.example` https://github.com/github/gitignore/commit/b236e1717b90f1755af76900f5387bfa20636de3 --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index ea9653f1..e8b54b7f 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -75,6 +75,7 @@ web_modules/ # dotenv environment variable files .env .env.* +!.env.example # parcel-bundler cache (https://parceljs.org/) .cache From cf93b5277e1ff4049c7f6eccc1b656533038d666 Mon Sep 17 00:00:00 2001 From: Tyler Pruitt Date: Tue, 31 Jan 2023 20:07:18 -0600 Subject: [PATCH 0780/1023] Fix Metals gitignore * Removed leading space so comments are treated as comments * Updated Reference comment * Updated ignored files to latest recommendation --- Global/Metals.gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Global/Metals.gitignore b/Global/Metals.gitignore index 516e7e33..779e796b 100644 --- a/Global/Metals.gitignore +++ b/Global/Metals.gitignore @@ -1,5 +1,6 @@ - # Generated Metals (Scala Language Server) files - # Reference: https://scalameta.org/metals/ +# Metals (Scala Language Server) +# Reference: https://scalameta.org/metals/docs/editors/vscode#files-and-directories-to-include-in-your-gitignore .metals/ .bloop/ -project/metals.sbt +.ammonite/ +metals.sbt From 4eb82ffd9b4116d257c92b8f893d7975b18a7789 Mon Sep 17 00:00:00 2001 From: Koji Hasegawa Date: Sun, 5 Feb 2023 23:17:08 +0900 Subject: [PATCH 0781/1023] Add auto-generated scenes by Unity play mode tests --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 58cbc825..a11ddf93 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -70,3 +70,6 @@ crashlytics-build.properties # Temporary auto-generated Android Assets /[Aa]ssets/[Ss]treamingAssets/aa.meta /[Aa]ssets/[Ss]treamingAssets/aa/* + +# Auto-generated scenes by play mode tests +/[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity* From 6743515cd30c516a4e859ac842df1d3fcc783a45 Mon Sep 17 00:00:00 2001 From: Kevin Kostrzewa <93138155+kkostrzewa-coupa@users.noreply.github.com> Date: Wed, 1 Mar 2023 19:35:33 -0500 Subject: [PATCH 0782/1023] Moved *.trx to MSTest section --- VisualStudio.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 9ae74cfb..e2d5e0ed 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -43,6 +43,7 @@ Generated\ Files/ # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* +*.trx # NUnit *.VisualState.xml @@ -396,6 +397,3 @@ FodyWeavers.xsd # JetBrains Rider *.sln.iml - -# Microsoft Test Results XML file -*.trx From 13048c46528e4e660597629cba2f81bb75577f16 Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Thu, 9 Mar 2023 11:56:06 +0100 Subject: [PATCH 0783/1023] Remove pnpm debug log - it is contained within `node_modules/`, which is already ignored - the previous versions, which were not in `node_modules/`, did not have a period at the beginning of the filename Changelog with proof here: https://github.com/pnpm/pnpm/blob/ba4b2db1f201640dad5d7ee9fe68a2d0defd6047/pnpm/CHANGELOG.md?plain=1#L3330 --- Node.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index c6bba591..0c08c517 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -5,7 +5,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* -.pnpm-debug.log* # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json From 64340cce99274a1b0a1c1a1aecc1d3bc583a802e Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Sat, 18 Mar 2023 20:29:22 -0700 Subject: [PATCH 0784/1023] elisp: Ignore more build tools .eask, .eldev, .keg are other build tools like .cask. dist is the default folder to build package distribution files. --- Elisp.gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Elisp.gitignore b/Elisp.gitignore index 206569dc..adef969d 100644 --- a/Elisp.gitignore +++ b/Elisp.gitignore @@ -2,7 +2,13 @@ *.elc # Packaging -.cask +.cask/ +.eask/ +.eldev/ +.keg/ + +# Built distribution +dist/ # Backup files *~ From d34fe3a059d872746f38614a5efcc82fafacfd6e Mon Sep 17 00:00:00 2001 From: Anoduck Date: Mon, 20 Mar 2023 05:50:59 +0000 Subject: [PATCH 0785/1023] Added undo-tree Added undo-tree, which is a popular package for undoing changes made to a file. It leaves hidden files everywhere, and can litter up a repository if not ignored. I have to add `*.~undo-tree~` to every `.gitignore` file in every repository I am working in. As you can guess, this gets very tedious. --- Global/Emacs.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/Emacs.gitignore b/Global/Emacs.gitignore index d40e8659..489b8928 100644 --- a/Global/Emacs.gitignore +++ b/Global/Emacs.gitignore @@ -47,3 +47,5 @@ flycheck_*.el # network security /network-security.data +# undo-tree +*.~undo-tree~ From e8131b2a80ed1fa84c94da08d257969a198d0ee4 Mon Sep 17 00:00:00 2001 From: Marvin Vogt Date: Sun, 9 Apr 2023 18:25:17 +0200 Subject: [PATCH 0786/1023] Add `.pdm-python` to python gitignore --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..f7f74c71 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -108,6 +108,7 @@ ipython_config.py # in version control. # https://pdm.fming.dev/#use-with-ide .pdm.toml +.pdm-python # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/ From 4eb280e7d55ebc9f79352b8683de03d867fcf04a Mon Sep 17 00:00:00 2001 From: agiuliano Date: Thu, 13 Apr 2023 09:49:20 +0200 Subject: [PATCH 0787/1023] Add Flutter.gitignore file --- Flutter.gitignore | 70 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 Flutter.gitignore diff --git a/Flutter.gitignore b/Flutter.gitignore new file mode 100644 index 00000000..65aa46da --- /dev/null +++ b/Flutter.gitignore @@ -0,0 +1,70 @@ +# Miscellaneous +*.class +*.log +*.pyc +*.swp +.DS_Store +.atom/ +.buildlog/ +.history +.svn/ + +# IntelliJ related +*.iml +*.ipr +*.iws +.idea/ + +# Visual Studio Code related +.vscode/ + +# Flutter/Dart/Pub related +**/doc/api/ +.dart_tool/ +.flutter-plugins +.packages +.pub-cache/ +.pub/ +/build/ + +# Android related +**/android/**/gradle-wrapper.jar +**/android/.gradle +**/android/captures/ +**/android/gradlew +**/android/gradlew.bat +**/android/local.properties +**/android/**/GeneratedPluginRegistrant.java + +# iOS/XCode related +**/ios/**/*.mode1v3 +**/ios/**/*.mode2v3 +**/ios/**/*.moved-aside +**/ios/**/*.pbxuser +**/ios/**/*.perspectivev3 +**/ios/**/*sync/ +**/ios/**/.sconsign.dblite +**/ios/**/.tags* +**/ios/**/.vagrant/ +**/ios/**/DerivedData/ +**/ios/**/Icon? +**/ios/**/Pods/ +**/ios/**/.symlinks/ +**/ios/**/profile +**/ios/**/xcuserdata +**/ios/.generated/ +**/ios/Flutter/App.framework +**/ios/Flutter/Flutter.framework +**/ios/Flutter/Generated.xcconfig +**/ios/Flutter/app.flx +**/ios/Flutter/app.zip +**/ios/Flutter/flutter_assets/ +**/ios/ServiceDefinitions.json +**/ios/Runner/GeneratedPluginRegistrant.* + +# Exceptions to above rules. +!**/ios/**/default.mode1v3 +!**/ios/**/default.mode2v3 +!**/ios/**/default.pbxuser +!**/ios/**/default.perspectivev3 +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages \ No newline at end of file From 58488ef086b6dbeb75a8fa8a2854b3cbb57f0b51 Mon Sep 17 00:00:00 2001 From: agiuliano Date: Thu, 13 Apr 2023 09:54:42 +0200 Subject: [PATCH 0788/1023] Fix .gitignore file --- Flutter.gitignore | 73 +++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 68 insertions(+), 5 deletions(-) diff --git a/Flutter.gitignore b/Flutter.gitignore index 65aa46da..6b7cc2b9 100644 --- a/Flutter.gitignore +++ b/Flutter.gitignore @@ -1,5 +1,6 @@ # Miscellaneous *.class +*.lock *.log *.pyc *.swp @@ -16,25 +17,58 @@ .idea/ # Visual Studio Code related -.vscode/ +.classpath +.project +.settings/ +.vscode/* + +# Flutter repo-specific +/bin/cache/ +/bin/internal/bootstrap.bat +/bin/internal/bootstrap.sh +/bin/mingit/ +/dev/benchmarks/mega_gallery/ +/dev/bots/.recipe_deps +/dev/bots/android_tools/ +/dev/devicelab/ABresults*.json +/dev/docs/doc/ +/dev/docs/flutter.docs.zip +/dev/docs/lib/ +/dev/docs/pubspec.yaml +/dev/integration_tests/**/xcuserdata +/dev/integration_tests/**/Pods +/packages/flutter/coverage/ +version +analysis_benchmark.json + +# packages file containing multi-root paths +.packages.generated # Flutter/Dart/Pub related **/doc/api/ .dart_tool/ .flutter-plugins +.flutter-plugins-dependencies +**/generated_plugin_registrant.dart .packages -.pub-cache/ +.pub-preload-cache/ .pub/ -/build/ +build/ +flutter_*.png +linked_*.ds +unlinked.ds +unlinked_spec.ds # Android related **/android/**/gradle-wrapper.jar -**/android/.gradle +.gradle/ **/android/captures/ **/android/gradlew **/android/gradlew.bat **/android/local.properties **/android/**/GeneratedPluginRegistrant.java +**/android/key.properties +*.jks # iOS/XCode related **/ios/**/*.mode1v3 @@ -53,18 +87,47 @@ **/ios/**/profile **/ios/**/xcuserdata **/ios/.generated/ +**/ios/Flutter/.last_build_id **/ios/Flutter/App.framework **/ios/Flutter/Flutter.framework +**/ios/Flutter/Flutter.podspec **/ios/Flutter/Generated.xcconfig +**/ios/Flutter/ephemeral **/ios/Flutter/app.flx **/ios/Flutter/app.zip **/ios/Flutter/flutter_assets/ +**/ios/Flutter/flutter_export_environment.sh **/ios/ServiceDefinitions.json **/ios/Runner/GeneratedPluginRegistrant.* +# macOS +**/Flutter/ephemeral/ +**/Pods/ +**/macos/Flutter/GeneratedPluginRegistrant.swift +**/macos/Flutter/ephemeral +**/xcuserdata/ + +# Windows +**/windows/flutter/generated_plugin_registrant.cc +**/windows/flutter/generated_plugin_registrant.h +**/windows/flutter/generated_plugins.cmake + +# Linux +**/linux/flutter/generated_plugin_registrant.cc +**/linux/flutter/generated_plugin_registrant.h +**/linux/flutter/generated_plugins.cmake + +# Coverage +coverage/ + +# Symbols +app.*.symbols + # Exceptions to above rules. !**/ios/**/default.mode1v3 !**/ios/**/default.mode2v3 !**/ios/**/default.pbxuser !**/ios/**/default.perspectivev3 -!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages \ No newline at end of file +!/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages +!/dev/ci/**/Gemfile.lock +!.vscode/settings.json \ No newline at end of file From 4f0b7a06941233e607d3cc9f769036141c1d7a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christophe=20Saug=C3=A9?= Date: Mon, 1 May 2023 20:49:13 +0200 Subject: [PATCH 0789/1023] Update Python.gitignore Add ruff cache. ruff tool: https://github.com/charliermarsh/ruff ruff is becoming a very popular tool often run in pre-commit and aim to replace Flake8 (plus dozens of plugins), isort, pydocstyle, yesqa, eradicate, pyupgrade, and autoflake, all while executing tens or hundreds of times faster than any individual tool. --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..4c852386 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -158,3 +158,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# Ruff stuff: +.ruff_cache/ From 059d07f050d33f75bc7f409ca2bee67ad3666eb7 Mon Sep 17 00:00:00 2001 From: Aaron Teo <57927438+taronaeo@users.noreply.github.com> Date: Tue, 23 May 2023 11:41:06 +0800 Subject: [PATCH 0790/1023] Update Node.gitignore 1. SvelteKit - added ignore for cache directory 2. .env.example - included for documentation 3. Vite - added ignore for log files 4. Firebase - added ignore for cache directory --- Node.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index c6bba591..5900cb63 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -78,6 +78,7 @@ web_modules/ .env.test.local .env.production.local .env.local +!.env.example # parcel-bundler cache (https://parceljs.org/) .cache @@ -104,6 +105,9 @@ dist .temp .cache +# Sveltekit cache directory +.svelte-kit + # Docusaurus cache and generated files .docusaurus @@ -116,6 +120,9 @@ dist # DynamoDB Local files .dynamodb/ +# Firebase cache directory +.firebase + # TernJS port file .tern-port @@ -128,3 +135,7 @@ dist .yarn/build-state.yml .yarn/install-state.gz .pnp.* + +# Vite logs files +vite.config.js.timestamp-* +vite.config.ts.timestamp-* From 436c98e920d2bd62f237bb3b694fb22055034fd7 Mon Sep 17 00:00:00 2001 From: AsukaMinato Date: Wed, 24 May 2023 14:29:42 +0900 Subject: [PATCH 0791/1023] add deb --- ArchLinuxPackages.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/ArchLinuxPackages.gitignore b/ArchLinuxPackages.gitignore index b7390552..289fa5c6 100644 --- a/ArchLinuxPackages.gitignore +++ b/ArchLinuxPackages.gitignore @@ -3,6 +3,7 @@ *.jar *.exe *.msi +*.deb *.zip *.tgz *.log From 6a8bcbde4c8256f0c174e69a57904f24b8f5d300 Mon Sep 17 00:00:00 2001 From: Greg Chabala Date: Fri, 9 Jun 2023 17:44:40 -0500 Subject: [PATCH 0792/1023] Update reference to Maven Wrapper exclusion --- Maven.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maven.gitignore b/Maven.gitignore index 2f435308..6d706b8d 100644 --- a/Maven.gitignore +++ b/Maven.gitignore @@ -7,7 +7,7 @@ release.properties dependency-reduced-pom.xml buildNumber.properties .mvn/timing.properties -# https://github.com/takari/maven-wrapper#usage-without-binary-jar +# https://maven.apache.org/wrapper/#usage-without-binary-jar .mvn/wrapper/maven-wrapper.jar # Eclipse m2e generated files From 3c50c9f0afa4ca4ad28b565b952583718af18218 Mon Sep 17 00:00:00 2001 From: Michael Stepner Date: Wed, 14 Jun 2023 23:47:24 -0500 Subject: [PATCH 0793/1023] Update Stata.gitignore to ignore new auto backup files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Stata 18 introduced an auto-backup feature which creates a temporary file while a code file is open it its IDE. These auto-backup files are analogous to the [Microsoft Office backup files that are gitignored](https://github.com/github/gitignore/blob/main/Global/MicrosoftOffice.gitignore). [Ref](https://www.stata.com/manuals/gsm13.pdf): > The Do-file Editor now creates a backup file whenever it opens a document or creates a new one. > When an existing document is opened, Stata creates a backup file of a document that is saved to disk > in the same directory using the existing document’s filename prefixed with ~ and with the extension > .stswp. When you edit a new and unsaved document, it saves the backup file to the temp directory. > When a document is closed, the backup file is deleted. However, if Stata does not exit cleanly because > of a power outage or a computer crash, the backup file is left behind. --- Global/Stata.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Stata.gitignore b/Global/Stata.gitignore index 07997bb1..288abf8a 100644 --- a/Global/Stata.gitignore +++ b/Global/Stata.gitignore @@ -8,6 +8,7 @@ *.smcl *.stpr *.stsem +~*.stswp # Graphic export files from Stata # Stata command graph export: http://www.stata.com/manuals14/g-2graphexport.pdf From 3555ed25b41fa46b7c7a82c2ba5a77ff386e2564 Mon Sep 17 00:00:00 2001 From: christophnz Date: Sat, 17 Jun 2023 22:05:30 +1200 Subject: [PATCH 0794/1023] Updated ignore rule for "umbraco" folder with trailing * to ensure include folders below are actually included --- community/DotNet/Umbraco.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/DotNet/Umbraco.gitignore b/community/DotNet/Umbraco.gitignore index 1dc3da52..f71b5709 100644 --- a/community/DotNet/Umbraco.gitignore +++ b/community/DotNet/Umbraco.gitignore @@ -43,7 +43,7 @@ *.sqlite.db* #ignore umbraco data/views/settings -**/umbraco/ +**/umbraco/* #include default location for modelsbuilder output !**/umbraco/models From c0e6cffccfa445e86944e144b82f2726002e2916 Mon Sep 17 00:00:00 2001 From: Marko Kaznovac Date: Wed, 21 Jun 2023 14:54:45 +0200 Subject: [PATCH 0795/1023] JetBrains.gitignore: add ignore for the HTTP Client's private environment - documentation regarding env config files: https://www.jetbrains.com/help/idea/exploring-http-syntax.html#example-working-with-environment-files - rename Rest Client to HTTP Client --- Global/JetBrains.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 3649d6dc..d77ab051 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -70,8 +70,9 @@ crashlytics.properties crashlytics-build.properties fabric.properties -# Editor-based Rest Client +# Editor-based HTTP Client .idea/httpRequests +http-client.private.env.json # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser From d4a7a9a2fb3b10a2495389dd5f24f544e2d6bd20 Mon Sep 17 00:00:00 2001 From: Qi Zhang <25192197+singularitti@users.noreply.github.com> Date: Thu, 22 Jun 2023 00:29:35 -0400 Subject: [PATCH 0796/1023] Update Julia.gitignore --- Julia.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Julia.gitignore b/Julia.gitignore index 29126e47..06e4d2b8 100644 --- a/Julia.gitignore +++ b/Julia.gitignore @@ -22,3 +22,6 @@ docs/site/ # committed for packages, but should be committed for applications that require a static # environment. Manifest.toml + +# File generated by the Preferences package to store local preferences +LocalPreferences.toml From 724b724ea3eb83833d41b44f15b603dfd2955853 Mon Sep 17 00:00:00 2001 From: Qi Zhang <25192197+singularitti@users.noreply.github.com> Date: Thu, 22 Jun 2023 00:33:37 -0400 Subject: [PATCH 0797/1023] Update Julia.gitignore --- Julia.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Julia.gitignore b/Julia.gitignore index 06e4d2b8..6debdf1d 100644 --- a/Julia.gitignore +++ b/Julia.gitignore @@ -25,3 +25,4 @@ Manifest.toml # File generated by the Preferences package to store local preferences LocalPreferences.toml +JuliaLocalPreferences.toml From aa0342778aa97b6daf971739ee5f8420f4d0fd88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20Sch=C3=BCtz?= Date: Thu, 29 Jun 2023 15:01:19 +0200 Subject: [PATCH 0798/1023] Support option abbreviations of glossaries-extra --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index e9642441..b8b9d50d 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -106,8 +106,11 @@ acs-*.bib *.acn *.acr *.glg +*.glg-abr *.glo +*.glo-abr *.gls +*.glo-abr *.glsdefs *.lzo *.lzs From 392ef565be9f537bc06fa00e1d288131456b4972 Mon Sep 17 00:00:00 2001 From: Jeremy Greenwood Date: Sat, 8 Jul 2023 07:01:37 -0400 Subject: [PATCH 0799/1023] Update Swift.gitignore - Remove Accio --- Swift.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Swift.gitignore b/Swift.gitignore index 330d1674..bb83bcfc 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -66,10 +66,6 @@ playground.xcworkspace Carthage/Build/ -# Accio dependency management -Dependencies/ -.accio/ - # fastlane # # It is recommended to not store the screenshots in the git repo. From 7fe0f4db6da3a9ae72f87ed1096bae90c31cf009 Mon Sep 17 00:00:00 2001 From: QLabs <55121845+Quantalabs@users.noreply.github.com> Date: Thu, 27 Jul 2023 21:00:23 -0700 Subject: [PATCH 0800/1023] Use yarn v3 instead of v2 Updates the gitignore for Node to use yarn v3 instead of yarn v2. gitignores the files recommended by yarn --- Node.gitignore | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index c6bba591..f50f03dd 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -122,9 +122,11 @@ dist # Stores VSCode versions used for testing VSCode extensions .vscode-test -# yarn v2 -.yarn/cache -.yarn/unplugged -.yarn/build-state.yml -.yarn/install-state.gz +# yarn v3 .pnp.* +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/sdks +!.yarn/versions From eb5c17212b2ec0db28ec416c80c2c248263573fe Mon Sep 17 00:00:00 2001 From: Tim Heuer Date: Mon, 14 Aug 2023 09:14:18 -0700 Subject: [PATCH 0801/1023] Update VisualStudio.gitignore for ENV files Adding .env exclusion --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258..6418f6b1 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -9,6 +9,7 @@ *.user *.userosscache *.sln.docstates +*.env # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs From 09b5744d1202ff16dc57a9d679a02a36956cf044 Mon Sep 17 00:00:00 2001 From: Krishnakumar Gopalakrishnan Date: Wed, 30 Aug 2023 17:09:46 +0100 Subject: [PATCH 0802/1023] ignore split-dwarf debugging-related auxilary .dwo files for C and C++ projects --- C++.gitignore | 3 +++ C.gitignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index 259148fa..90fe0ecb 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -30,3 +30,6 @@ *.exe *.out *.app + +# debug information files +*.dwo diff --git a/C.gitignore b/C.gitignore index c6127b38..845cda6a 100644 --- a/C.gitignore +++ b/C.gitignore @@ -50,3 +50,6 @@ modules.order Module.symvers Mkfile.old dkms.conf + +# debug information files +*.dwo From 2e9751fef280c8705b3c890f08b7c4b80c1401b0 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 3 Sep 2023 16:40:40 -0400 Subject: [PATCH 0803/1023] Remove Cargo.lock from Rust --- Rust.gitignore | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Rust.gitignore b/Rust.gitignore index 6985cf1b..73fab072 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -3,10 +3,6 @@ debug/ target/ -# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries -# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html -Cargo.lock - # These are backup files generated by rustfmt **/*.rs.bk From b4e8ec3d3916cbc04b15d8f818118ce836306bba Mon Sep 17 00:00:00 2001 From: Knut Guettel <98009677+Tc-KGu@users.noreply.github.com> Date: Fri, 8 Sep 2023 12:58:47 +0200 Subject: [PATCH 0804/1023] Update TwinCAT3.gitignore with the existing .gitignore in this repo, which can be select directly in the VS 2022 if you create a new repo, our customers have a lot of problems. thats why we suggest this update --- TwinCAT3.gitignore | 55 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 38 insertions(+), 17 deletions(-) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 7bd6f875..18260cd6 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -1,25 +1,46 @@ -# gitignore template for TwinCAT3 +### TwinCAT3 ### # website: https://www.beckhoff.com/twincat3/ -# -# Recommended: VisualStudio.gitignore -# TwinCAT files +# TwinCAT PLC +*.plcproj.bak +*.plcproj.orig *.tpy *.tclrs +*.library *.compiled-library *.compileinfo -# Don't include the tmc-file rule if either of the following is true: -# 1. You've got TwinCAT C++ projects, as the information in the TMC-file is created manually for the C++ projects (in that case, only (manually) ignore the tmc-files for the PLC projects) -# 2. You've created a standalone PLC-project and added events to it, as these are stored in the TMC-file. -*.tmc -*.tmcRefac -*.library -*.project.~u -*.tsproj.bak -*.xti.bak +*.asm +*.core LineIDs.dbg LineIDs.dbg.bak -_Boot/ -_CompileInfo/ -_Libraries/ -_ModuleInstall/ \ No newline at end of file + +# TwinCAT C++ and shared types +# ignoring the TMC file is only useful for plain PLC programming +# as soon as shared data types (via tmc), C++ or in general TcCom-Module are used, the TMC file has to be part of the repository +*.tmc +*.tmcRefac + +# TwinCAT project files +*.tsproj.bak +*.tsproj.b?k +*.tsproj.orig +*.xti.bak +*.xti.b?k +*.xti.orig + +# Multiuser specific +**/.TcGit/ + +# exclude not required folders +**/_Boot/ +**/_CompileInfo/ +**/_Libraries/ +**/_ModuleInstall/ +**/_Deployment/ +**/_Repository/ + +# VS Shell project specific files +*.~u +*.project.~u +*.suo +.vs/ From 716e3baab06bb469457e7f91a111cd16b4e2e01b Mon Sep 17 00:00:00 2001 From: William Entriken Date: Mon, 18 Sep 2023 15:43:20 -0400 Subject: [PATCH 0805/1023] Add notes link --- GitHubPages.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/GitHubPages.gitignore b/GitHubPages.gitignore index fddfb6b9..493e69ba 100644 --- a/GitHubPages.gitignore +++ b/GitHubPages.gitignore @@ -14,4 +14,5 @@ _site/ # GitHub Pages will always use its own deployed version of pages-gem # This means GitHub Pages will NOT use your Gemfile.lock and therefore it is # counterproductive to check this file into the repository. +# Details at https://github.com/github/pages-gem/issues/768 Gemfile.lock From e5f3eb0f8e66cdc0bd239d284ba7179a5ccaa8d9 Mon Sep 17 00:00:00 2001 From: Knut Guettel <98009677+Tc-KGu@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:33:52 +0200 Subject: [PATCH 0806/1023] Update TwinCAT3.gitignore update according to the latest product changes --- TwinCAT3.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 18260cd6..69ac18f3 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -27,6 +27,8 @@ LineIDs.dbg.bak *.xti.bak *.xti.b?k *.xti.orig +*.xtv +*.xtv.bak # Multiuser specific **/.TcGit/ From e85314a60d13a1d8cc59738315003cb0ef89ad39 Mon Sep 17 00:00:00 2001 From: Knut Guettel <98009677+Tc-KGu@users.noreply.github.com> Date: Mon, 25 Sep 2023 09:40:23 +0200 Subject: [PATCH 0807/1023] Update TwinCAT3.gitignore --- TwinCAT3.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 69ac18f3..6a178c89 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -29,6 +29,7 @@ LineIDs.dbg.bak *.xti.orig *.xtv *.xtv.bak +*.xtv.b?k # Multiuser specific **/.TcGit/ From 51d81ece6ee4206fb45d08976977aa680219b14d Mon Sep 17 00:00:00 2001 From: Knut Guettel <98009677+Tc-KGu@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:04:37 +0200 Subject: [PATCH 0808/1023] Update TwinCAT3.gitignore --- TwinCAT3.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 6a178c89..7bb2f985 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -25,11 +25,11 @@ LineIDs.dbg.bak *.tsproj.b?k *.tsproj.orig *.xti.bak -*.xti.b?k +*.xti.bk? *.xti.orig *.xtv *.xtv.bak -*.xtv.b?k +*.xtv.bk? # Multiuser specific **/.TcGit/ From 9332fca160a9b4bb7a523566dd0eebd263d37d4e Mon Sep 17 00:00:00 2001 From: Knut Guettel <98009677+Tc-KGu@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:47:48 +0200 Subject: [PATCH 0809/1023] Update TwinCAT3.gitignore Merge of several entries --- TwinCAT3.gitignore | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 7bb2f985..60df0cd3 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -24,12 +24,9 @@ LineIDs.dbg.bak *.tsproj.bak *.tsproj.b?k *.tsproj.orig -*.xti.bak -*.xti.bk? -*.xti.orig -*.xtv -*.xtv.bak -*.xtv.bk? +*.xt?.bak +*.xt?.bk? +*.xt?.orig # Multiuser specific **/.TcGit/ From 43dd159e4cbcba940b1d71975b0b909c5a97e9f9 Mon Sep 17 00:00:00 2001 From: laschuet Date: Wed, 27 Sep 2023 22:53:11 +0200 Subject: [PATCH 0810/1023] Fix duplicate --- TeX.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index b8b9d50d..606f0f0e 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -110,7 +110,7 @@ acs-*.bib *.glo *.glo-abr *.gls -*.glo-abr +*.gls-abr *.glsdefs *.lzo *.lzs From bb629fc14def1580c60c20119b6eef72e5322973 Mon Sep 17 00:00:00 2001 From: Marvin Vogt Date: Sun, 1 Oct 2023 22:41:53 +0200 Subject: [PATCH 0811/1023] Update PDM docs reference Co-authored-by: Leonardo Nascimento <6169152+leonaascimento@users.noreply.github.com> --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index f7f74c71..60a821a5 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -106,7 +106,7 @@ ipython_config.py #pdm.lock # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it # in version control. -# https://pdm.fming.dev/#use-with-ide +# https://pdm.fming.dev/latest/usage/project/#working-with-version-control .pdm.toml .pdm-python From f18cd633a966ff667becaf71c5fe6243e1417502 Mon Sep 17 00:00:00 2001 From: Rhys van der Waerden Date: Wed, 25 Oct 2023 10:59:17 +1100 Subject: [PATCH 0812/1023] Ignore mono_crash files These can be generated by Unity on crash --- Unity.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 58cbc825..ead62afd 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -55,6 +55,9 @@ ExportedObj/ # Unity3D generated file on crash reports sysinfo.txt +# Mono auto generated files +mono_crash.* + # Builds *.apk *.aab From d7459a4850f81cbd854267651b6df38409ba01ee Mon Sep 17 00:00:00 2001 From: Hans Spaans Date: Sat, 4 Nov 2023 12:04:43 +0100 Subject: [PATCH 0813/1023] Update Python.gitignore for PEP 441 PEP 441 introduces Python ZIP Applications to bundle a Python Application into a ZIP file with file extension `pyz`. --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..e19b0fdb 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1,6 +1,6 @@ # Byte-compiled / optimized / DLL files __pycache__/ -*.py[cod] +*.py[codz] *$py.class # C extensions From 930fa355b6ee1cea18c7cc5c5e052c3866e4ee39 Mon Sep 17 00:00:00 2001 From: Christopher Patton Date: Sun, 5 Nov 2023 12:22:09 -0800 Subject: [PATCH 0814/1023] Add Obsidian community gitignore files --- .../NotesAndCoreConfiguration.gitignore | 16 ++++++++ .../NotesAndExtendedConfiguration.gitignore | 38 +++++++++++++++++++ community/Obsidian/NotesOnly.gitignore | 4 ++ 3 files changed, 58 insertions(+) create mode 100644 community/Obsidian/NotesAndCoreConfiguration.gitignore create mode 100644 community/Obsidian/NotesAndExtendedConfiguration.gitignore create mode 100644 community/Obsidian/NotesOnly.gitignore diff --git a/community/Obsidian/NotesAndCoreConfiguration.gitignore b/community/Obsidian/NotesAndCoreConfiguration.gitignore new file mode 100644 index 00000000..4eff01da --- /dev/null +++ b/community/Obsidian/NotesAndCoreConfiguration.gitignore @@ -0,0 +1,16 @@ +# Excludes Obsidian workspace cache and plugins. All notes and core obsidian +# configuration files are tracked by Git. + +# The current application UI state (DOM layout, recently-opened files, etc.) is +# stored in these files (separate for desktop and mobile) so you can resume +# your session seamlessly after a restart. If you want to track UI state, use +# the Workspaces core plugin instead of relying on these files. +.obsidian/workspace.json +.obsidian/workspace-mobile.json + +# Obsidian plugins are stored under .obsidian/plugins/$plugin_name. They +# contain metadata (manifest.json), application code (main.js), stylesheets +# (styles.css), and user-configuration data (data.json). +# We want to exclude all plugin-related files, so we can exclude everything +# under this directory. +.obsidian/plugins/**/* diff --git a/community/Obsidian/NotesAndExtendedConfiguration.gitignore b/community/Obsidian/NotesAndExtendedConfiguration.gitignore new file mode 100644 index 00000000..3e0804f2 --- /dev/null +++ b/community/Obsidian/NotesAndExtendedConfiguration.gitignore @@ -0,0 +1,38 @@ +# Excludes Obsidian workspace cache and plugin code, but retains plugin +# configuration. All notes and user-controlled configuration files are tracked +# by Git. +# +# !!! WARNING !!! +# +# Community plugins may store sensitive secrets in their data.json files. By +# including these files, those secrets may be tracked in your Git repository. +# +# To ignore configurations for specific plugins, add a line like this after the +# contents of this file (order is important): +# .obsidian/plugins/{{plugin_name}}/data.json +# +# Alternatively, ensure that you are treating your entire Git repository as +# sensitive data, since it may contain secrets, or may have contained them in +# past commits. Understand your threat profile, and make the decision +# appropriate for yourself. If in doubt, err on the side of not including +# plugin configuration. Use one of the alternative gitignore files instead: +# * NotesOnly.gitignore +# * NotesAndCoreConfiguration.gitignore + +# The current application UI state (DOM layout, recently-opened files, etc.) is +# stored in these files (separate for desktop and mobile) so you can resume +# your session seamlessly after a restart. If you want to track UI state, use +# the Workspaces core plugin instead of relying on these files. +.obsidian/workspace.json +.obsidian/workspace-mobile.json + +# Obsidian plugins are stored under .obsidian/plugins/$plugin_name. They +# contain metadata (manifest.json), application code (main.js), stylesheets +# (styles.css), and user-configuration data (data.json). +# We only want to track data.json, so we: +# 1. exclude everything under the plugins directory recursively, +# 2. unignore the plugin directories themselves, which then allows us to +# 3. unignore the data.json files +.obsidian/plugins/**/* +!.obsidian/plugins/*/ +!.obsidian/plugins/*/data.json diff --git a/community/Obsidian/NotesOnly.gitignore b/community/Obsidian/NotesOnly.gitignore new file mode 100644 index 00000000..2b3b76ee --- /dev/null +++ b/community/Obsidian/NotesOnly.gitignore @@ -0,0 +1,4 @@ +# Excludes all Obsidian-related configuration. All notes are tracked by Git. + +# All Obsidian configuration and runtime state is stored here +.obsidian/**/* From 94cb1ce3b8b08683136168d2e5ff25511ea99c06 Mon Sep 17 00:00:00 2001 From: Henrique Gottardi Werlang Date: Thu, 30 Nov 2023 16:40:07 -0300 Subject: [PATCH 0815/1023] New extension to ignore in Delphi IDE. --- Delphi.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Delphi.gitignore b/Delphi.gitignore index 9532800b..aada67f1 100644 --- a/Delphi.gitignore +++ b/Delphi.gitignore @@ -56,6 +56,7 @@ *.projdata *.tvsconfig *.dsk +*.dsv # Delphi history and backups __history/ From 0bfdc4464cf28e46e29ae3c852153a30c1537507 Mon Sep 17 00:00:00 2001 From: Loo Zheng Yuan Date: Wed, 27 Dec 2023 22:59:39 +0800 Subject: [PATCH 0816/1023] feat: add KiCad lock/autosave files --- KiCad.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/KiCad.gitignore b/KiCad.gitignore index a63bc0e7..59fde34c 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -16,6 +16,8 @@ _autosave-* *-save.pro *-save.kicad_pcb fp-info-cache +~*.lck +\#auto_saved_files# # Netlist files (exported from Eeschema) *.net From bfa56dc5d8465f558383f6764e1219b4e983b725 Mon Sep 17 00:00:00 2001 From: Marvin Vogt Date: Thu, 28 Dec 2023 14:21:54 +0100 Subject: [PATCH 0817/1023] Add .pdm-build/ --- Python.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Python.gitignore b/Python.gitignore index 60a821a5..82f92755 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -109,6 +109,7 @@ ipython_config.py # https://pdm.fming.dev/latest/usage/project/#working-with-version-control .pdm.toml .pdm-python +.pdm-build/ # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/ From 27fe2b766efdedb873be8fe54b8cba39a559a7f9 Mon Sep 17 00:00:00 2001 From: Niels Basjes Date: Thu, 11 Jan 2024 18:12:35 +0100 Subject: [PATCH 0818/1023] Fix invalid comments Signed-off-by: Niels Basjes --- Dart.gitignore | 8 +++++--- Global/Metals.gitignore | 4 ++-- Global/Vim.gitignore | 3 ++- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Dart.gitignore b/Dart.gitignore index 3a83c2f0..3150b406 100644 --- a/Dart.gitignore +++ b/Dart.gitignore @@ -16,9 +16,11 @@ 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. +# Produced by the --dump-info flag. +*.info.json +# When generated by dart2js. Don't specify *.js if your +# project includes source files written in JavaScript. +*.js *.js_ *.js.deps *.js.map diff --git a/Global/Metals.gitignore b/Global/Metals.gitignore index 516e7e33..fb3e0977 100644 --- a/Global/Metals.gitignore +++ b/Global/Metals.gitignore @@ -1,5 +1,5 @@ - # Generated Metals (Scala Language Server) files - # Reference: https://scalameta.org/metals/ +# Generated Metals (Scala Language Server) files +# Reference: https://scalameta.org/metals/ .metals/ .bloop/ project/metals.sbt diff --git a/Global/Vim.gitignore b/Global/Vim.gitignore index 19fa6326..cb8a0499 100644 --- a/Global/Vim.gitignore +++ b/Global/Vim.gitignore @@ -1,6 +1,7 @@ # Swap [._]*.s[a-v][a-z] -!*.svg # comment out if you don't need vector files +# comment out the next line if you don't need vector files +!*.svg [._]*.sw[a-p] [._]s[a-rt-v][a-z] [._]ss[a-gi-z] From 8dbb58e730313c8fee22705e423b7bd079c7aea0 Mon Sep 17 00:00:00 2001 From: TobiasKnauss Date: Fri, 2 Feb 2024 12:52:10 +0100 Subject: [PATCH 0819/1023] Update TwinCAT3.gitignore Backup files of TwinCAT3 PLC projects. --- TwinCAT3.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 7bd6f875..5e8958bc 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -16,10 +16,11 @@ *.library *.project.~u *.tsproj.bak +*.tspproj.bak *.xti.bak LineIDs.dbg LineIDs.dbg.bak _Boot/ _CompileInfo/ _Libraries/ -_ModuleInstall/ \ No newline at end of file +_ModuleInstall/ From 9c784698ea54dec6b6a82aad13d193d7d9e87749 Mon Sep 17 00:00:00 2001 From: guangwu Date: Fri, 8 Mar 2024 13:39:32 +0800 Subject: [PATCH 0820/1023] fix: typo --- community/Bazel.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/Bazel.gitignore b/community/Bazel.gitignore index bc3afc20..4e1d5a2b 100644 --- a/community/Bazel.gitignore +++ b/community/Bazel.gitignore @@ -6,7 +6,7 @@ /bazel-* # Directories for the Bazel IntelliJ plugin containing the generated -# IntelliJ project files and plugin configuration. Seperate directories are +# IntelliJ project files and plugin configuration. Separate directories are # for the IntelliJ, Android Studio and CLion versions of the plugin. /.ijwb/ /.aswb/ From 82e413a7d37610a016f540c5c63e9392b524d546 Mon Sep 17 00:00:00 2001 From: Shane Reetz Date: Mon, 25 Mar 2024 11:33:31 -0700 Subject: [PATCH 0821/1023] Add gitignore template for Automation Studio 4 --- AutomationStudio4.gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 AutomationStudio4.gitignore diff --git a/AutomationStudio4.gitignore b/AutomationStudio4.gitignore new file mode 100644 index 00000000..0ffd0492 --- /dev/null +++ b/AutomationStudio4.gitignore @@ -0,0 +1,36 @@ +# gitignore template for B&R Automation Studio (AS) 4 +# website: https://www.br-automation.com/en-us/products/software/automation-software/automation-studio/ + +# AS temporary directories +Binaries/ +Diagnosis/ +Temp/ +TempObjects/ + +# AS transfer files +*artransfer.br +*arTrsfmode.nv + +# 'ignored' directory +ignored/ + +# ARNC0ext +*arnc0ext.br + +# AS File types +*.bak +*.isopen +*.DS_Store +*.orig +*.log +*.asar +*.csvlog* +*.set +!**/Physical/**/*.set + +# RevInfo variables +*RevInfo.var + +# Misc +**/MPLogs/* +**/DLFiles/* From 5fbacfc2504a19e32a8b4fafe6f555d458f463e5 Mon Sep 17 00:00:00 2001 From: Daniel Lombardi Date: Sun, 31 Mar 2024 14:56:05 -0300 Subject: [PATCH 0822/1023] Update Go.gitignore --- Go.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Go.gitignore b/Go.gitignore index 3b735ec4..266339f3 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -19,3 +19,6 @@ # Go workspace file go.work + +# env file +.env From 893c55894773ba425a84c4b678a3882f9ab0393f Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Wed, 3 Apr 2024 21:19:57 +0100 Subject: [PATCH 0823/1023] Add rubber cache files to TeX.gitignore Generated by [rubber](https://tex-talk.net/2011/12/building-documents-with-rubber/). [The docs](https://github.com/petrhosek/rubber/blob/8ec18fd096b186901f197d26c8e1060b42f0b34f/doc/rubber.texi#L158) claim to use `rubber.cache`, but I've seen $filename.rubbercache in the wild, so I'm including both. --- TeX.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index e9642441..d9cf4372 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -39,6 +39,8 @@ *.synctex.gz *.synctex.gz(busy) *.pdfsync +*.rubbercache +rubber.cache ## Build tool directories for auxiliary files # latexrun From 3249072f3b096989167682c25aa558540bcced91 Mon Sep 17 00:00:00 2001 From: Gianluca Recchia Date: Mon, 22 Apr 2024 11:27:20 +0200 Subject: [PATCH 0824/1023] Ignore lock info files in terraform `.gitignore` This is recommended by the official Style Guide here: https://developer.hashicorp.com/terraform/language/style#gitignore. --- Terraform.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 9b8a46e6..2faf43d0 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -23,6 +23,9 @@ override.tf.json *_override.tf *_override.tf.json +# Ignore transient lock info files created by terraform apply +.terraform.tfstate.lock.info + # Include override files you do wish to add to version control using negated pattern # !example_override.tf From 1e6efa6d03b00c7a2549987f51f8c0cb8551949e Mon Sep 17 00:00:00 2001 From: Xiangsong Zeng Date: Fri, 26 Apr 2024 18:00:50 +0800 Subject: [PATCH 0825/1023] Add zstd files to Archives.gitignore --- Global/Archives.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/Archives.gitignore b/Global/Archives.gitignore index 4ed9ab83..8c92521b 100644 --- a/Global/Archives.gitignore +++ b/Global/Archives.gitignore @@ -14,6 +14,8 @@ *.lzma *.cab *.xar +*.zst +*.tzst # Packing-only formats *.iso From 338eb82763772c85e64d64a94d999d83d36082e9 Mon Sep 17 00:00:00 2001 From: MountainKing123 Date: Tue, 30 Apr 2024 18:54:16 +0200 Subject: [PATCH 0826/1023] Update UnrealEngine.gitignore Edited Unreal Engine gitignore to also ignore "Intermediate" data in the "Plugins" directory, so it ignores deeper nested intermediate data, like with Epic's "Game Features" plugin e.g. "Plugins/GameFeatures/MyGameFeature/Intermediate". --- UnrealEngine.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 6582eaf9..705552ec 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -68,7 +68,7 @@ Saved/* # Compiled source files for the engine to use Intermediate/* -Plugins/*/Intermediate/* +Plugins/**/Intermediate/* # Cache files for the editor to use DerivedDataCache/* From f0fc1da1b36b2ea16616b8df72b6e78e6ee9095e Mon Sep 17 00:00:00 2001 From: MountainKing123 Date: Tue, 30 Apr 2024 19:14:07 +0200 Subject: [PATCH 0827/1023] Same for Binaries --- UnrealEngine.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 705552ec..6e0d95fb 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -47,7 +47,7 @@ SourceArt/**/*.tga # Binary Files Binaries/* -Plugins/*/Binaries/* +Plugins/**/Binaries/* # Builds Build/* From 86ddbd59fe830c4e77f2cf1881def4f65b45a6fc Mon Sep 17 00:00:00 2001 From: beneiii Date: Sun, 5 May 2024 16:18:05 +0200 Subject: [PATCH 0828/1023] Add hypdoc temporary files --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index e9642441..87a82f2c 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -138,6 +138,9 @@ acs-*.bib *.trc *.xref +# hypdoc +*.hd + # hyperref *.brf From 0a8f83647e50557c37a8236016db7dadd4d83ffc Mon Sep 17 00:00:00 2001 From: zhiyuanzhai <37478391+zhiyuanzhai@users.noreply.github.com> Date: Mon, 6 May 2024 15:45:16 +0800 Subject: [PATCH 0829/1023] Update TeX.gitignore Adding `*.bbl-SAVE-ERROR` to `gitignore` for LaTeX. --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index e9642441..dda29305 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -26,6 +26,7 @@ ## Bibliography auxiliary files (bibtex/biblatex/biber): *.bbl +*.bbl-SAVE-ERROR *.bcf *.blg *-blx.aux From c46dfda52a23148551cef200750f7537fbd0c3c6 Mon Sep 17 00:00:00 2001 From: src_resources Date: Sat, 11 May 2024 23:45:55 +0800 Subject: [PATCH 0830/1023] Add RustRover entry for Rust.gitignore Add an optional entry for JetBrains's RustRover IDE in Rust.gitignore. Signed-off-by: src_resources --- Rust.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Rust.gitignore b/Rust.gitignore index 6985cf1b..d01bd1a9 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -12,3 +12,10 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb + +# RustRover +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +#.idea/ \ No newline at end of file From ebee5bfe87a2799d26d346798f7364eb0dccdcaf Mon Sep 17 00:00:00 2001 From: Evgeny Aleksandrov Date: Sun, 12 May 2024 17:56:43 +0300 Subject: [PATCH 0831/1023] Drop Xcode 3 compatibility --- Objective-C.gitignore | 13 ------------- Swift.gitignore | 13 ------------- 2 files changed, 26 deletions(-) diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 7801c930..45c38074 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -9,19 +9,6 @@ xcuserdata/ *.xcscmblueprint *.xccheckout -## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) -build/ -DerivedData/ -*.moved-aside -*.pbxuser -!default.pbxuser -*.mode1v3 -!default.mode1v3 -*.mode2v3 -!default.mode2v3 -*.perspectivev3 -!default.perspectivev3 - ## Obj-C/Swift specific *.hmap diff --git a/Swift.gitignore b/Swift.gitignore index 330d1674..bc46f5d6 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -9,19 +9,6 @@ xcuserdata/ *.xcscmblueprint *.xccheckout -## compatibility with Xcode 3 and earlier (ignoring not required starting Xcode 4) -build/ -DerivedData/ -*.moved-aside -*.pbxuser -!default.pbxuser -*.mode1v3 -!default.mode1v3 -*.mode2v3 -!default.mode2v3 -*.perspectivev3 -!default.perspectivev3 - ## Obj-C/Swift specific *.hmap From a4043487860cd48d0bdb54aa41e21dbd7fc91afc Mon Sep 17 00:00:00 2001 From: Evgeny Aleksandrov Date: Sun, 12 May 2024 17:57:07 +0300 Subject: [PATCH 0832/1023] Drop Xcode 8 compatibility --- Global/Xcode.gitignore | 4 ---- Objective-C.gitignore | 4 ---- Swift.gitignore | 4 ---- 3 files changed, 12 deletions(-) diff --git a/Global/Xcode.gitignore b/Global/Xcode.gitignore index f87d2f2e..5073505e 100644 --- a/Global/Xcode.gitignore +++ b/Global/Xcode.gitignore @@ -1,6 +1,2 @@ ## User settings xcuserdata/ - -## Xcode 8 and earlier -*.xcscmblueprint -*.xccheckout diff --git a/Objective-C.gitignore b/Objective-C.gitignore index 45c38074..9b8cd070 100644 --- a/Objective-C.gitignore +++ b/Objective-C.gitignore @@ -5,10 +5,6 @@ ## User settings xcuserdata/ -## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) -*.xcscmblueprint -*.xccheckout - ## Obj-C/Swift specific *.hmap diff --git a/Swift.gitignore b/Swift.gitignore index bc46f5d6..439b68dd 100644 --- a/Swift.gitignore +++ b/Swift.gitignore @@ -5,10 +5,6 @@ ## User settings xcuserdata/ -## compatibility with Xcode 8 and earlier (ignoring not required starting Xcode 9) -*.xcscmblueprint -*.xccheckout - ## Obj-C/Swift specific *.hmap From 1ab38f03c90e3670c8255ea573b61c0ba7afc907 Mon Sep 17 00:00:00 2001 From: Costa Paraskevopoulos Date: Mon, 13 May 2024 21:26:49 +1000 Subject: [PATCH 0833/1023] Ignore terragrunt cache This excludes the common/default location from source control Docs: https://terragrunt.gruntwork.io/docs/features/caching/ --- Terraform.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 9b8a46e6..a4937147 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -32,3 +32,7 @@ override.tf.json # Ignore CLI configuration files .terraformrc terraform.rc + +# Ignore the default terragrunt cache directory +# https://terragrunt.gruntwork.io/docs/features/caching/ +.terragrunt-cache From 963cebd90cb0f741c862c6d44c47da7484b1e1db Mon Sep 17 00:00:00 2001 From: DrKeek <43802867+DrKeek@users.noreply.github.com> Date: Tue, 21 May 2024 11:57:41 +0800 Subject: [PATCH 0834/1023] Add files via upload...UiPath.gitignore This file contains folders to be excluded for tracking during RPA development using UiPath Studio. Accidentally tracking these folders have caused issues with changing branches during code development. The UiPath developer community as of 2024 is in excess of 2 million developers spanning over 43 countries. UiPath itself has been around for 19 years since 2005. This submission can potentially help millions of new and existing UiPath developers in their work. --- community/UiPath.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 community/UiPath.gitignore diff --git a/community/UiPath.gitignore b/community/UiPath.gitignore new file mode 100644 index 00000000..3dfdbf02 --- /dev/null +++ b/community/UiPath.gitignore @@ -0,0 +1,11 @@ +# gitignore template for RPA development using UiPath Studio +# website: Advanced Automation Software, RPA Tools - Studio | UiPath +# +# Recommended: n/a + +# Ignore folders that could cause issues if accidentally tracked +**/.local/** +**/.settings/** +**/.objects/** +**/.tmh/** +**/*.log From d3217fdb67d3e3ab2c684062577b83d0bed32c76 Mon Sep 17 00:00:00 2001 From: DrKeek <43802867+DrKeek@users.noreply.github.com> Date: Tue, 21 May 2024 12:05:49 +0800 Subject: [PATCH 0835/1023] Add files via upload...UiPath.gitignore This file contains folders to be excluded for tracking during RPA development using UiPath Studio. Accidentally tracking these folders have caused issues with changing branches during code development. The UiPath developer community as of 2024 is in excess of 2 million developers spanning over 43 countries. UiPath itself has been around for 19 years since 2005. This submission can potentially help millions of new and existing UiPath developers in their work. --- community/UiPath.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/UiPath.gitignore b/community/UiPath.gitignore index 3dfdbf02..ef7754ae 100644 --- a/community/UiPath.gitignore +++ b/community/UiPath.gitignore @@ -1,5 +1,5 @@ # gitignore template for RPA development using UiPath Studio -# website: Advanced Automation Software, RPA Tools - Studio | UiPath +# website: https://www.uipath.com/product/studio # # Recommended: n/a From dae1884ac122951c93be0bb7ef990a118c0b2ed2 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sat, 25 May 2024 13:50:47 -0700 Subject: [PATCH 0836/1023] Create ReScript.gitignore --- ReScript.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 ReScript.gitignore diff --git a/ReScript.gitignore b/ReScript.gitignore new file mode 100644 index 00000000..4b1879f3 --- /dev/null +++ b/ReScript.gitignore @@ -0,0 +1,4 @@ +.DS_Store +/node_modules/ +/lib/ +.bsb.lock From 3af7bb0480965c24777d19d8aa6fbfd92080b92a Mon Sep 17 00:00:00 2001 From: Ramith Rodrigo Date: Mon, 8 Apr 2024 15:59:38 +0530 Subject: [PATCH 0837/1023] Create Ballerina.gitignore --- Ballerina.gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Ballerina.gitignore diff --git a/Ballerina.gitignore b/Ballerina.gitignore new file mode 100644 index 00000000..030a350f --- /dev/null +++ b/Ballerina.gitignore @@ -0,0 +1,11 @@ +# generated files +target/ +generated/ + +# dependencies +Dependencies.toml + +# config files +Config.toml +# the config files used for testing, Uncomment the following line if you want to commit the test config files +#!**/tests/Config.toml From da6d5a73e7bc853b0903efe170b755a1c97f170b Mon Sep 17 00:00:00 2001 From: Shane Reetz Date: Wed, 29 May 2024 10:54:12 -0700 Subject: [PATCH 0838/1023] Remove OS-specific files from gitignore --- AutomationStudio4.gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/AutomationStudio4.gitignore b/AutomationStudio4.gitignore index 0ffd0492..b5552b17 100644 --- a/AutomationStudio4.gitignore +++ b/AutomationStudio4.gitignore @@ -20,7 +20,6 @@ ignored/ # AS File types *.bak *.isopen -*.DS_Store *.orig *.log *.asar @@ -30,7 +29,3 @@ ignored/ # RevInfo variables *RevInfo.var - -# Misc -**/MPLogs/* -**/DLFiles/* From b7450f4d3dea97b534d4ff972951f023a81e5481 Mon Sep 17 00:00:00 2001 From: Krishnadhas N K <108367225+githubofkrishnadhas@users.noreply.github.com> Date: Thu, 30 May 2024 13:39:25 +0530 Subject: [PATCH 0839/1023] Update Terraform.gitignore to ignore .hcl files --- Terraform.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 2faf43d0..15073ca8 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -35,3 +35,6 @@ override.tf.json # Ignore CLI configuration files .terraformrc terraform.rc + +# Ignore hcl file +.terraform.lock.hcl From 403cf39f224afb0c301b3e683a210a3272c03ad1 Mon Sep 17 00:00:00 2001 From: Costa Paraskevopoulos Date: Fri, 31 May 2024 19:23:32 +1000 Subject: [PATCH 0840/1023] Migrate terragrunt ignore to new template as suggested --- Terraform.gitignore | 4 ---- community/Terragrunt.gitignore | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 community/Terragrunt.gitignore diff --git a/Terraform.gitignore b/Terraform.gitignore index a4937147..9b8a46e6 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -32,7 +32,3 @@ override.tf.json # Ignore CLI configuration files .terraformrc terraform.rc - -# Ignore the default terragrunt cache directory -# https://terragrunt.gruntwork.io/docs/features/caching/ -.terragrunt-cache diff --git a/community/Terragrunt.gitignore b/community/Terragrunt.gitignore new file mode 100644 index 00000000..ea480863 --- /dev/null +++ b/community/Terragrunt.gitignore @@ -0,0 +1,3 @@ +# Ignore the default terragrunt cache directory +# https://terragrunt.gruntwork.io/docs/features/caching/ +.terragrunt-cache From 5db49b3de977126402dae1edb6a66fde4c7816c7 Mon Sep 17 00:00:00 2001 From: diffstorm Date: Fri, 31 May 2024 14:30:26 +0300 Subject: [PATCH 0841/1023] Create IAR.gitignore gitignore for IAR Embedded Workbench --- IAR.gitignore | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 IAR.gitignore diff --git a/IAR.gitignore b/IAR.gitignore new file mode 100644 index 00000000..a6f6f775 --- /dev/null +++ b/IAR.gitignore @@ -0,0 +1,47 @@ +# Compiled binaries +*.o +*.bin +*.elf +*.hex +*.map +*.out +*.obj + +# Trash +*.bak +thumbs.db +*.~* + +# IAR Settings +**/settings/*.crun +**/settings/*.dbgdt +**/settings/*.cspy +**/settings/*.cspy.* +**/settings/*.xcl +**/settings/*.dni +**/settings/*.wsdt +**/settings/*.wspos + +# IAR Debug Exe +**/Exe/*.sim + +# IAR Debug Obj +**/Obj/*.pbd +**/Obj/*.pbd.* +**/Obj/*.pbi +**/Obj/*.pbi.* + +# IAR project "Debug" directory +Debug/ + +# IAR project "Release" directory +Release/ + +# IAR project settings directory +settings/ + +# IAR backup files +Backup* + +# IAR .dep files +*.dep \ No newline at end of file From 00c65098c0aae846fb1809ad01ee6a1b543ae108 Mon Sep 17 00:00:00 2001 From: Rachit S <133040544+RScrafted@users.noreply.github.com> Date: Sun, 2 Jun 2024 17:40:41 +0100 Subject: [PATCH 0842/1023] Update Terraform.gitignore Added line to ignore graph file('s). --- Terraform.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Terraform.gitignore b/Terraform.gitignore index 15073ca8..3b94be8f 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -38,3 +38,6 @@ terraform.rc # Ignore hcl file .terraform.lock.hcl + +# Ignore graph file +*.dot From fbcb2e3f1652bdfa913db2b24c82f3955af73207 Mon Sep 17 00:00:00 2001 From: Cliff Li Date: Mon, 3 Jun 2024 17:30:12 +0200 Subject: [PATCH 0843/1023] Revert #4451 --- Terraform.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 15073ca8..2faf43d0 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -35,6 +35,3 @@ override.tf.json # Ignore CLI configuration files .terraformrc terraform.rc - -# Ignore hcl file -.terraform.lock.hcl From 95aacb9500ccd6142413e27c4c299bf2e8a186a6 Mon Sep 17 00:00:00 2001 From: Navaneeth Anand Date: Tue, 4 Jun 2024 08:37:10 +0530 Subject: [PATCH 0844/1023] Update Python.gitignore Add .pypirc to protect sensitive information --- Python.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 82f92755..fe4d54a9 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -160,3 +160,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# PyPI configuration file +.pypirc From b2d1fcee655df1b1c00dc9b3222c40606dab710f Mon Sep 17 00:00:00 2001 From: Rachit Sheth <133040544+iamrachitsheth@users.noreply.github.com> Date: Thu, 6 Jun 2024 00:14:16 +0100 Subject: [PATCH 0845/1023] Added other files and extension to ignore to strengthen the terraform.gitignore template --- Terraform.gitignore | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 1ef2f1bb..6bc03245 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -39,6 +39,17 @@ terraform.rc # Ignore hcl file .terraform.lock.hcl +# Ignore graph files +*.dot -# Ignore graph file -*.dot \ No newline at end of file +# Ignore lock.hcl +*.terraform.* + +# to skip MacOS file found after creating .bicep +.DS_Store + +# plan files (optional). To save plan before destroy +planout + +# Ignore tfplan files, saved during terraform plan execution +*.out \ No newline at end of file From 92eba048f725bb2d6fb2a9465039eb6796600b97 Mon Sep 17 00:00:00 2001 From: Rachit Sheth <133040544+iamrachitsheth@users.noreply.github.com> Date: Fri, 7 Jun 2024 17:31:26 +0100 Subject: [PATCH 0846/1023] Changes completed as per the standard. --- Terraform.gitignore | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 6bc03245..53421ca6 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -36,19 +36,17 @@ override.tf.json .terraformrc terraform.rc -# Ignore hcl file +# Ignore hcl files .terraform.lock.hcl +*.terraform.* # Ignore graph files *.dot -# Ignore lock.hcl -*.terraform.* - -# to skip MacOS file found after creating .bicep +# to skip MacOS custom attributes. It appears when creating a .bicep file. .DS_Store -# plan files (optional). To save plan before destroy +# Ignore plan files (optional) as some might save plan before destroy the terraform configuration planout # Ignore tfplan files, saved during terraform plan execution From a30c2940f1c2ee648a3f1a21a2388ae9d8bfbc4c Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 12 Jun 2024 11:56:01 -0700 Subject: [PATCH 0847/1023] Update ReScript.gitignore --- ReScript.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/ReScript.gitignore b/ReScript.gitignore index 4b1879f3..b7364c93 100644 --- a/ReScript.gitignore +++ b/ReScript.gitignore @@ -1,4 +1,3 @@ -.DS_Store /node_modules/ /lib/ .bsb.lock From 772a211c7c14e553c367eaa58420143e185a9ddb Mon Sep 17 00:00:00 2001 From: kashi-x Date: Thu, 20 Jun 2024 23:47:58 +0900 Subject: [PATCH 0848/1023] add pixi configure in python gitignore --- Python.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 82f92755..3ad8c8ea 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -111,6 +111,12 @@ ipython_config.py .pdm-python .pdm-build/ +# pixi +# Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control. +#pixi.lock +# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one in the .venv directory. It is recommended not to include this directory in version control. +.pixi + # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/ From 9db05cc944fa45915f38e61d3145f65fc1bd8dae Mon Sep 17 00:00:00 2001 From: kashi-x Date: Fri, 21 Jun 2024 00:44:19 +0900 Subject: [PATCH 0849/1023] fix line length --- Python.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 3ad8c8ea..40c9b2e0 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -114,7 +114,8 @@ ipython_config.py # pixi # Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control. #pixi.lock -# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one in the .venv directory. It is recommended not to include this directory in version control. +# Pixi creates a virtual environment in the .pixi directory, just like venv module creates one +# in the .venv directory. It is recommended not to include this directory in version control. .pixi # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm From eda97ee98047fb4e4d5afc8e2064cf45d0fa764b Mon Sep 17 00:00:00 2001 From: Rachit Sheth <133040544+iamrachitsheth@users.noreply.github.com> Date: Tue, 25 Jun 2024 15:26:45 +0100 Subject: [PATCH 0850/1023] ignored vscode settings --- Terraform.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 53421ca6..ff6db793 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -50,4 +50,7 @@ terraform.rc planout # Ignore tfplan files, saved during terraform plan execution -*.out \ No newline at end of file +*.out + +# Ignore Visual Studio Code customized settings (this folder holds .json file) +.vscode \ No newline at end of file From bc8923ba8c54d0c24fb5ae4e5b98eae86b70eefa Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Sat, 29 Jun 2024 22:24:40 -0400 Subject: [PATCH 0851/1023] Create VBA.gitignore --- VBA.gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 VBA.gitignore diff --git a/VBA.gitignore b/VBA.gitignore new file mode 100644 index 00000000..b111b119 --- /dev/null +++ b/VBA.gitignore @@ -0,0 +1,34 @@ +# Office temporary files +~$* + +# The following sections constitute a list of Office file extensions that support VBA. +# If you want to exclude Office files from your repo, uncomment the corresponding file extensions. + +# Excel (xls, xlsb, xlsm, xlt, xltm, xla, xlam) +#*.[xX][lL][sS] +#*.[xX][lL][sS][bB] +#*.[xX][lL][sS][mM] +#*.[xX][lL][tT] +#*.[xX][lL][tT][mM] +#*.[xX][lL][aA] +#*.[xX][lL][aA][mM] + +# Word (doc, docm, dot, dotm) +#*.[dD][oO][cC] +#*.[dD][oO][cC][mM] +#*.[dD][oO][tT] +#*.[dD][oO][tT][mM] + +# Access (accdb, accde, mdb, mde) +#*.[aA][cC][cC][dD][bB] +#*.[aA][cC][cC][dD][eE] +#*.[mM][dD][bB] +#*.[mM][dD][eE] + +# PowerPoint (ppt, pptm, pot, potm, pps, ppsm) +#*.[pP][pP][tT] +#*.[pP][pP][tT][mM] +#*.[pP][oO][tT] +#*.[pP][oO][tT][mM] +#*.[pP][pP][sS] +#*.[pP][pP][sS][mM] From 45236d16ef6758f52e137229fd503eae26ec4133 Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Thu, 4 Jul 2024 19:11:00 -0400 Subject: [PATCH 0852/1023] Add files for Access Suggestions taken from: https://github.com/joyfullservice/msaccess-vcs-addin/blob/main/.gitignore.default --- VBA.gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/VBA.gitignore b/VBA.gitignore index b111b119..db97b537 100644 --- a/VBA.gitignore +++ b/VBA.gitignore @@ -1,6 +1,10 @@ # Office temporary files ~$* +# Access database lock files +*.laccdb +*.ldb + # The following sections constitute a list of Office file extensions that support VBA. # If you want to exclude Office files from your repo, uncomment the corresponding file extensions. @@ -19,7 +23,8 @@ #*.[dD][oO][tT] #*.[dD][oO][tT][mM] -# Access (accdb, accde, mdb, mde) +# Access (accda, accdb, accde, mdb, mde) +#*.[aA][cC][cC][dD][aA] #*.[aA][cC][cC][dD][bB] #*.[aA][cC][cC][dD][eE] #*.[mM][dD][bB] From 14be7ece29d26c1f5ac372b1a4cdbd8644a4f342 Mon Sep 17 00:00:00 2001 From: Yunyang Date: Wed, 17 Jul 2024 16:34:18 +0800 Subject: [PATCH 0853/1023] Add Hexo.gitignore --- community/Hexo.gitignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 community/Hexo.gitignore diff --git a/community/Hexo.gitignore b/community/Hexo.gitignore new file mode 100644 index 00000000..97c9f357 --- /dev/null +++ b/community/Hexo.gitignore @@ -0,0 +1,22 @@ +# gitignore template for Hexo sites +# Ignore generated files and directories +.DS_Store +.tmp* +dist/ +coverage/ + +# Ignore dependencies and lock files +node_modules/ +tmp/ +yarn.lock +package-lock.json +pnpm-lock.yaml + +# Ignore IDE specific files and directories +.idea/ +.vscode + +# Ignore code coverage output +.nyc_output/ + +# Add any additional patterns here \ No newline at end of file From 038a66091d1c1db8d4e216b32b6070aa39425be5 Mon Sep 17 00:00:00 2001 From: Yunyang Date: Wed, 17 Jul 2024 16:37:58 +0800 Subject: [PATCH 0854/1023] Update Hexo.gitignore --- community/Hexo.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/community/Hexo.gitignore b/community/Hexo.gitignore index 97c9f357..e7ef8aff 100644 --- a/community/Hexo.gitignore +++ b/community/Hexo.gitignore @@ -3,6 +3,7 @@ .DS_Store .tmp* dist/ +public/ coverage/ # Ignore dependencies and lock files @@ -19,4 +20,6 @@ pnpm-lock.yaml # Ignore code coverage output .nyc_output/ -# Add any additional patterns here \ No newline at end of file +# Add any additional patterns here +db.json +.deploy_git/ From 3a3cf7fad42937d4b7a615a571854858cae9bea3 Mon Sep 17 00:00:00 2001 From: Yunyang Date: Wed, 17 Jul 2024 16:53:33 +0800 Subject: [PATCH 0855/1023] Remove some global ignores --- community/Hexo.gitignore | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/community/Hexo.gitignore b/community/Hexo.gitignore index e7ef8aff..519005d4 100644 --- a/community/Hexo.gitignore +++ b/community/Hexo.gitignore @@ -1,25 +1,19 @@ # gitignore template for Hexo sites +# website: https://hexo.io/ +# Recommended: Node.gitignore + # Ignore generated files and directories -.DS_Store .tmp* dist/ public/ coverage/ -# Ignore dependencies and lock files -node_modules/ +# Ignore temp files and lock files tmp/ yarn.lock package-lock.json pnpm-lock.yaml -# Ignore IDE specific files and directories -.idea/ -.vscode - -# Ignore code coverage output -.nyc_output/ - # Add any additional patterns here db.json .deploy_git/ From 6c54172ecccf3acc74ad81fe0864a0f87b18329a Mon Sep 17 00:00:00 2001 From: Matt Alexander Date: Wed, 31 Jul 2024 07:47:55 -0500 Subject: [PATCH 0856/1023] Update Linux.gitignore --- Global/Linux.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index b56bf65d..2ea12bbf 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -11,3 +11,9 @@ # .nfs files are created when an open file is removed but is still being accessed .nfs* + +# Log files created by default by the nohup command +nohup.out + +# Metadata left by Dolphin file manager, which comes with KDE Plasma +.directory From 63e339f19f3cb2c8b9b4ced656c92484d58ec793 Mon Sep 17 00:00:00 2001 From: Kent Bair Date: Fri, 2 Aug 2024 15:53:33 -0600 Subject: [PATCH 0857/1023] Updated NCrunch cache path for v4.16+ --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258..a256f0f4 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -153,6 +153,7 @@ coverage*.info # NCrunch _NCrunch_* +.NCrunch_* .*crunch*.local.xml nCrunchTemp_* From 256d85d2c7ba39f04e31631ac0af225f291663fa Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:09:46 -0400 Subject: [PATCH 0858/1023] Make case-insensitive --- VBA.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VBA.gitignore b/VBA.gitignore index db97b537..ebb292a4 100644 --- a/VBA.gitignore +++ b/VBA.gitignore @@ -1,9 +1,9 @@ # Office temporary files ~$* -# Access database lock files -*.laccdb -*.ldb +# Access database lock files (laccdb, ldb) +*.[lL][aA][cC][cC][dD][bB] +*.[lL][dD][bB] # The following sections constitute a list of Office file extensions that support VBA. # If you want to exclude Office files from your repo, uncomment the corresponding file extensions. From 71eddf97b6d7ccae140c075aab37aa4cc5a13b7f Mon Sep 17 00:00:00 2001 From: Matt Kotsenas Date: Wed, 14 Aug 2024 17:27:36 -0700 Subject: [PATCH 0859/1023] Update VisualStudio.gitignore `Directory.Build.rsp` is a [documented file][1] that allows setting default arguments to command line builds. However, our .gitignore template ignores _all_ `*.rsp` files. which causes confusion: 1. Devs write an .rsp file and if they aren't being attentive forget to commit it 2. Adding it to git requires `git add --force`, which some devs mistake for a destructive or not-recommended action Thus, explicitly allow the `Directory.Build.rsp` file. [1]: https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-response-files?view=vs-2022#directorybuildrsp --- VisualStudio.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258..a4fe18bd 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -82,6 +82,8 @@ StyleCopReport.xml *.pgc *.pgd *.rsp +# but not Directory.Build.rsp, as it configures directory-level build defaults +!Directory.Build.rsp *.sbr *.tlb *.tli From e624f8594a9d3594a5d31791c843fd3eea3cbe78 Mon Sep 17 00:00:00 2001 From: Yunyang Date: Sat, 31 Aug 2024 13:33:36 +0800 Subject: [PATCH 0860/1023] fix: update Hexo.gitignore --- community/Hexo.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/community/Hexo.gitignore b/community/Hexo.gitignore index 519005d4..8b4c6458 100644 --- a/community/Hexo.gitignore +++ b/community/Hexo.gitignore @@ -4,9 +4,7 @@ # Ignore generated files and directories .tmp* -dist/ public/ -coverage/ # Ignore temp files and lock files tmp/ @@ -16,4 +14,4 @@ pnpm-lock.yaml # Add any additional patterns here db.json -.deploy_git/ +.deploy*/ From fc32973012b09f311b78ef39065172de4c35e0d1 Mon Sep 17 00:00:00 2001 From: Yunyang Date: Sat, 31 Aug 2024 15:23:56 +0800 Subject: [PATCH 0861/1023] docs: update Hexo.gitignore --- community/Hexo.gitignore | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/community/Hexo.gitignore b/community/Hexo.gitignore index 8b4c6458..570a5e7b 100644 --- a/community/Hexo.gitignore +++ b/community/Hexo.gitignore @@ -2,16 +2,13 @@ # website: https://hexo.io/ # Recommended: Node.gitignore -# Ignore generated files and directories -.tmp* +# Ignore generated directory public/ -# Ignore temp files and lock files +# Ignore temp files tmp/ -yarn.lock -package-lock.json -pnpm-lock.yaml +.tmp* -# Add any additional patterns here +# additional files db.json .deploy*/ From 05e03d2b84925d58b6adcf7903ebc7f880c0bc3c Mon Sep 17 00:00:00 2001 From: Kate Nyzhnyk Date: Sun, 1 Sep 2024 18:58:49 +0200 Subject: [PATCH 0862/1023] Ignore cargo mutants output --- Rust.gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Rust.gitignore b/Rust.gitignore index d01bd1a9..27717526 100644 --- a/Rust.gitignore +++ b/Rust.gitignore @@ -13,9 +13,13 @@ Cargo.lock # MSVC Windows builds of rustc generate these, which store debugging information *.pdb +# Generated by cargo mutants +# Contains mutation testing data +**/mutants.out*/ + # RustRover # JetBrains specific template is maintained in a separate JetBrains.gitignore that can # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ \ No newline at end of file +#.idea/ From f55dbb03f39de026a6fd643d53898c86ca1b3157 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 5 Sep 2024 20:32:33 +0200 Subject: [PATCH 0863/1023] Handle source folders inside subprojects in Gradle.gitignore --- Gradle.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gradle.gitignore b/Gradle.gitignore index a5b11137..296d3f00 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -1,6 +1,6 @@ .gradle **/build/ -!src/**/build/ +!**/src/**/build/ # Ignore Gradle GUI config gradle-app.setting From 4b771ac75ad916b158628fa2967ac76a6dcac967 Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Sat, 7 Sep 2024 14:21:37 +0200 Subject: [PATCH 0864/1023] feat: add Zig.gitignore Signed-off-by: Bruno Schaatsbergen --- Zig.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Zig.gitignore diff --git a/Zig.gitignore b/Zig.gitignore new file mode 100644 index 00000000..3389c86c --- /dev/null +++ b/Zig.gitignore @@ -0,0 +1,2 @@ +.zig-cache/ +zig-out/ From 9f181e93ce98cda0e200a02a13f7b017ad10f15f Mon Sep 17 00:00:00 2001 From: Lamparter Date: Thu, 12 Sep 2024 17:55:04 +0100 Subject: [PATCH 0865/1023] =?UTF-8?q?=F0=9F=99=88=20Update=20Cake=20commen?= =?UTF-8?q?t=20line=20to=20match=20other=20comment=20lines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VisualStudio.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 8a30d258..a42d49b6 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -328,8 +328,8 @@ __pycache__/ *.pyc # Cake - Uncomment if you are using it -# tools/** -# !tools/packages.config +#tools/** +#!tools/packages.config # Tabs Studio *.tss From a8d08b1682cf72e8449e7f74566d8f7b93ac35da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillermo=20Rodr=C3=ADguez?= Date: Wed, 25 Sep 2024 10:32:07 +0200 Subject: [PATCH 0866/1023] Add generated libtool file and .libs/ directories --- Autotools.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Autotools.gitignore b/Autotools.gitignore index 617156f8..9a478264 100644 --- a/Autotools.gitignore +++ b/Autotools.gitignore @@ -31,7 +31,9 @@ autom4te.cache # https://www.gnu.org/software/libtool/ +/libtool /ltmain.sh +.libs/ # http://www.gnu.org/software/texinfo From e3e4933fa5594ebd69307ef573d882a077e2ddac Mon Sep 17 00:00:00 2001 From: Cem Mergenci Date: Fri, 27 Sep 2024 22:37:52 +0300 Subject: [PATCH 0867/1023] Fix broken links to Git book. --- README.md | 2 +- community/Alteryx.gitignore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7014eed7..c43b1d0e 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ the following resources are a great place to start: [man]: http://git-scm.com/docs/gitignore [help]: https://help.github.com/articles/ignoring-files -[chapter]: https://git-scm.com/book/en/Git-Basics-Recording-Changes-to-the-Repository#_ignoring +[chapter]: https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring [progit]: http://git-scm.com/book ## Folder structure diff --git a/community/Alteryx.gitignore b/community/Alteryx.gitignore index a8e1341f..8fe3c5cd 100644 --- a/community/Alteryx.gitignore +++ b/community/Alteryx.gitignore @@ -29,7 +29,7 @@ CASS.ini *.gzlc ## gitignore reference sites -# https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#Ignoring-Files +# https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring # https://git-scm.com/docs/gitignore # https://help.github.com/articles/ignoring-files/ From 20d892ae4f3ad2318ab8e9c7be944ffe2dc5b0f9 Mon Sep 17 00:00:00 2001 From: yahyayozo Date: Fri, 27 Sep 2024 21:38:22 +0100 Subject: [PATCH 0868/1023] added STM32CubeIDE gitignore --- Global/STM32CubeIDE.gitignore | 56 +++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 Global/STM32CubeIDE.gitignore diff --git a/Global/STM32CubeIDE.gitignore b/Global/STM32CubeIDE.gitignore new file mode 100644 index 00000000..22f2bc8f --- /dev/null +++ b/Global/STM32CubeIDE.gitignore @@ -0,0 +1,56 @@ +# STM32CubeIDE specific files + +# Project-specific settings. Ignore it if developers have different preferences. +# However, if you want all team members to use the same code formatting and settings, +# consider including the .settings folder in the repository. + +# /.settings/ + +# Ignore Eclipse-based IDE launch configurations. +# Uncomment if you want each developer to have their own unique debug configurations. +#*.launch + +# Ignore any JLink-related files (debug configurations). +# Uncomment if you want each developer to have their own unique debug configurations. +#*.jlink + +# Ignore log files generated by the IDE. +# These are not necessary for version control. +*.log + +# Ignore VSCode configuration files. +# Useful if some team members use VSCode for development. +# If you want to share VSCode settings, comment out the following line. +.vscode/ + +# Build files + +# Ignore build output directories. +# These are not needed in the repository as they are generated during the build process. +Debug/ +Release/ + +# Ignore common binary and object files generated during compilation. +# They should not be included in the repository as they are build artifacts. +*.elf +*.map +*.bin +*.hex +*.srec +*.lst +*.o +*.d +*.a +*.su +*.crl + +#TouchGFX files (in case your project has touchGFX) +TouchGFX/generated +TouchGFX/build +TouchGFX/simulator/msvs/.vs + +# Backup files + +# Ignore temporary and backup files generated by the operating system and editor. +# These are not needed in the repository. +*.bak \ No newline at end of file From ad949c4f0161fcd1df070262cef7c70bdc1b3d4e Mon Sep 17 00:00:00 2001 From: Greg Nazario Date: Tue, 6 Feb 2024 11:43:00 -0800 Subject: [PATCH 0869/1023] Adds Move language Move language is used for MoveVM based blockchains as the language native to them. The compiler provides a folder build/ that holds the build artifacts. The .aptos/ folder is ignored so people do not upload their private keys to a git repository. --- community/Move.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/Move.gitignore diff --git a/community/Move.gitignore b/community/Move.gitignore new file mode 100644 index 00000000..b7d406e7 --- /dev/null +++ b/community/Move.gitignore @@ -0,0 +1,6 @@ +# Generated by Move +# will have compiled files +build/ + +# Remove possibly saving credentials to the git repository +.aptos/ From 5357b0df581a0c41d4004a46e370b81eca165105 Mon Sep 17 00:00:00 2001 From: sctech <100468871+sctech-tr@users.noreply.github.com> Date: Fri, 11 Oct 2024 22:54:52 +0300 Subject: [PATCH 0870/1023] add libogc.gitignore (wii homebrew development) --- community/libogc.gitignore | 40 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 community/libogc.gitignore diff --git a/community/libogc.gitignore b/community/libogc.gitignore new file mode 100644 index 00000000..d844ec60 --- /dev/null +++ b/community/libogc.gitignore @@ -0,0 +1,40 @@ +# Ignore build directories and files +build/ +*.dol +*.elf + +# Ignore Wii-specific metadata files +meta.xml +icon.png + +# Ignore temporary files created by compilers +*.o +*.bin +*.map + +# Ignore editor or IDE-specific files +.vscode/ +.idea/ +*.sublime-project +*.sublime-workspace + +# Ignore backup or temporary files +*~ +*.bak +*.swp +*.tmp + +# Ignore log files +*.log + +# Ignore libraries and dependencies +lib/ +deps/ +obj/ + +# Ignore operating system-specific files +$RECYCLE.BIN/ +.Trash-1000/ +.Spotlight-V100/ +.fseventsd/ +.DS_Store From 136e88cf4a96cc4f37828c77180ea123dd9f84c7 Mon Sep 17 00:00:00 2001 From: sctech <100468871+sctech-tr@users.noreply.github.com> Date: Fri, 11 Oct 2024 23:13:01 +0300 Subject: [PATCH 0871/1023] combine community/libogc.gitignore with C.gitignore --- community/libogc.gitignore | 65 ++++++++++++++++++++++++++++++++++---- 1 file changed, 58 insertions(+), 7 deletions(-) diff --git a/community/libogc.gitignore b/community/libogc.gitignore index d844ec60..76e27406 100644 --- a/community/libogc.gitignore +++ b/community/libogc.gitignore @@ -1,16 +1,10 @@ -# Ignore build directories and files +# Ignore build directories build/ -*.dol -*.elf # Ignore Wii-specific metadata files meta.xml icon.png -# Ignore temporary files created by compilers -*.o -*.bin -*.map # Ignore editor or IDE-specific files .vscode/ @@ -38,3 +32,60 @@ $RECYCLE.BIN/ .Spotlight-V100/ .fseventsd/ .DS_Store + +# Prerequisites +*.d + +# Object files +*.o +*.ko +*.obj +*.elf +*.o +*.bin + +# Linker output +*.ilk +*.map +*.exp + +# Precompiled Headers +*.gch +*.pch + +# Libraries +*.lib +*.a +*.la +*.lo + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app +*.i*86 +*.x86_64 +*.hex +*.dol +*.elf + +# Debug files +*.dSYM/ +*.su +*.idb +*.pdb + +# Kernel Module Compile Results +*.mod* +*.cmd +.tmp_versions/ +modules.order +Module.symvers +Mkfile.old +dkms.conf From 92cceed6173076b0e5a52bb2417ca8cc1dd2abdf Mon Sep 17 00:00:00 2001 From: Shane Reetz Date: Fri, 11 Oct 2024 14:24:26 -0700 Subject: [PATCH 0872/1023] Rename AutomationStudio4.gitignore to AutomationStudio, and move to Community folder --- .../AutomationStudio.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename AutomationStudio4.gitignore => community/AutomationStudio.gitignore (100%) diff --git a/AutomationStudio4.gitignore b/community/AutomationStudio.gitignore similarity index 100% rename from AutomationStudio4.gitignore rename to community/AutomationStudio.gitignore From c1469106b9552d07a4e8f07a27987cd05ecae336 Mon Sep 17 00:00:00 2001 From: Atul Kumar <5877089+atulkumar2@users.noreply.github.com> Date: Sat, 12 Oct 2024 18:25:00 +0530 Subject: [PATCH 0873/1023] Jupyterlabs LSP virtual documents directory --- community/Python/JupyterNotebooks.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/community/Python/JupyterNotebooks.gitignore b/community/Python/JupyterNotebooks.gitignore index f27f90d6..f45b39de 100644 --- a/community/Python/JupyterNotebooks.gitignore +++ b/community/Python/JupyterNotebooks.gitignore @@ -8,5 +8,9 @@ profile_default/ ipython_config.py +# Jupyter lab virtual documents +# https://jupyterlab-lsp.readthedocs.io/en/2.x/Configuring.html#virtual_documents_dir +.virtual_documents/ + # Remove previous ipynb_checkpoints # git rm -r .ipynb_checkpoints/ From 30ce81193f04e925167391a0ba65a9fe65c36c10 Mon Sep 17 00:00:00 2001 From: Owen Valentine Date: Wed, 16 Oct 2024 17:20:16 +0200 Subject: [PATCH 0874/1023] Add OpenTofu to community --- community/OpenTofu.gitignore | 42 ++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 community/OpenTofu.gitignore diff --git a/community/OpenTofu.gitignore b/community/OpenTofu.gitignore new file mode 100644 index 00000000..0c736af6 --- /dev/null +++ b/community/OpenTofu.gitignore @@ -0,0 +1,42 @@ +# Local .terraform directories +**/.terraform/* + +# .tfstate files +*.tfstate +*.tfstate.* + +# Crash log files +crash.log +crash.*.log + +# Exclude all .tfvars files, which are likely to contain sensitive data, such as +# password, private keys, and other secrets. These should not be part of version +# control as they are data points which are potentially sensitive and subject +# to change depending on the environment. +*.tfvars +*.tfvars.json + +# Ignore override files as they are usually used to override resources locally and so +# are not checked in +override.tf +override.tofu +override.tf.json +override.tofu.json +*_override.tf +*_override.tofu +*_override.tf.json +*_override.tofu.json + +# Ignore transient lock info files created by tofu apply +.terraform.tfstate.lock.info + +# Include override files you do wish to add to version control using negated pattern +# !example_override.tf +# !example_override.tofu + +# Include tfplan files to ignore the plan output of command: tofu plan -out=tfplan +# example: *tfplan* + +# Ignore CLI configuration files +.terraformrc +terraform.rc From a3855f82b916b30d3e57805f4970ff6ef6a6fcb9 Mon Sep 17 00:00:00 2001 From: David Asabina Date: Thu, 17 Oct 2024 21:37:53 +0200 Subject: [PATCH 0875/1023] feat: Add Gleam 1.5.x gitignore this is useful for developers that init a gleam project into an existing git repo where the `gleam new` tool will refrain from populating the .gitignore file. This situation may occur for users of devenv.nix or flake.nix. --- Gleam.gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Gleam.gitignore diff --git a/Gleam.gitignore b/Gleam.gitignore new file mode 100644 index 00000000..599be4eb --- /dev/null +++ b/Gleam.gitignore @@ -0,0 +1,4 @@ +*.beam +*.ez +/build +erl_crash.dump From 311418f087860f0a16e7f06a9245ef8f0d40eeef Mon Sep 17 00:00:00 2001 From: Stephen Hodgson Date: Sat, 19 Oct 2024 12:08:00 -0400 Subject: [PATCH 0876/1023] Update Unity.gitignore --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index 58cbc825..4fefdd2a 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -2,6 +2,7 @@ # # Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore # +.utmp/ /[Ll]ibrary/ /[Tt]emp/ /[Oo]bj/ From 51ae1adf9fb646b56f0b8f9a40f1dc685fb9d420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Nowak?= Date: Wed, 30 Oct 2024 22:24:40 +0100 Subject: [PATCH 0877/1023] Add ignore for .vsconfig The engine generates the file during the build. --- UnrealEngine.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/UnrealEngine.gitignore b/UnrealEngine.gitignore index 6e0d95fb..b70ad5aa 100644 --- a/UnrealEngine.gitignore +++ b/UnrealEngine.gitignore @@ -40,6 +40,7 @@ *.sdf *.VC.db *.VC.opendb +.vsconfig # Precompiled Assets SourceArt/**/*.png From 76bb00f3aaf817ba257ef68c3780770799911804 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sun, 3 Nov 2024 13:36:14 -0600 Subject: [PATCH 0878/1023] ignore `cmake-build-debug` generated by CMake in CLion IDE --- CMake.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMake.gitignore b/CMake.gitignore index 11c76431..4a9d4283 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -10,3 +10,6 @@ compile_commands.json CTestTestfile.cmake _deps CMakeUserPresets.json + +# CLion +cmake-build-* From adf27650972ea7b4f798f815cfac70d0d2f8a909 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Sun, 3 Nov 2024 21:46:37 -0600 Subject: [PATCH 0879/1023] Updated to match Python.gitignore --- CMake.gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CMake.gitignore b/CMake.gitignore index 4a9d4283..1f99f9d2 100644 --- a/CMake.gitignore +++ b/CMake.gitignore @@ -12,4 +12,8 @@ _deps CMakeUserPresets.json # CLion -cmake-build-* +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +#cmake-build-* From 0c39deafa6f3488ff66e83a49e636b5302c37028 Mon Sep 17 00:00:00 2001 From: Niklas Wimmer Date: Sat, 9 Nov 2024 22:36:51 +0100 Subject: [PATCH 0880/1023] Fix "build" source folder being ignored (Gradle) --- Gradle.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gradle.gitignore b/Gradle.gitignore index a5b11137..296d3f00 100644 --- a/Gradle.gitignore +++ b/Gradle.gitignore @@ -1,6 +1,6 @@ .gradle **/build/ -!src/**/build/ +!**/src/**/build/ # Ignore Gradle GUI config gradle-app.setting From 5bb8f06fe633e88710d808fbe334bec384978e62 Mon Sep 17 00:00:00 2001 From: Bruno Vieira Costa Date: Mon, 11 Nov 2024 13:37:11 -0300 Subject: [PATCH 0881/1023] Adding .abstra/ --- Python.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 82f92755..013310b2 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -160,3 +160,7 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ + +# Abstra +# Ignore directory with user credentials, local state and settings +.abstra/ From 6436b09caf3ea0f63674bf357e4846077addc6ad Mon Sep 17 00:00:00 2001 From: Jawher Kl Date: Tue, 12 Nov 2024 17:13:55 +0100 Subject: [PATCH 0882/1023] Create Angular.gitignore --- Angular.gitignore | 94 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 Angular.gitignore diff --git a/Angular.gitignore b/Angular.gitignore new file mode 100644 index 00000000..6dfab584 --- /dev/null +++ b/Angular.gitignore @@ -0,0 +1,94 @@ +# Angular +# Build output +/dist/ +/out-tsc/ +/tmp/ +/coverage/ +/e2e/test-output/ +/.angular/ + +# Node modules +/node_modules/ + +# Dependency directories +/.npm/ +/.yarn/ + +# Package lock and yarn lock files +/package-lock.json +/yarn.lock + +# Environment files +/.env + +# TypeScript cache files +*.tsbuildinfo + +# Debug log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# IDE directories and files +/.idea/ +/.vscode/ +/project-folder/.idea/ +/project-folder/.vscode/ + +# OS-specific files +.DS_Store +Thumbs.db + +# Temporary files +*.bak +*.swp +*~ + +# Build artifacts from Angular CLI +/.angular-cli.json +.angular/ + +# Angular CLI cache +/.ng/ + +# VS Code settings +.vscode/settings.json + +# System files +*.sublime-workspace +*.sublime-project + +# Logs +/logs +/debug.log +*.log + +# Temporary files from editor or operating system +*~.nfs* + +# JetBrains IDE (e.g., WebStorm) files +/.idea/ + +# End-to-end testing +/cypress/ + +# Firebase hosting files +firebase.json + +# Jest snapshot files +*.snap + +# Webpack config +webpack.config.js +webpack.prod.js +webpack.dev.js + +# Coverage output directory +/coverage/ + +# Test files +*.spec.ts +*.test.ts + +# Miscellaneous +/.angular/ From 14c91a18cc0d7cecbee841f22be24293b91b0ced Mon Sep 17 00:00:00 2001 From: Dietmar Winkler Date: Sat, 14 Jan 2023 00:36:43 +0100 Subject: [PATCH 0883/1023] Adds some more OS specific file to the ignore list --- Modelica.gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Modelica.gitignore b/Modelica.gitignore index 0aca78a0..7b983f8a 100644 --- a/Modelica.gitignore +++ b/Modelica.gitignore @@ -7,6 +7,9 @@ *.bak *.bak-mo *.mof +\#*\# +*.moe +*.mol ## Build artefacts *.exe @@ -35,4 +38,8 @@ request stat status stop -success \ No newline at end of file +success +*. + +## Files generated by OS X +.DS_Store From 78ad738f759ac42496be12a69af3776b80f8deae Mon Sep 17 00:00:00 2001 From: moser-jose Date: Thu, 21 Nov 2024 23:14:01 -0300 Subject: [PATCH 0884/1023] included lines in Laravel.gitignore file --- Laravel.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Laravel.gitignore b/Laravel.gitignore index 297959a1..1832e948 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -21,3 +21,15 @@ Homestead.yaml Homestead.json /.vagrant .phpunit.result.cache + +/public/build +/storage/pail +.env.backup +.env.production +.phpactor.json +auth.json +/.fleet +/.idea +/.nova +/.vscode +/.zed From 77f5e60953b9473ef7c9841a2ebf829689a362d7 Mon Sep 17 00:00:00 2001 From: moser-jose Date: Tue, 26 Nov 2024 23:40:25 -0300 Subject: [PATCH 0885/1023] remove lines /.fleet /.idea /.nova /.vscode /.zed --- Laravel.gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Laravel.gitignore b/Laravel.gitignore index 1832e948..d5673e32 100644 --- a/Laravel.gitignore +++ b/Laravel.gitignore @@ -28,8 +28,3 @@ Homestead.json .env.production .phpactor.json auth.json -/.fleet -/.idea -/.nova -/.vscode -/.zed From b6ddf064dd1ffad9747164f333243bd6a7f4ce87 Mon Sep 17 00:00:00 2001 From: DrDead0 <112349103+DrDead0@users.noreply.github.com> Date: Sun, 1 Dec 2024 21:17:36 +0530 Subject: [PATCH 0886/1023] added gitignore for firebase --- Firebase.gitignore | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Firebase.gitignore diff --git a/Firebase.gitignore b/Firebase.gitignore new file mode 100644 index 00000000..e776368b --- /dev/null +++ b/Firebase.gitignore @@ -0,0 +1,44 @@ +# Firebase build and deployment files +/firebase-debug.log +/firebase-debug.*.log +.firebaserc + +# Firebase Hosting +/firebase.json +*.cache +hosting/.cache + +# Firebase Functions +/node_modules/ +/functions/node_modules/ +/functions/.env +/functions/package-lock.json + +# Firebase Emulators +/firebase-*.zip +/.firebase/ +/emulator-ui/ + +# Logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# OS-specific files +.DS_Store +Thumbs.db + +# IDE files +.idea/ +.vscode/ +*.sublime* + +# Environment files (local configs) +.env +.env.* +.env.local +.env.development +.env.production +.env.test +.env.staging \ No newline at end of file From 5b3f2595aeaf5709211e27cb77a6a8139aea0a72 Mon Sep 17 00:00:00 2001 From: Stanley M Ndagi Date: Mon, 2 Dec 2024 03:24:39 +0300 Subject: [PATCH 0887/1023] Update Node.gitignore Include VitePress --- Node.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index c6bba591..1984ae58 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -100,7 +100,10 @@ dist # vuepress build output .vuepress/dist -# vuepress v2.x temp and cache directory +# vitepress build output +.vitepress/dist + +# vuepress v2.x / vitepress temp and cache directory .temp .cache From 29d931584421f77a7d0bdaa43b0b75be50fae435 Mon Sep 17 00:00:00 2001 From: Daniel Shuy <17351764+daniel-shuy@users.noreply.github.com> Date: Mon, 2 Dec 2024 16:51:56 +0800 Subject: [PATCH 0888/1023] Update for Kotlin 2.x.x Ignore Kotlin data directory for Kotlin Gradle plugin Signed-off-by: Daniel Shuy <17351764+daniel-shuy@users.noreply.github.com> --- Kotlin.gitignore | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) mode change 120000 => 100644 Kotlin.gitignore diff --git a/Kotlin.gitignore b/Kotlin.gitignore deleted file mode 120000 index c48376ee..00000000 --- a/Kotlin.gitignore +++ /dev/null @@ -1 +0,0 @@ -Java.gitignore \ No newline at end of file diff --git a/Kotlin.gitignore b/Kotlin.gitignore new file mode 100644 index 00000000..566e06bf --- /dev/null +++ b/Kotlin.gitignore @@ -0,0 +1,27 @@ +# Compiled class file +*.class + +# Log file +*.log + +# BlueJ files +*.ctxt + +# Mobile Tools for Java (J2ME) +.mtj.tmp/ + +# Package Files # +*.jar +*.war +*.nar +*.ear +*.zip +*.tar.gz +*.rar + +# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml +hs_err_pid* +replay_pid* + +# Kotlin Gradle plugin data, see https://kotlinlang.org/docs/whatsnew20.html#new-directory-for-kotlin-data-in-gradle-projects +.kotlin/ \ No newline at end of file From a38f687cecea81f63c55d4b05a6d3fcc88aa712a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kalle=20M=C3=B8ller?= Date: Tue, 3 Dec 2024 07:25:58 +0100 Subject: [PATCH 0889/1023] Added uv.lock alongside pdm and poetry --- Python.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 82f92755..c2fb7733 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -94,6 +94,12 @@ ipython_config.py # install all needed dependencies. #Pipfile.lock +# UV +# Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control. +# This is especially recommended for binary packages to ensure reproducibility, and is more +# commonly ignored for libraries. +#uv.lock + # poetry # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. # This is especially recommended for binary packages to ensure reproducibility, and is more From 7111173b6b414609393d57e0d337afadcee6480a Mon Sep 17 00:00:00 2001 From: DrDead0 <112349103+DrDead0@users.noreply.github.com> Date: Sat, 14 Dec 2024 22:53:27 +0530 Subject: [PATCH 0890/1023] Updated Firebase.gitignore based on feedback: scoped to Firebase, removed unrelated entries --- Firebase.gitignore | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/Firebase.gitignore b/Firebase.gitignore index e776368b..55b8b0ea 100644 --- a/Firebase.gitignore +++ b/Firebase.gitignore @@ -9,7 +9,6 @@ hosting/.cache # Firebase Functions -/node_modules/ /functions/node_modules/ /functions/.env /functions/package-lock.json @@ -25,20 +24,5 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -# OS-specific files -.DS_Store -Thumbs.db - -# IDE files -.idea/ -.vscode/ -*.sublime* - # Environment files (local configs) -.env -.env.* -.env.local -.env.development -.env.production -.env.test -.env.staging \ No newline at end of file +/.env.* From 218d0dcd59392545424195c569182ebe838197a0 Mon Sep 17 00:00:00 2001 From: Dietmar Winkler Date: Tue, 17 Dec 2024 22:08:43 +0100 Subject: [PATCH 0891/1023] Remove OS specific settings covered by globals --- Modelica.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/Modelica.gitignore b/Modelica.gitignore index 7b983f8a..aa2cc996 100644 --- a/Modelica.gitignore +++ b/Modelica.gitignore @@ -40,6 +40,3 @@ status stop success *. - -## Files generated by OS X -.DS_Store From 3aa43d91320bb827ebd9bd276489d02d01dd4d83 Mon Sep 17 00:00:00 2001 From: Stanley M Ndagi Date: Sun, 22 Dec 2024 18:10:41 +0300 Subject: [PATCH 0892/1023] Update Node.gitignore --- Node.gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 1984ae58..3601b7a8 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -103,10 +103,14 @@ dist # vitepress build output .vitepress/dist -# vuepress v2.x / vitepress temp and cache directory +# vuepress v2.x temp and cache directory .temp .cache +# vitepress temp and cache directory +.vitepress/temp +.vitepress/cache + # Docusaurus cache and generated files .docusaurus From 47990e1d0aab82c7bdec85b3ba5e619d65448ab8 Mon Sep 17 00:00:00 2001 From: Stanley M Ndagi Date: Sun, 22 Dec 2024 19:59:00 +0300 Subject: [PATCH 0893/1023] Update Node.gitignore --- Node.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 3601b7a8..e0c02d12 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -101,15 +101,15 @@ dist .vuepress/dist # vitepress build output -.vitepress/dist +**/.vitepress/dist # vuepress v2.x temp and cache directory .temp .cache # vitepress temp and cache directory -.vitepress/temp -.vitepress/cache +**/.vitepress/temp +**/.vitepress/cache # Docusaurus cache and generated files .docusaurus From 0ce2e0628c82046e4fbc2918fb7dc28d6757b0db Mon Sep 17 00:00:00 2001 From: Brad Ellert <108299247+brad-ellert@users.noreply.github.com> Date: Sun, 22 Dec 2024 13:34:02 -0700 Subject: [PATCH 0894/1023] Add latexindent.pl backups to TeX.gitignore --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 45e1706c..00db6487 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -267,6 +267,9 @@ TSWLatexianTemp* *.bak *.sav +# latexindent.pl +*.bak[0-9]* + # Texpad .texpadtmp From 3800aff005a18b7f937fb6bbbdd4da2fc5261d24 Mon Sep 17 00:00:00 2001 From: Stanley M Ndagi Date: Mon, 23 Dec 2024 14:16:03 +0300 Subject: [PATCH 0895/1023] Update Node.gitignore --- Node.gitignore | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index e0c02d12..1170717c 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -100,15 +100,14 @@ dist # vuepress build output .vuepress/dist -# vitepress build output -**/.vitepress/dist - # vuepress v2.x temp and cache directory .temp .cache -# vitepress temp and cache directory -**/.vitepress/temp +# vitepress build output +**/.vitepress/dist + +# vitepress cache directory **/.vitepress/cache # Docusaurus cache and generated files From a3259cbb0ad1a2c04123828f9433f361c5a30c2c Mon Sep 17 00:00:00 2001 From: Mark Lazarides Date: Fri, 10 Jan 2025 10:44:18 +0000 Subject: [PATCH 0896/1023] modifies lib exclude, adds example lib include explicitly excludes the `_Libraries` directory, and provides example of adding sub directories back in. Should be used for including custom and third party (non -Beckhoff shipped) libraries, improving maintainability --- TwinCAT3.gitignore | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 7bd6f875..1ee38188 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -21,5 +21,11 @@ LineIDs.dbg LineIDs.dbg.bak _Boot/ _CompileInfo/ -_Libraries/ -_ModuleInstall/ \ No newline at end of file +_ModuleInstall/ + +# Exclude all libraries +/**/_Libraries/*/ + +# To include a specific library directory (i.e. third party/custom libs), +# use pattern `!/**/_Libraries//` i.e. `!/**/_Libraries/www.tcunit.org/` +# \ No newline at end of file From 25c63fff04713b555799241a931758eb4e09cb07 Mon Sep 17 00:00:00 2001 From: Ashwin Gopalsamy <47941624+ashwingopalsamy@users.noreply.github.com> Date: Sun, 12 Jan 2025 08:34:53 +0530 Subject: [PATCH 0897/1023] feat(go.gitignore): ignore code coverage and IDE --- Go.gitignore | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Go.gitignore b/Go.gitignore index 6f72f892..ed202726 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -11,8 +11,11 @@ # Test binary, built with `go test -c` *.test -# Output of the go coverage tool, specifically when used with LiteIDE +# Code coverage profiles and other test artifacts *.out +coverage.* +*.coverprofile +profile.cov # Dependency directories (remove the comment below to include it) # vendor/ @@ -23,3 +26,7 @@ go.work.sum # env file .env + +# Editor/IDE +.idea/ +.vscode/ From b35b4c52e0c75db0b1f7ef521b00f9886cf0f8c8 Mon Sep 17 00:00:00 2001 From: Ashwin Gopalsamy <47941624+ashwingopalsamy@users.noreply.github.com> Date: Sun, 12 Jan 2025 08:47:34 +0530 Subject: [PATCH 0898/1023] feat(Jetbrains.gitignore): Add GoLand thats missing in Jetbrains IDE list --- Global/JetBrains.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 3649d6dc..e7c0c507 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -1,4 +1,4 @@ -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider +# Covers JetBrains IDEs: IntelliJ, GoLand, 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 1d7e3275a461a673b531d14a390c5238f04503a7 Mon Sep 17 00:00:00 2001 From: Ashwin Gopalsamy <47941624+ashwingopalsamy@users.noreply.github.com> Date: Sun, 12 Jan 2025 09:00:21 +0530 Subject: [PATCH 0899/1023] fix(go.gitignore): mark IDE-related ignore files as optional --- Go.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Go.gitignore b/Go.gitignore index ed202726..aaadf736 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -28,5 +28,5 @@ go.work.sum .env # Editor/IDE -.idea/ -.vscode/ +# .idea/ +# .vscode/ From f52d43edda64576954e5f60f28f17142f17636d5 Mon Sep 17 00:00:00 2001 From: krewast Date: Wed, 15 Jan 2025 16:44:57 +0100 Subject: [PATCH 0900/1023] Added "*.bcf-SAVE-ERROR" to TeX.gitignore --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index 45e1706c..5a5b1c62 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -28,6 +28,7 @@ *.bbl *.bbl-SAVE-ERROR *.bcf +*.bcf-SAVE-ERROR *.blg *-blx.aux *-blx.bib From 8108d06ddd7624d740a15a38c1aec77e64762a4e Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 20 Jan 2025 11:03:34 +0100 Subject: [PATCH 0901/1023] Add support for spelling package --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 45e1706c..8eee9fd6 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -202,6 +202,9 @@ _minted* # scrwfile *.wrt +# spelling +*.bad + # svg svg-inkscape/ From ab5cbc8521d2b3ad3ea59d40cfc40a278c0252cb Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 20 Jan 2025 11:06:25 +0100 Subject: [PATCH 0902/1023] Refine pattern --- TeX.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index 8eee9fd6..ffbc69cc 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -203,7 +203,7 @@ _minted* *.wrt # spelling -*.bad +*.spell.bad # svg svg-inkscape/ From 7a6c799a933e1430dee26b1741129a71fe376a80 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Mon, 20 Jan 2025 11:18:40 +0100 Subject: [PATCH 0903/1023] Update TeX.gitignore --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index ffbc69cc..5ba4795c 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -204,6 +204,7 @@ _minted* # spelling *.spell.bad +*.spell.txt # svg svg-inkscape/ From 42995a40226e204452f6ff44e8dca5235e5e84c4 Mon Sep 17 00:00:00 2001 From: draco892 Date: Thu, 23 Jan 2025 17:50:38 +0100 Subject: [PATCH 0904/1023] Update Flutter.gitignore remove IntelliJ related lines Co-authored-by: Tim Hunter --- Flutter.gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Flutter.gitignore b/Flutter.gitignore index 6b7cc2b9..6972700d 100644 --- a/Flutter.gitignore +++ b/Flutter.gitignore @@ -10,11 +10,6 @@ .history .svn/ -# IntelliJ related -*.iml -*.ipr -*.iws -.idea/ # Visual Studio Code related .classpath From 558146d0f57f3e808a6e4273983f788226227e95 Mon Sep 17 00:00:00 2001 From: draco892 Date: Thu, 23 Jan 2025 17:51:02 +0100 Subject: [PATCH 0905/1023] Update Flutter.gitignore Removed Visual Studio Code related lines Co-authored-by: Tim Hunter --- Flutter.gitignore | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Flutter.gitignore b/Flutter.gitignore index 6972700d..93c8c479 100644 --- a/Flutter.gitignore +++ b/Flutter.gitignore @@ -11,11 +11,6 @@ .svn/ -# Visual Studio Code related -.classpath -.project -.settings/ -.vscode/* # Flutter repo-specific /bin/cache/ From b607bcf970119625ef72032007ab2720e9f98f8c Mon Sep 17 00:00:00 2001 From: draco892 Date: Thu, 23 Jan 2025 17:51:37 +0100 Subject: [PATCH 0906/1023] Update Flutter.gitignore Remove Visual Studio Code Setting related line Co-authored-by: Tim Hunter --- Flutter.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Flutter.gitignore b/Flutter.gitignore index 93c8c479..4a9d23c2 100644 --- a/Flutter.gitignore +++ b/Flutter.gitignore @@ -119,5 +119,4 @@ app.*.symbols !**/ios/**/default.pbxuser !**/ios/**/default.perspectivev3 !/packages/flutter_tools/test/data/dart_dependencies_test/**/.packages -!/dev/ci/**/Gemfile.lock -!.vscode/settings.json \ No newline at end of file +!/dev/ci/**/Gemfile.lock \ No newline at end of file From 4ba6b9dd42c97ed87ea7259536a61a62cdc41895 Mon Sep 17 00:00:00 2001 From: draco892 Date: Thu, 23 Jan 2025 17:52:11 +0100 Subject: [PATCH 0907/1023] Update Flutter.gitignore Remove Atom related line Co-authored-by: Tim Hunter --- Flutter.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Flutter.gitignore b/Flutter.gitignore index 4a9d23c2..23f20292 100644 --- a/Flutter.gitignore +++ b/Flutter.gitignore @@ -5,7 +5,6 @@ *.pyc *.swp .DS_Store -.atom/ .buildlog/ .history .svn/ From 40d480a1e91c51fa3717a67f3b49aa555343d6ec Mon Sep 17 00:00:00 2001 From: draco892 Date: Thu, 23 Jan 2025 17:52:30 +0100 Subject: [PATCH 0908/1023] Update Flutter.gitignore Remove SVN related line Co-authored-by: Tim Hunter --- Flutter.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Flutter.gitignore b/Flutter.gitignore index 23f20292..26238e53 100644 --- a/Flutter.gitignore +++ b/Flutter.gitignore @@ -7,7 +7,6 @@ .DS_Store .buildlog/ .history -.svn/ From 05113e5183f7544b61d2acd1c137b67482ce7007 Mon Sep 17 00:00:00 2001 From: draco892 Date: Thu, 23 Jan 2025 17:53:16 +0100 Subject: [PATCH 0909/1023] Update Flutter.gitignore Remove ds_Store mac os related file Co-authored-by: Tim Hunter --- Flutter.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Flutter.gitignore b/Flutter.gitignore index 26238e53..39b8814a 100644 --- a/Flutter.gitignore +++ b/Flutter.gitignore @@ -4,7 +4,6 @@ *.log *.pyc *.swp -.DS_Store .buildlog/ .history From 3aa0c1a73b3d51b4230b19f5b8e1d7233468ee9a Mon Sep 17 00:00:00 2001 From: Ananth Venkatesh Date: Fri, 24 Jan 2025 21:07:42 -0500 Subject: [PATCH 0910/1023] feat(nix): add .direnv very commonly used to enter Nix devshells (see https://github.com/nix-community/nix-direnv for more info) --- community/Nix.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/community/Nix.gitignore b/community/Nix.gitignore index 1fd04ef1..912e6700 100644 --- a/community/Nix.gitignore +++ b/community/Nix.gitignore @@ -1,3 +1,6 @@ # Ignore build outputs from performing a nix-build or `nix build` command result result-* + +# Ignore automatically generated direnv output +.direnv From 882b8cc98ef76d803d57a79b7cb16e20d213ef88 Mon Sep 17 00:00:00 2001 From: Wybren Koelmans Date: Sat, 1 Feb 2025 14:59:00 +0100 Subject: [PATCH 0911/1023] Unity Visual Scripting auto generated files https://docs.unity3d.com/Packages/com.unity.visualscripting@1.9/manual/vs-version-control.html --- Unity.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 3496b7cd..7330981c 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -71,3 +71,9 @@ crashlytics-build.properties # Temporary auto-generated Android Assets /[Aa]ssets/[Ss]treamingAssets/aa.meta /[Aa]ssets/[Ss]treamingAssets/aa/* + +# Visual Scripting auto-generated files +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db.meta +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers.meta From aa8449f5bfd9da42a447a1598e6d56339a57ea46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Tue, 4 Feb 2025 12:48:36 +0100 Subject: [PATCH 0912/1023] Add ARM64EC support to VisualStudio.gitignore --- VisualStudio.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index a4fe18bd..5c621aed 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -26,6 +26,7 @@ x86/ [Ww][Ii][Nn]32/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ +[Aa][Rr][Mm]64[Ee][Cc]/ bld/ [Bb]in/ [Oo]bj/ From a69e6a8a147497d3a2911dd31485cce6ccb6d059 Mon Sep 17 00:00:00 2001 From: Scott DePouw Date: Thu, 20 Feb 2025 20:08:23 -0500 Subject: [PATCH 0913/1023] Update Godot.gitignore to ignore export_credentials.cfg As of https://github.com/godotengine/godot/pull/76165, export_presets.cfg no longer contains sensitive information. Sensitive information now resides in export_credentials.cfg --- Godot.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Godot.gitignore b/Godot.gitignore index d9aac213..bb711806 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -4,7 +4,7 @@ # Godot-specific ignores .import/ export.cfg -export_presets.cfg +export_credentials.cfg # Imported translations (automatically generated from CSV files) *.translation From a3b250b638ccdae2b8b5eb19c543f961e10adcce Mon Sep 17 00:00:00 2001 From: Nathan Schmitt <47279783+IBXCODECAT@users.noreply.github.com> Date: Thu, 20 Feb 2025 21:57:42 -0600 Subject: [PATCH 0914/1023] Ignore unneeded *.blend1 blender files **Reasons for making this change:** By default, the Unity game engine supports the importing of Blender *.blend files and converts them to FBX internally (see documentation link below). Sometimes, blender stores *.blend1 files as a backup copy of your current blender file *.blend. Due to the nature of version control, redundant *.blend1 files do not need to be committed. **Links to documentation supporting these rule changes:** [Unity supported file formats](https://docs.unity3d.com/Manual/3D-formats.html) --- Unity.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index efec83d8..1ad1d115 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -11,6 +11,10 @@ /[Ll]ogs/ /[Uu]ser[Ss]ettings/ +# By default unity supports Blender asset imports, *.blend1 blender files do not need to be commited to version control. +*.blend1 +*.blend1.meta + # MemoryCaptures can get excessive in size. # They also could contain extremely sensitive data /[Mm]emoryCaptures/ From 8ff5b39b394b5fde3649d471e5c65abbcae6faa1 Mon Sep 17 00:00:00 2001 From: Dogxi Date: Mon, 24 Feb 2025 19:22:59 +0800 Subject: [PATCH 0915/1023] Create Nextjs.gitignore Create Nextjs.gitignore --- Nextjs.gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Nextjs.gitignore diff --git a/Nextjs.gitignore b/Nextjs.gitignore new file mode 100644 index 00000000..45c1abce --- /dev/null +++ b/Nextjs.gitignore @@ -0,0 +1,36 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# local env files +.env*.local +.env + +# vercel +.vercel + +# typescript +*.tsbuildinfo +next-env.d.ts From d7348802cb6748ca528f1260a738862b57024213 Mon Sep 17 00:00:00 2001 From: Tim Hunter Date: Tue, 25 Feb 2025 11:36:50 -1000 Subject: [PATCH 0916/1023] Update PULL_REQUEST_TEMPLATE.md Updating the PR template to include a link to the contribution guidelines and a task list --- .github/PULL_REQUEST_TEMPLATE.md | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index b87add4e..2f96ca25 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,12 +1,23 @@ -**Reasons for making this change:** - +### Reasons for making this change + +_TODO_ + + +### Links to documentation supporting these rule changes _TODO_ -**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 - - **Link to application or project’s homepage**: _TODO_ +### Merge and Approval Steps +- [ ] Confirm that you've read the [contribution guidelines](https://github.com/github/gitignore/tree/main?tab=readme-ov-file#contributing-guidelines) and ensured your PR aligns +- [ ] Esnure CI is passing +- [ ] Get a review and Approval from one of the maintainers From 7b35656e7517d529f183f78c5ec33e3e741bd049 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Fri, 28 Feb 2025 19:56:44 -0500 Subject: [PATCH 0917/1023] Use a character class to ignore Icon\r directories This prevents the rule from ending in whitespace, which will get stripped by tools like Ripgrep, causing any directory named "Icon" to be invisible. --- Global/macOS.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index 135767fc..56bb5284 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -2,9 +2,7 @@ .DS_Store .AppleDouble .LSOverride - -# Icon must end with two \r -Icon +Icon[ ] # Thumbnails ._* From 54548843e3f5831a86721a403de1da59ed053cb7 Mon Sep 17 00:00:00 2001 From: Tim Hunter Date: Mon, 3 Mar 2025 08:16:46 -1000 Subject: [PATCH 0918/1023] Update .github/PULL_REQUEST_TEMPLATE.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 2f96ca25..15afee7f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -19,5 +19,5 @@ Link to application or project’s homepage: TODO ### Merge and Approval Steps - [ ] Confirm that you've read the [contribution guidelines](https://github.com/github/gitignore/tree/main?tab=readme-ov-file#contributing-guidelines) and ensured your PR aligns -- [ ] Esnure CI is passing +- [ ] Ensure CI is passing - [ ] Get a review and Approval from one of the maintainers From 1824e57c1d353ba610a3a2d9943d989582c12494 Mon Sep 17 00:00:00 2001 From: Math <175355178+maffeus@users.noreply.github.com> Date: Mon, 3 Mar 2025 23:06:57 -0300 Subject: [PATCH 0919/1023] Create Luau.gitignore --- Luau.gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Luau.gitignore diff --git a/Luau.gitignore b/Luau.gitignore new file mode 100644 index 00000000..91cfa313 --- /dev/null +++ b/Luau.gitignore @@ -0,0 +1,9 @@ +# Code coverage +coverage.out + +# Profiling +profile.out +profile.svg + +# Time trace +trace.json From aa95d6b79a275f8db58bb4433a862bdfe02d8bb9 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 5 Mar 2025 13:00:09 +0100 Subject: [PATCH 0920/1023] optimize and more readable obsidian extended gitignore --- .../Obsidian/NotesAndExtendedConfiguration.gitignore | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/community/Obsidian/NotesAndExtendedConfiguration.gitignore b/community/Obsidian/NotesAndExtendedConfiguration.gitignore index 3e0804f2..58c3f71e 100644 --- a/community/Obsidian/NotesAndExtendedConfiguration.gitignore +++ b/community/Obsidian/NotesAndExtendedConfiguration.gitignore @@ -30,9 +30,7 @@ # contain metadata (manifest.json), application code (main.js), stylesheets # (styles.css), and user-configuration data (data.json). # We only want to track data.json, so we: -# 1. exclude everything under the plugins directory recursively, -# 2. unignore the plugin directories themselves, which then allows us to -# 3. unignore the data.json files -.obsidian/plugins/**/* -!.obsidian/plugins/*/ +# 1. exclude everything that the plugin folders contain, +# 2. unignore data.json in the plugin folders +.obsidian/plugins/*/** !.obsidian/plugins/*/data.json From e82b7c85f37d66af2ec7166b93d4ebdd478a482e Mon Sep 17 00:00:00 2001 From: "Maddy Montaquila (Leger)" Date: Wed, 5 Mar 2025 17:51:17 +0000 Subject: [PATCH 0921/1023] First pass at dotnet gitignore --- Dotnet.gitignore | 161 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 161 insertions(+) create mode 100644 Dotnet.gitignore diff --git a/Dotnet.gitignore b/Dotnet.gitignore new file mode 100644 index 00000000..f50eed6b --- /dev/null +++ b/Dotnet.gitignore @@ -0,0 +1,161 @@ +## A streamlined .gitignore for modern .NET projects +## including temporary files, build results, and +## files generated by popular .NET tools. If you are +## developing with Visual Studio, the VS .gitignore +## https://github.com/github/gitignore/blob/main/VisualStudio.gitignore +## has more thorough IDE-specific entries. +## +## Get latest from https://github.com/github/gitignore/blob/main/Dotnet.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# 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. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Web workbench (sass) +.sass-cache/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Microsoft Fakes +FakesAssemblies/ + +# MSBuild Binary and Structured Log +*.binlog + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS and VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +.vs/* +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +# but not Directory.Build.rsp, as it configures directory-level build defaults +!Directory.Build.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc \ No newline at end of file From 9dec0796bfa298be973448191ee2d40c72c1c874 Mon Sep 17 00:00:00 2001 From: "Maddy Montaquila (Leger)" Date: Wed, 5 Mar 2025 20:09:09 +0000 Subject: [PATCH 0922/1023] MOAR --- Dotnet.gitignore | 125 +++++++++-------------------------------------- 1 file changed, 23 insertions(+), 102 deletions(-) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index f50eed6b..8cf73ec4 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -7,13 +7,6 @@ ## ## Get latest from https://github.com/github/gitignore/blob/main/Dotnet.gitignore -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates - # Build results [Dd]ebug/ [Dd]ebugPublic/ @@ -30,17 +23,18 @@ bld/ [Ll]og/ [Ll]ogs/ -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* +# VS and VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace -# NUnit -*.VisualState.xml -TestResult.xml -nunit-*.xml +.vs/* -# Benchmark Results -BenchmarkDotNet.Artifacts/ +# OS Specifc +.DS_Store/* # .NET Core project.lock.json @@ -64,98 +58,25 @@ ScaffoldingReadMe.txt *.nuget.props *.nuget.targets -# Web workbench (sass) -.sass-cache/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# Note: Comment the next line if you want to checkin your web deploy settings, -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj - -# Microsoft Azure Web App publish settings. Comment the next line if you want to -# checkin your Azure Web App publish settings, but sensitive information contained -# in these scripts will be unencrypted -PublishScripts/ - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates # Others -ClientBin/ ~$* *~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.publishsettings -orleans.codegen.cs - -# Including strong name files can present a security risk -# (https://github.com/github/gitignore/pull/2483#issue-259490424) -#*.snk - -# Since there are multiple workflows, uncomment next line to ignore bower_components -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) -#bower_components/ - -# SQL Server files -*.mdf -*.ldf -*.ndf - -# Microsoft Fakes -FakesAssemblies/ # MSBuild Binary and Structured Log *.binlog -# Fody - auto-generated XML schema -FodyWeavers.xsd +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* -# VS and VS Code files for those working on multiple tools -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -*.code-workspace - -.vs/* -*_i.c -*_p.c -*_h.h -*.ilk -*.meta -*.obj -*.iobj -*.pch -*.pdb -*.ipdb -*.pgc -*.pgd -*.rsp -# but not Directory.Build.rsp, as it configures directory-level build defaults -!Directory.Build.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*.log -*.tlog -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc \ No newline at end of file +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml \ No newline at end of file From 534b175305c50808e4ff7642c853bb7eff2e6364 Mon Sep 17 00:00:00 2001 From: "Maddy Montaquila (Leger)" Date: Wed, 5 Mar 2025 21:51:22 +0000 Subject: [PATCH 0923/1023] added rider .idea/ and removed obsolete vs files --- Dotnet.gitignore | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index 8cf73ec4..995a80ea 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -25,6 +25,7 @@ bld/ # VS and VS Code files for those working on multiple tools .vscode/* + !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json @@ -33,6 +34,9 @@ bld/ .vs/* +# Still usesd in VS for HTTP files and publish profiles +.user + # OS Specifc .DS_Store/* @@ -58,16 +62,10 @@ ScaffoldingReadMe.txt *.nuget.props *.nuget.targets -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates - # Others ~$* *~ +CodeCoverage/ # MSBuild Binary and Structured Log *.binlog @@ -79,4 +77,7 @@ ScaffoldingReadMe.txt # NUnit *.VisualState.xml TestResult.xml -nunit-*.xml \ No newline at end of file +nunit-*.xml + +# JetBrains Rider +.idea/* \ No newline at end of file From dae35c0933f938c48b5fa96ebc8641c08974c0a2 Mon Sep 17 00:00:00 2001 From: "Maddy Montaquila (Leger)" Date: Wed, 5 Mar 2025 23:14:06 +0000 Subject: [PATCH 0924/1023] more tweaks --- Dotnet.gitignore | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index 995a80ea..27e5ac32 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -52,15 +52,6 @@ ScaffoldingReadMe.txt *.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. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets # Others ~$* From 8aa61b8d34fc231bc59c5af09f99f1767c7c9125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 9 Jun 2024 01:29:50 +0300 Subject: [PATCH 0925/1023] Add mise.gitignore https://mise.jdx.dev/ --- Global/mise.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Global/mise.gitignore diff --git a/Global/mise.gitignore b/Global/mise.gitignore new file mode 100644 index 00000000..987d1816 --- /dev/null +++ b/Global/mise.gitignore @@ -0,0 +1,17 @@ +# https://mise.jdx.dev/configuration.html +# https://mise.jdx.dev/configuration/environments.html +/.mise.*.local.toml +/.mise.local.toml +/mise.*.local.toml +/mise.local.toml +/.mise/config.local.toml +/.mise/config.*.local.toml +/mise/config.local.toml +/mise/config.*.local.toml +/.config/mise.local.toml +/.config/mise.*.local.toml +/.config/mise/config.local.toml +/.config/mise/config.*.local.toml + +# https://mise.jdx.dev/configuration.html#tool-versions +#/.tool-versions From d4fe781ae8e0a4f93eff58a6f1e629200e7494fc Mon Sep 17 00:00:00 2001 From: Math <175355178+maffeus@users.noreply.github.com> Date: Fri, 7 Mar 2025 17:30:22 -0300 Subject: [PATCH 0926/1023] Add short description and link to Luau repo --- Luau.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Luau.gitignore b/Luau.gitignore index 91cfa313..f7ecbc96 100644 --- a/Luau.gitignore +++ b/Luau.gitignore @@ -1,3 +1,8 @@ +# A fast, small, safe, gradually typed embeddable scripting language derived from Lua +# +# https://github.com/luau-lang/luau +# https://luau.org/ + # Code coverage coverage.out From 1235fcdff576dde1c0b92c5bb69979a53ac46660 Mon Sep 17 00:00:00 2001 From: "Maddy Montaquila (Leger)" Date: Mon, 10 Mar 2025 17:48:37 +0000 Subject: [PATCH 0927/1023] removing OS and IDE specific content --- Dotnet.gitignore | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index 27e5ac32..35063fc7 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -23,23 +23,6 @@ bld/ [Ll]og/ [Ll]ogs/ -# VS and VS Code files for those working on multiple tools -.vscode/* - -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json -*.code-workspace - -.vs/* - -# Still usesd in VS for HTTP files and publish profiles -.user - -# OS Specifc -.DS_Store/* - # .NET Core project.lock.json project.fragment.lock.json @@ -68,7 +51,4 @@ CodeCoverage/ # NUnit *.VisualState.xml TestResult.xml -nunit-*.xml - -# JetBrains Rider -.idea/* \ No newline at end of file +nunit-*.xml \ No newline at end of file From 016cd48bd44dea66914a64f03571c07bd17ff300 Mon Sep 17 00:00:00 2001 From: Aakash Jog Date: Mon, 10 Mar 2025 21:52:37 +0200 Subject: [PATCH 0928/1023] Add .loc to TeX.gitignore Add *.loc (auxiliary files generated by the `changes` package) to TeX.gitignore --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index 5a5b1c62..297d6552 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -67,6 +67,7 @@ acs-*.bib # changes *.soc +*.loc # comment *.cut From fdc1acb1bc77a8ba34b456a69dda84574f4c7c69 Mon Sep 17 00:00:00 2001 From: Matt Walsh <51417385+netbymatt@users.noreply.github.com> Date: Thu, 13 Mar 2025 13:07:41 -0500 Subject: [PATCH 0929/1023] Update TwinCAT3.gitignore A recent major revision from Beckhoff added several new suggested lines to gitignore. All existing items are still present, however the new file has been copied verbatim from TwinCAT documentation. https://infosys.beckhoff.com/english.php?content=../content/1033/tc3_sourcecontrol/14604066827.html&id= --- TwinCAT3.gitignore | 58 ++++++++++++++++++++++++++++++++-------------- 1 file changed, 41 insertions(+), 17 deletions(-) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 7bd6f875..4037daf1 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -1,25 +1,49 @@ -# gitignore template for TwinCAT3 +### TwinCAT3 ### # website: https://www.beckhoff.com/twincat3/ -# -# Recommended: VisualStudio.gitignore -# TwinCAT files +# TwinCAT PLC +*.plcproj.bak +*.plcproj.orig *.tpy *.tclrs +*.library *.compiled-library *.compileinfo -# Don't include the tmc-file rule if either of the following is true: -# 1. You've got TwinCAT C++ projects, as the information in the TMC-file is created manually for the C++ projects (in that case, only (manually) ignore the tmc-files for the PLC projects) -# 2. You've created a standalone PLC-project and added events to it, as these are stored in the TMC-file. -*.tmc -*.tmcRefac -*.library -*.project.~u -*.tsproj.bak -*.xti.bak +*.asm +*.core LineIDs.dbg LineIDs.dbg.bak -_Boot/ -_CompileInfo/ -_Libraries/ -_ModuleInstall/ \ No newline at end of file + +# TwinCAT C++ and shared types +# ignoring the TMC file is only useful for plain PLC programming +# as soon as shared data types (via tmc), C++ or in general TcCom-Module are used, the TMC file has to be part of the repository +*.tmc +*.tmcRefac + +# TwinCAT project files +*.tsproj.bak +*.tsproj.b?k +*.tsproj.orig +*.xti.bak +*.xti.bk? +*.xti.orig +*.xtv +*.xtv.bak +*.xtv.bk? + +# Multiuser specific +**/.TcGit/ + +# exclude not required folders +**/_Boot/ +**/_CompileInfo/ +**/_Libraries/ +**/_ModuleInstall/ +**/_Deployment/ +**/_Repository/ + +# VS Shell project specific files and folders +**/.vs/ +*.~u +*.project.~u +*.suo From 3400c8a214111a6b09826f693ef0215b4976c5a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Mon, 17 Mar 2025 09:48:33 +0200 Subject: [PATCH 0930/1023] Simplify mise ignores, make better applicable to monorepos --- Global/mise.gitignore | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/Global/mise.gitignore b/Global/mise.gitignore index 987d1816..2f44750e 100644 --- a/Global/mise.gitignore +++ b/Global/mise.gitignore @@ -1,17 +1,11 @@ # https://mise.jdx.dev/configuration.html # https://mise.jdx.dev/configuration/environments.html -/.mise.*.local.toml -/.mise.local.toml -/mise.*.local.toml -/mise.local.toml -/.mise/config.local.toml -/.mise/config.*.local.toml -/mise/config.local.toml -/mise/config.*.local.toml -/.config/mise.local.toml -/.config/mise.*.local.toml -/.config/mise/config.local.toml -/.config/mise/config.*.local.toml +.mise.*.local.toml +.mise.local.toml +mise.*.local.toml +mise.local.toml +.mise/*.local.toml +mise/*.local.toml # https://mise.jdx.dev/configuration.html#tool-versions -#/.tool-versions +#.tool-versions From dcb59cbf161e310ff99fd8035f6e98fb0f4005ae Mon Sep 17 00:00:00 2001 From: Martin Grosche Date: Wed, 19 Mar 2025 15:33:24 +0100 Subject: [PATCH 0931/1023] Update tool naming --- ECU-TEST.gitignore => ecu.test.gitignore | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) rename ECU-TEST.gitignore => ecu.test.gitignore (75%) diff --git a/ECU-TEST.gitignore b/ecu.test.gitignore similarity index 75% rename from ECU-TEST.gitignore rename to ecu.test.gitignore index d25ba945..1c4c0240 100644 --- a/ECU-TEST.gitignore +++ b/ecu.test.gitignore @@ -1,11 +1,11 @@ -# gitignore template for ECU-TEST workspaces - by TraceTronic https://tracetronic.com +# gitignore template for ecu.test workspaces - by TraceTronic https://tracetronic.com # website: https://www.ecu-test.com -# * all directories are related to the default directories, please adapt the .gitignore if you use customized -# directories +# * all directories are related to the default directories, please adapt the .gitignore if you use customized directories # Dynamic workspace settings -# * We don't recommend to ignore the .workspace directory, because of important project specific settings -# local user settings +# * We don't recommend to ignore the .workspace directory, because of important +# * project specific settings +# * local user settings .workspace/ETdrive.xml .workspace/favorites.xml .workspace/filters.xml @@ -25,7 +25,7 @@ .workspace/traceexplorer.xml # Custom file formats and test dependencies -# * you can manage your artifacts also with TEST-GUIDE (https://www.test-guide.info) and reference them via Playbooks +# * you can manage your artifacts also with test.guide (https://www.test-guide.info) and reference them via Playbooks *.arxml *.a2l *.dbc @@ -36,16 +36,15 @@ # Test results and test execution related content # * Git is not intended to store and provide test results for all iterations -# * We recommend to use TEST-GUIDE (https://www.test-guide.info) for the test report management +# * We recommend to use test.guide (https://www.test-guide.info) for the test report management TestReports # Report generators and templates -# * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the -# unnecessary subdirectories +# * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the unnecessary subdirectories Templates # Exclude large binary artifacts -# * you can manage your artifacts also with TEST-GUIDE (https://www.test-guide.info) and reference them via Playbooks +# * you can manage your artifacts also with test.guide (https://www.test-guide.info) and reference them via Playbooks Offline-FIUs Offline-Models Offline-SGBDs From 7a4a857dac945d78ab9d406b5158d9e8a7749125 Mon Sep 17 00:00:00 2001 From: Martin Grosche Date: Fri, 21 Mar 2025 08:07:55 +0100 Subject: [PATCH 0932/1023] Update .gitignore to include additional workspace and Python library files up to ecu.test 2025.1 --- ecu.test.gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ecu.test.gitignore b/ecu.test.gitignore index 1c4c0240..a8d07920 100644 --- a/ecu.test.gitignore +++ b/ecu.test.gitignore @@ -19,7 +19,9 @@ .workspace/tooladapter.xml .workspace/view.xml # optional, if your process depends on this file remove exclusion +.workspace/attributeLists.xml .workspace/interactiveexecution.xml +.workspace/protocol.xml .workspace/pythonlibrary.xml # deprecated, support for older versions .workspace/traceexplorer.xml @@ -40,9 +42,12 @@ TestReports # Report generators and templates -# * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the unnecessary subdirectories +# * if you want to provide (f.e.) your own report generators exclude the directory here and ignore only the unnecessary subdirectories Templates +# optional, default for external Python libraries +PyLibs + # Exclude large binary artifacts # * you can manage your artifacts also with test.guide (https://www.test-guide.info) and reference them via Playbooks Offline-FIUs From 3dc0b4878cd8a8e061221c16b5a5a9293653ed84 Mon Sep 17 00:00:00 2001 From: Martin Grosche Date: Fri, 21 Mar 2025 09:01:14 +0100 Subject: [PATCH 0933/1023] Update company naming --- ecu.test.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecu.test.gitignore b/ecu.test.gitignore index a8d07920..4514f440 100644 --- a/ecu.test.gitignore +++ b/ecu.test.gitignore @@ -1,4 +1,4 @@ -# gitignore template for ecu.test workspaces - by TraceTronic https://tracetronic.com +# gitignore template for ecu.test workspaces - by tracetronic https://tracetronic.com # website: https://www.ecu-test.com # * all directories are related to the default directories, please adapt the .gitignore if you use customized directories From 87d93eeb2e7d11e16f8e88d8b8150323e1e641b0 Mon Sep 17 00:00:00 2001 From: Bart Laarhoven Date: Mon, 24 Mar 2025 10:06:41 +0100 Subject: [PATCH 0934/1023] Ignore .idea/sonarlint.xml As mentioned in https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119, the `sonarlint.xml` file should be in the `.gitignore`. --- Global/JetBrains.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index 3649d6dc..640821ac 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -63,6 +63,7 @@ atlassian-ide-plugin.xml # SonarLint plugin .idea/sonarlint/ +.idea/sonarlint.xml # see https://community.sonarsource.com/t/is-the-file-idea-idea-idea-sonarlint-xml-intended-to-be-under-source-control/121119 # Crashlytics plugin (for Android Studio and IntelliJ) com_crashlytics_export_strings.xml From ab7e5f6994ef70b790f4800eb0ea82a9e11b665e Mon Sep 17 00:00:00 2001 From: Alessandro Cuttin Date: Wed, 26 Mar 2025 16:32:19 +0100 Subject: [PATCH 0935/1023] Added .atfi extension for package attachfile2 --- TeX.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index 5a5b1c62..b3d3d7f6 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -59,6 +59,9 @@ acs-*.bib # amsthm *.thm +# attachfile2 +*.atfi + # beamer *.nav *.pre From 5d9130efadbeb69bd91aed873ef50b579c14d635 Mon Sep 17 00:00:00 2001 From: Shannja <103908889+Shannja@users.noreply.github.com> Date: Sun, 30 Mar 2025 20:08:36 -0500 Subject: [PATCH 0936/1023] Update Unity.gitignore --- Unity.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Unity.gitignore b/Unity.gitignore index efec83d8..96ae0de9 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -10,6 +10,7 @@ /[Bb]uilds/ /[Ll]ogs/ /[Uu]ser[Ss]ettings/ +*.log # MemoryCaptures can get excessive in size. # They also could contain extremely sensitive data From c843504839b6b219fe1174afc7a25bf53483123a Mon Sep 17 00:00:00 2001 From: Capi Etheriel Date: Mon, 31 Mar 2025 15:39:25 -0300 Subject: [PATCH 0937/1023] Add Dotter.gitnore --- community/Dotter.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 community/Dotter.gitignore diff --git a/community/Dotter.gitignore b/community/Dotter.gitignore new file mode 100644 index 00000000..86e82e8c --- /dev/null +++ b/community/Dotter.gitignore @@ -0,0 +1,6 @@ +# local files are for host-specific overrides +.dotter/local.toml + +# ignore caches +.dotter/cache.toml +.dotter/cache From 71558441e9df93c271ff3b07ea98ec064b775a06 Mon Sep 17 00:00:00 2001 From: Matt Alexander Date: Mon, 31 Mar 2025 22:52:38 -0500 Subject: [PATCH 0938/1023] Update Linux.gitignore --- Global/Linux.gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 2ea12bbf..35ea8c67 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -3,7 +3,7 @@ # temporary files which can be created if a process still has a handle open of a deleted file .fuse_hidden* -# KDE directory preferences +# Metadata left by Dolphin file manager, which comes with KDE Plasma .directory # Linux trash folder which might appear on any partition or disk @@ -14,6 +14,3 @@ # Log files created by default by the nohup command nohup.out - -# Metadata left by Dolphin file manager, which comes with KDE Plasma -.directory From 63d066391fe93f98871b9a43df0f10f8366b8c03 Mon Sep 17 00:00:00 2001 From: Anish Mishra Date: Mon, 7 Apr 2025 23:12:04 +0530 Subject: [PATCH 0939/1023] Add nomedia file to Godot.gitignore This file is only needed for Android Editor and automatically generated if missing. No need to track it. --- Godot.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Godot.gitignore b/Godot.gitignore index bb711806..50335d9d 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -1,5 +1,6 @@ # Godot 4+ specific ignores .godot/ +.nomedia # Godot-specific ignores .import/ From 5c4badd74090fcdb9cc942ba0959718c84b3e1e1 Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sat, 12 Apr 2025 11:29:59 +0200 Subject: [PATCH 0940/1023] Refine minted rules --- TeX.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TeX.gitignore b/TeX.gitignore index 5a5b1c62..dcb1021b 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -175,6 +175,7 @@ acs-*.bib *.stc[0-9]* # minted +*.data.minted _minted* *.pyg From a0e5b9d545cdd063130cda2ffb22304eaa6d5f9a Mon Sep 17 00:00:00 2001 From: Oliver Kopp Date: Sat, 12 Apr 2025 11:32:16 +0200 Subject: [PATCH 0941/1023] Fix ordering --- TeX.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TeX.gitignore b/TeX.gitignore index dcb1021b..e9c5a72e 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -175,8 +175,8 @@ acs-*.bib *.stc[0-9]* # minted -*.data.minted _minted* +*.data.minted *.pyg # morewrites From c831d190f681b00080d12bfe4982a3bceac5ddf7 Mon Sep 17 00:00:00 2001 From: Nicholas Wilson Date: Mon, 21 Apr 2025 11:55:31 -0500 Subject: [PATCH 0942/1023] chore(links): replace URLs with HTTPS for better security --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c43b1d0e..1635822e 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ the following resources are a great place to start: - The [Ignoring Files article][help] on the GitHub Help site. - The [gitignore(5)][man] manual page. -[man]: http://git-scm.com/docs/gitignore +[man]: https://git-scm.com/docs/gitignore [help]: https://help.github.com/articles/ignoring-files [chapter]: https://git-scm.com/book/en/v2/Git-Basics-Recording-Changes-to-the-Repository#_ignoring -[progit]: http://git-scm.com/book +[progit]: https://git-scm.com/book ## Folder structure From 4ed7892d1ad3dc647fee77004dc5a51a8d8184ea Mon Sep 17 00:00:00 2001 From: Dan Cassidy <5643061+rux616@users.noreply.github.com> Date: Thu, 24 Apr 2025 11:35:50 +1200 Subject: [PATCH 0943/1023] Ignore all .terraform directories Changes to using the `foo/` naming pattern to ensure that these directories will be ignored at all depths. --- Terraform.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 2faf43d0..6349e361 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -1,5 +1,5 @@ # Local .terraform directories -**/.terraform/* +.terraform/ # .tfstate files *.tfstate From 86a7d7dbadb8f8aa25943dfb9dd8911d154f4278 Mon Sep 17 00:00:00 2001 From: ralphmcralph Date: Fri, 25 Apr 2025 10:23:37 +0200 Subject: [PATCH 0944/1023] Add .gitignore template for Solidity + Remix --- Solidity-Remix.gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Solidity-Remix.gitignore diff --git a/Solidity-Remix.gitignore b/Solidity-Remix.gitignore new file mode 100644 index 00000000..a49555a4 --- /dev/null +++ b/Solidity-Remix.gitignore @@ -0,0 +1,15 @@ +# Remix compiler artifacts +**/artifacts/ +**/artifacts/** + +# Remix plugin state folders +deps/ +states/ + +# Debug info +*.dbg.json +*.tsbuildinfo + +# Optional +.env +.env.local \ No newline at end of file From b71782331f15039c1ff14e6fa8594b24ad8f6bcd Mon Sep 17 00:00:00 2001 From: grafst Date: Mon, 28 Apr 2025 16:38:03 +0200 Subject: [PATCH 0945/1023] add .ansible/ folder to ansible.gitignore it is used for local caches, pws and tempfiles --- Global/Ansible.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/Ansible.gitignore b/Global/Ansible.gitignore index a8b42eb6..7eaa6e28 100644 --- a/Global/Ansible.gitignore +++ b/Global/Ansible.gitignore @@ -1 +1,2 @@ *.retry +.ansible/ From 7e9487fe98e57a7e0807d2487b0dddaff57467f6 Mon Sep 17 00:00:00 2001 From: matnorri Date: Wed, 30 Apr 2025 09:32:09 -0400 Subject: [PATCH 0946/1023] feat(LangChain.gitignore): ignore LangGraph Ignore LangGraph artifacts, e.g., pickle files. --- LangChain.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 LangChain.gitignore diff --git a/LangChain.gitignore b/LangChain.gitignore new file mode 100644 index 00000000..c76ebfd9 --- /dev/null +++ b/LangChain.gitignore @@ -0,0 +1,6 @@ +# gitignore template for LangChain products, e.g., LangGraph, LangSmith +# website: https://www.langchain.com/ +# website: https://www.langchain.com/langgraph + +# LangGraph +.langgraph_api/ From 10164d7048233e6e482e31bb3587784cfa4e2a5e Mon Sep 17 00:00:00 2001 From: Guilherme Arcoverde Date: Fri, 2 May 2025 12:51:41 -0300 Subject: [PATCH 0947/1023] Add .aws-sam/ to ignore AWS SAM build artifacts --- VisualStudio.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 93df31bc..a306c963 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -355,6 +355,9 @@ ASALocalRun/ # MSBuild Binary and Structured Log *.binlog +# AWS SAM Build and Temporary Artifacts folder +.aws-sam + # NVidia Nsight GPU debugger configuration file *.nvuser From 982fb519b37362d02028ab8588953a9a597d4c61 Mon Sep 17 00:00:00 2001 From: Daniel Johnson Date: Fri, 2 May 2025 15:04:54 -0700 Subject: [PATCH 0948/1023] Create CODEOWNERS --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..31234448 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# Order is important. The LAST matching pattern has the MOST precedence. +# gitignore style patterns are used, not globs. +# https://docs.github.com/articles/about-codeowners +# https://git-scm.com/docs/gitignore + +# Catch All - Defer to the gitignore maintainers +* @github/gitignore-maintainers From 5577a312321be1fd88161207cee0a5a7dad6f376 Mon Sep 17 00:00:00 2001 From: Lucas Liu Date: Wed, 14 May 2025 11:35:31 +0800 Subject: [PATCH 0949/1023] add .cursorrules --- Python.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 0a197900..f5fd27f8 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -172,3 +172,9 @@ cython_debug/ # PyPI configuration file .pypirc + +# Cursor +# Cursor is a code editor integrated with LLM. `.cursorrules` is its project-level configuration file, +# refer to https://docs.cursor.com/context/rules, which is used to customize the code generation rules of AI +.cursorrules +.cursor/rules \ No newline at end of file From a642376bb2baca1742c7061e47d9386dd18ade0c Mon Sep 17 00:00:00 2001 From: Lucas Liu Date: Thu, 15 May 2025 09:10:29 +0800 Subject: [PATCH 0950/1023] add .cursorignore --- Python.gitignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index f5fd27f8..dd15ec48 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -173,8 +173,9 @@ cython_debug/ # PyPI configuration file .pypirc -# Cursor -# Cursor is a code editor integrated with LLM. `.cursorrules` is its project-level configuration file, -# refer to https://docs.cursor.com/context/rules, which is used to customize the code generation rules of AI -.cursorrules -.cursor/rules \ No newline at end of file +# Cursor +# Cursor is an AI-powered code editor.`.cursorignore` specifies files/directories to +# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data +# refer to https://docs.cursor.com/context/ignore-files +.cursorignore +.cursorindexingignore \ No newline at end of file From 426abd86128e3631c60918649b4aa91d360673d2 Mon Sep 17 00:00:00 2001 From: Devin Dooley Date: Fri, 16 May 2025 20:22:27 +0000 Subject: [PATCH 0951/1023] Configure stalebot in dry-run mode --- .github/workflow/stale.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/workflow/stale.yml diff --git a/.github/workflow/stale.yml b/.github/workflow/stale.yml new file mode 100644 index 00000000..5f51ae20 --- /dev/null +++ b/.github/workflow/stale.yml @@ -0,0 +1,32 @@ +name: Stale + +# **What it does**: Close pull requests after no updates for 180 days. +# **Why we have it**: This repository gets a lot of PRs, and the maintainers team is small. +# This helps reduce the open PRs to ones that are most desired by the community. +# **Who does it impact**: Contributors and maintainers of github/gitignore. + +on: + schedule: + - cron: '20 16 * * *' # Run every day at 16:20 UTC / 8:20 PST + +permissions: + actions: write + contents: write # only for delete-branch option + issues: write + pull-requests: write + +jobs: + stale: + runs-on: ubuntu-latest + steps: + - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0 + with: + stale-pr-message: 'This PR is stale because there have been no updates in 90 days. It will close after 180 days of inactivity. Leave a comment if you want to keep it open :smile:' + close-pr-message: 'This PR has been closed because it was inactive for 180 days. If you want to continue working on it, please open a new PR.' + days-before-stale: 90 + days-before-close: 180 + stale-pr-label: 'stale' + exempt-pr-labels: 'keep' + close-issue-reason: not_planned + ascending: true # Sort PRs by last updated date in ascending order + debug-only: true # Set to true to test the action without actually closing any PRs From c682e17a2bdbaaef76289afd437b889b08bef078 Mon Sep 17 00:00:00 2001 From: Devin Dooley Date: Sat, 17 May 2025 19:34:04 +0000 Subject: [PATCH 0952/1023] Move .github/workflow to .github/workflows --- .github/{workflow => workflows}/stale.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflow => workflows}/stale.yml (100%) diff --git a/.github/workflow/stale.yml b/.github/workflows/stale.yml similarity index 100% rename from .github/workflow/stale.yml rename to .github/workflows/stale.yml From 012a024a8d2a015c368ef2db54236818cc916fe8 Mon Sep 17 00:00:00 2001 From: Devin Dooley Date: Mon, 19 May 2025 18:20:26 +0000 Subject: [PATCH 0953/1023] Restore trailing newline in Python.gitignore --- Python.gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index dd15ec48..651a6d10 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -173,9 +173,9 @@ cython_debug/ # PyPI configuration file .pypirc -# Cursor -# Cursor is an AI-powered code editor.`.cursorignore` specifies files/directories to +# Cursor +# Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to # exclude from AI features like autocomplete and code analysis. Recommended for sensitive data # refer to https://docs.cursor.com/context/ignore-files .cursorignore -.cursorindexingignore \ No newline at end of file +.cursorindexingignore From bf0e0fdbfbf48930a02b631447a3919672631e66 Mon Sep 17 00:00:00 2001 From: Devin Dooley Date: Tue, 20 May 2025 22:42:24 +0000 Subject: [PATCH 0954/1023] Run stale workflow without debug-only mode --- .github/workflows/stale.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 5f51ae20..8c8b0ddf 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,4 +29,3 @@ jobs: exempt-pr-labels: 'keep' close-issue-reason: not_planned ascending: true # Sort PRs by last updated date in ascending order - debug-only: true # Set to true to test the action without actually closing any PRs From 17441027c3376ecef5c8d8241c4ff424c6ef9122 Mon Sep 17 00:00:00 2001 From: Wuhall Date: Wed, 21 May 2025 17:12:50 +0800 Subject: [PATCH 0955/1023] add Cursor.gitignore --- Global/Cursor.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Global/Cursor.gitignore diff --git a/Global/Cursor.gitignore b/Global/Cursor.gitignore new file mode 100644 index 00000000..0166b012 --- /dev/null +++ b/Global/Cursor.gitignore @@ -0,0 +1,3 @@ +.vscode/* +.cursorignore +.cursorindexingignore From 48b1054d9d2af3b3fc1a7161fe96e970a37b81a9 Mon Sep 17 00:00:00 2001 From: Wuhall Date: Thu, 22 May 2025 08:41:23 +0800 Subject: [PATCH 0956/1023] Remove .vscode/* --- Global/Cursor.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/Global/Cursor.gitignore b/Global/Cursor.gitignore index 0166b012..234f905b 100644 --- a/Global/Cursor.gitignore +++ b/Global/Cursor.gitignore @@ -1,3 +1,2 @@ -.vscode/* .cursorignore .cursorindexingignore From 3cb11f3091334d08d8770ff2797a1e84211c8a7a Mon Sep 17 00:00:00 2001 From: Frank Ebel Date: Thu, 22 May 2025 14:56:38 +0200 Subject: [PATCH 0957/1023] feat(Julia): ignore all Manifest files --- Julia.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Julia.gitignore b/Julia.gitignore index 29126e47..9a2ea08d 100644 --- a/Julia.gitignore +++ b/Julia.gitignore @@ -21,4 +21,4 @@ docs/site/ # 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 +Manifest*.toml From 9672d15dabdd5861793691f183ec9f05c2a2c953 Mon Sep 17 00:00:00 2001 From: Daniel Johnson Date: Fri, 23 May 2025 14:11:31 -0700 Subject: [PATCH 0958/1023] Moves Nix.gitignore to root because popular The Nix repo(https://github.com/NixOS/nix) has over 14k stars and over 1k clones. I believe this project is widely used and popular enough to move to the root now. --- community/Nix.gitignore => Nix.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename community/Nix.gitignore => Nix.gitignore (100%) diff --git a/community/Nix.gitignore b/Nix.gitignore similarity index 100% rename from community/Nix.gitignore rename to Nix.gitignore From 55bb9508aec142dd6d6e85e6bd01a80fe50186a8 Mon Sep 17 00:00:00 2001 From: Max <43377490+max-hill-4@users.noreply.github.com> Date: Fri, 23 May 2025 21:39:08 +0000 Subject: [PATCH 0959/1023] Update Python.gitignore --- Python.gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 651a6d10..6f694c32 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -167,6 +167,13 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ +# Visual Studio Code +# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore +# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore +# and can be added to the global gitignore or merged into this file. However, if you prefer, +# you could uncomment the following to ignore the enitre vscode folder +# .vscode/ + # Ruff stuff: .ruff_cache/ From 107b0b483821a46f217a90321adf0f5307e09c50 Mon Sep 17 00:00:00 2001 From: Dmitry Maganov Date: Sun, 25 May 2025 06:13:54 +0300 Subject: [PATCH 0960/1023] Add `.haxelsp/recording/` --- Haxe.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Haxe.gitignore b/Haxe.gitignore index 4891a0ff..efafc9e9 100644 --- a/Haxe.gitignore +++ b/Haxe.gitignore @@ -1,2 +1,3 @@ .haxelib/ +.haxelsp/recording/ dump/ From 6578d74599385ec36ef4a6d8ff98e8c19b4149b8 Mon Sep 17 00:00:00 2001 From: Jawher Kl Date: Sun, 25 May 2025 16:45:43 +0100 Subject: [PATCH 0961/1023] Update Angular.gitignore --- Angular.gitignore | 84 +++++------------------------------------------ 1 file changed, 9 insertions(+), 75 deletions(-) diff --git a/Angular.gitignore b/Angular.gitignore index 6dfab584..0383c3a5 100644 --- a/Angular.gitignore +++ b/Angular.gitignore @@ -1,94 +1,28 @@ -# Angular -# Build output +# Angular specific /dist/ /out-tsc/ /tmp/ /coverage/ /e2e/test-output/ /.angular/ +.angular/ -# Node modules +# Node modules and dependency files /node_modules/ - -# Dependency directories -/.npm/ -/.yarn/ - -# Package lock and yarn lock files /package-lock.json /yarn.lock # Environment files /.env -# TypeScript cache files +# Angular CLI and build artefacts +/.angular-cli.json +/.ng/ + +# TypeScript cache *.tsbuildinfo -# Debug log files +# Logs npm-debug.log* yarn-debug.log* yarn-error.log* - -# IDE directories and files -/.idea/ -/.vscode/ -/project-folder/.idea/ -/project-folder/.vscode/ - -# OS-specific files -.DS_Store -Thumbs.db - -# Temporary files -*.bak -*.swp -*~ - -# Build artifacts from Angular CLI -/.angular-cli.json -.angular/ - -# Angular CLI cache -/.ng/ - -# VS Code settings -.vscode/settings.json - -# System files -*.sublime-workspace -*.sublime-project - -# Logs -/logs -/debug.log -*.log - -# Temporary files from editor or operating system -*~.nfs* - -# JetBrains IDE (e.g., WebStorm) files -/.idea/ - -# End-to-end testing -/cypress/ - -# Firebase hosting files -firebase.json - -# Jest snapshot files -*.snap - -# Webpack config -webpack.config.js -webpack.prod.js -webpack.dev.js - -# Coverage output directory -/coverage/ - -# Test files -*.spec.ts -*.test.ts - -# Miscellaneous -/.angular/ From 6bc658a1c703c9a296cec51bdce92c009867601a Mon Sep 17 00:00:00 2001 From: oittaa <8972248+oittaa@users.noreply.github.com> Date: Sun, 25 May 2025 21:22:56 +0200 Subject: [PATCH 0962/1023] Zig.gitignore add *.o $ zig version 0.14.1 If you run `zig build-exe myfile.zig` it will generate myfile.o in addition to the executable in the current directory. I think those should be ignored even though they are usually in the zig-out directory if you use the proper build system. --- Zig.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Zig.gitignore b/Zig.gitignore index 3389c86c..0180838a 100644 --- a/Zig.gitignore +++ b/Zig.gitignore @@ -1,2 +1,3 @@ .zig-cache/ zig-out/ +*.o From 90c3bc712bc11378dd425d3d478df5032066696c Mon Sep 17 00:00:00 2001 From: Nathaniel Young Date: Fri, 30 May 2025 22:47:20 +0000 Subject: [PATCH 0963/1023] fixes spelling in in Python.gitignore in VS Code section --- Python.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 7b004e51..bda86c7c 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -177,7 +177,7 @@ cython_debug/ # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore # and can be added to the global gitignore or merged into this file. However, if you prefer, -# you could uncomment the following to ignore the enitre vscode folder +# you could uncomment the following to ignore the entire vscode folder # .vscode/ # Ruff stuff: From daf38183c7dd59e77a7de21e0cef55749ddfc4a4 Mon Sep 17 00:00:00 2001 From: vicman7 Date: Sat, 31 May 2025 16:00:30 -0500 Subject: [PATCH 0964/1023] Add poetry.toml to Python.gitignore --- Python.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index bda86c7c..2cd3f639 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -106,6 +106,7 @@ ipython_config.py # commonly ignored for libraries. # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control #poetry.lock +#poetry.toml # pdm # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. @@ -191,4 +192,4 @@ cython_debug/ # exclude from AI features like autocomplete and code analysis. Recommended for sensitive data # refer to https://docs.cursor.com/context/ignore-files .cursorignore -.cursorindexingignore \ No newline at end of file +.cursorindexingignore From 3741d6f73fbd3b5987c510a406a2ec37fe43abf0 Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Tue, 3 Jun 2025 21:22:33 +0800 Subject: [PATCH 0965/1023] Update UTAU.gitignore --- community/UTAU.gitignore | 50 ++++++++++++++++++++++++++++++---------- 1 file changed, 38 insertions(+), 12 deletions(-) diff --git a/community/UTAU.gitignore b/community/UTAU.gitignore index fae63fec..32991582 100644 --- a/community/UTAU.gitignore +++ b/community/UTAU.gitignore @@ -1,17 +1,34 @@ -#This gitignore file is created for UTAU (and other singing voice synthesizers) voicebank development -#example repo: https://github.com/oxygen-dioxide/hitsuboku-kumi-chn/ - #Adobe Audition *.pkf -#UTAU -*.frq -*.mrq -*.llsm -*.pmk -*.vs4ufrq -*.frc +#UTAU Engines +*.ctspec +*.d4c *.dio +*.frc +*.frt +*.frq +*.harvest +*.lessaudio +*.llsm +*.mrq +*.pitchtier +*.pkf +*.platinum +*.pmk +*.sc.npz +*.star +*.uspec +*.vs4ufrq + +#UTAU related tools +$read +*.setParam-Scache +*.lbp +*.lbp.caches/* + +#OpenUtau +errors.txt #Deepvocal *.DVModel @@ -20,10 +37,19 @@ SKC SKI SKC_1 SKC_2 -SKC_3 -SKC_4 *.sksd #VocalSharp *.scep *.vssf +*.vsdx +*.vsdxindex + +#Binary Archive +*.7z +*.zip +*.rar +*.exe + +*.bat +*.ps1 From f23d10eddf8699ad5c7f8cf54ec6a769b03438f5 Mon Sep 17 00:00:00 2001 From: arnav-42 Date: Tue, 3 Jun 2025 15:40:50 -0400 Subject: [PATCH 0966/1023] Create Expo.gitignore --- community/JavaScript/Expo.gitignore | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 community/JavaScript/Expo.gitignore diff --git a/community/JavaScript/Expo.gitignore b/community/JavaScript/Expo.gitignore new file mode 100644 index 00000000..7dfb87b2 --- /dev/null +++ b/community/JavaScript/Expo.gitignore @@ -0,0 +1,35 @@ +# .gitignore template for Expo +# website: https://expo.dev/ +# docs: https://docs.expo.dev/workflow/expo-cli/ +# +# Rationale: +# node_modules/ is always ignored +# .expo/, .expo-shared/ are Expo’s local state and project-settings cache (see docs) +#  Metro caches/logs are *.expo, *.tunnel, *.cache, *.tmp, *.log + +# Node modules +node_modules/ + +# Expo local state and caches +.expo/ # runtime state (Metro bundler, dev-client data, tunnels) +.expo-shared/ # shared project settings (app.json edits, etc.) + +# Metro bundler caches/logs +*.expo # generic Expo temp files +*.tunnel # Expo DevTools tunnels +*.cache # Metro cache folder +*.tmp # temp files created during bundling +*.log # build or Metro logs + +# macOS system files +.DS_Store + +# Environment variables +.env +.env.local +.env.*.local + +# Package manager logs +npm-debug.log* +yarn-debug.log* +yarn-error.log* From a6cba8d437f67313b07b8f39695dcef41fc0bffe Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Wed, 4 Jun 2025 06:29:52 +0800 Subject: [PATCH 0967/1023] Update community/UTAU.gitignore Co-authored-by: Devin Dooley --- community/UTAU.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/community/UTAU.gitignore b/community/UTAU.gitignore index 32991582..bb2b0846 100644 --- a/community/UTAU.gitignore +++ b/community/UTAU.gitignore @@ -51,5 +51,3 @@ SKC_2 *.rar *.exe -*.bat -*.ps1 From 153d94f1553a8a67860cd579324fce5c13941036 Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Wed, 4 Jun 2025 06:30:18 +0800 Subject: [PATCH 0968/1023] Update community/UTAU.gitignore Co-authored-by: Devin Dooley --- community/UTAU.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/UTAU.gitignore b/community/UTAU.gitignore index bb2b0846..81104c40 100644 --- a/community/UTAU.gitignore +++ b/community/UTAU.gitignore @@ -1,4 +1,4 @@ -#Adobe Audition +# Adobe Audition *.pkf #UTAU Engines From 8de5ff743c25312a627ef2fff5a253e2068deb0d Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Wed, 4 Jun 2025 06:30:32 +0800 Subject: [PATCH 0969/1023] Update community/UTAU.gitignore Co-authored-by: Devin Dooley --- community/UTAU.gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/community/UTAU.gitignore b/community/UTAU.gitignore index 81104c40..28c10a29 100644 --- a/community/UTAU.gitignore +++ b/community/UTAU.gitignore @@ -13,7 +13,6 @@ *.llsm *.mrq *.pitchtier -*.pkf *.platinum *.pmk *.sc.npz From 33555307a083c61b0a5bc4358f0e985f83f5a154 Mon Sep 17 00:00:00 2001 From: oxygen-dioxide <54425948+oxygen-dioxide@users.noreply.github.com> Date: Wed, 4 Jun 2025 06:36:29 +0800 Subject: [PATCH 0970/1023] Update UTAU.gitignore --- community/UTAU.gitignore | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/community/UTAU.gitignore b/community/UTAU.gitignore index 28c10a29..173bc781 100644 --- a/community/UTAU.gitignore +++ b/community/UTAU.gitignore @@ -1,7 +1,7 @@ # Adobe Audition *.pkf -#UTAU Engines +# UTAU Engines *.ctspec *.d4c *.dio @@ -20,16 +20,16 @@ *.uspec *.vs4ufrq -#UTAU related tools +# UTAU related tools $read *.setParam-Scache *.lbp *.lbp.caches/* -#OpenUtau +# OpenUtau errors.txt -#Deepvocal +# Deepvocal *.DVModel *-log.txt SKC @@ -38,13 +38,13 @@ SKC_1 SKC_2 *.sksd -#VocalSharp +# VocalSharp *.scep *.vssf *.vsdx *.vsdxindex -#Binary Archive +# Binary Archive *.7z *.zip *.rar From abfc5f1eb4b30a5d92360ab5e3a945670c29c018 Mon Sep 17 00:00:00 2001 From: Devin Dooley Date: Fri, 6 Jun 2025 20:34:35 +0000 Subject: [PATCH 0971/1023] Increase stale operations per run to 300 --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8c8b0ddf..c7dcb74f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,3 +29,4 @@ jobs: exempt-pr-labels: 'keep' close-issue-reason: not_planned ascending: true # Sort PRs by last updated date in ascending order + operations-per-run: 300 From 7a0861672ac271544ef5406600a612c1d1e2b383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Fri, 17 Mar 2023 10:02:38 +0100 Subject: [PATCH 0972/1023] Add #auto_saved_files# to the Kicad.gitignore --- KiCad.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/KiCad.gitignore b/KiCad.gitignore index e4c4c043..b890b7a5 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -31,4 +31,6 @@ fp-info-cache *.csv # Archived Backups (KiCad 6.0) -**/*-backups/*.zip \ No newline at end of file +**/*-backups/*.zip + +\#auto_saved_files\# From 18e38e6b36c945fb83e132e26fe462761fa22fc8 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Mon, 9 Jun 2025 14:12:12 +0200 Subject: [PATCH 0973/1023] Update ColdBox.gitignore --- ColdBox.gitignore | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/ColdBox.gitignore b/ColdBox.gitignore index a3b06c0a..0519302c 100644 --- a/ColdBox.gitignore +++ b/ColdBox.gitignore @@ -1,27 +1,25 @@ -# General Ignores + IDE -.DS_Store -settings.xml - -# Localized Servers -.engine/** +# Servelet Ignores WEB-INF -# Environment File +# Engines + Database + CBFS + Secrets +.tmp/** .env +.engine/** +.cbfs/** +docker/.db/** -# Logs +# logs + tests logs/** - -# Code Coverage and Test Results tests/results/** -# NPM Modules +# npm **/node_modules/* npm-debug.log yarn-error.log -## ColdBox Dependencies and Modules -coldbox/* -testbox/* -modules/* -modules/**/apidocs/** +## Ignored Dependencies +effective-pom.xml +/coldbox/** +/testbox/** +/modules/** +/lib/java/** From 9cc0b706bfe10f6759a6325c20213b9eacdb2e43 Mon Sep 17 00:00:00 2001 From: arnav-42 Date: Mon, 9 Jun 2025 17:32:55 -0400 Subject: [PATCH 0974/1023] Update Expo.gitignore removed MacOS specific line --- community/JavaScript/Expo.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/community/JavaScript/Expo.gitignore b/community/JavaScript/Expo.gitignore index 7dfb87b2..164986e1 100644 --- a/community/JavaScript/Expo.gitignore +++ b/community/JavaScript/Expo.gitignore @@ -21,9 +21,6 @@ node_modules/ *.tmp # temp files created during bundling *.log # build or Metro logs -# macOS system files -.DS_Store - # Environment variables .env .env.local From 6c855b59ddca40b97adbe673111457bad8a7a34a Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Tue, 10 Jun 2025 12:36:24 -0400 Subject: [PATCH 0975/1023] Update VBA.gitignore Add DS_Store for mac users --- VBA.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/VBA.gitignore b/VBA.gitignore index ebb292a4..99417825 100644 --- a/VBA.gitignore +++ b/VBA.gitignore @@ -1,3 +1,6 @@ +# Hidden metadata files created by macOS (Desktop Services Store) +.DS_Store + # Office temporary files ~$* From ac81151c3312856c7723c8171a9c8b5360693335 Mon Sep 17 00:00:00 2001 From: Noah Gilson Date: Tue, 10 Jun 2025 13:09:13 -0700 Subject: [PATCH 0976/1023] Update PR so it doesnt get deleted --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 1a48e921..605ab47e 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -392,4 +392,4 @@ FodyWeavers.xsd *.msi *.msix *.msm -*.msp +*.msp From 1d84c6b57c364adc20f344d2c18c8a000627db30 Mon Sep 17 00:00:00 2001 From: Noah Gilson Date: Tue, 10 Jun 2025 13:09:42 -0700 Subject: [PATCH 0977/1023] Update VisualStudio.gitignore --- VisualStudio.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 605ab47e..1a48e921 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -392,4 +392,4 @@ FodyWeavers.xsd *.msi *.msix *.msm -*.msp +*.msp From 47d83d00c36aad6b3048ae64c92bb7e99e4a99cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=B1=E5=AE=87=E9=98=B3?= <148193681+aiyvyang@users.noreply.github.com> Date: Wed, 11 Jun 2025 20:09:29 +0800 Subject: [PATCH 0978/1023] Update JetBrains.gitignore to ignore Apifox Helper cache add Apifox Helper cache --- Global/JetBrains.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index cd15dba1..2944f07b 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -76,3 +76,7 @@ fabric.properties # Android studio 3.1+ serialized cache file .idea/caches/build_file_checksums.ser + +# Apifox Helper cache +.idea/.cache/.Apifox_Helper +.idea/ApifoxUploaderProjectSetting.xml From 8bda061a46828484be3cf9546fbcdbc54c7cc880 Mon Sep 17 00:00:00 2001 From: Martin Leduc <31558169+DecimalTurn@users.noreply.github.com> Date: Wed, 11 Jun 2025 13:09:47 -0400 Subject: [PATCH 0979/1023] Update VBA.gitignore Co-authored-by: Tim Hunter --- VBA.gitignore | 2 -- 1 file changed, 2 deletions(-) diff --git a/VBA.gitignore b/VBA.gitignore index 99417825..710dab19 100644 --- a/VBA.gitignore +++ b/VBA.gitignore @@ -1,5 +1,3 @@ -# Hidden metadata files created by macOS (Desktop Services Store) -.DS_Store # Office temporary files ~$* From 7b268f627c2fa4bf87e7f0741bc3c2d61b465656 Mon Sep 17 00:00:00 2001 From: Mikaeil Mayeli Date: Thu, 12 Jun 2025 14:13:20 -0400 Subject: [PATCH 0980/1023] Ignore marimo cache in Python.gitignore --- Python.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 2cd3f639..6b64c71f 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -193,3 +193,8 @@ cython_debug/ # refer to https://docs.cursor.com/context/ignore-files .cursorignore .cursorindexingignore + +# Marimo +marimo/_static/ +marimo/_lsp/ +__marimo__/ From d52f8a215e35a1f51c701216aee48cedfd656d46 Mon Sep 17 00:00:00 2001 From: Jawher Kl Date: Fri, 13 Jun 2025 16:28:54 +0100 Subject: [PATCH 0981/1023] Create Nestjs.gitignore --- Nestjs.gitignore | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Nestjs.gitignore diff --git a/Nestjs.gitignore b/Nestjs.gitignore new file mode 100644 index 00000000..845341e4 --- /dev/null +++ b/Nestjs.gitignore @@ -0,0 +1,24 @@ +# Nestjs specific +/dist +/node_modules +/build +/tmp + +# Logs +logs +*.log +npm-debug.log* +pnpm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log* + +# dotenv environment variable files +.env +.env.development +.env.test +.env.production + +# temp directory +.temp +.tmp From 429b07b7d4d946e46678dece9e0740ec650a53eb Mon Sep 17 00:00:00 2001 From: Furkan Kambay Date: Fri, 13 Jun 2025 22:15:02 +0300 Subject: [PATCH 0982/1023] VSCode: Unignore `.code-workspace`, remove `.history/` (3rd party extension) --- Global/VisualStudioCode.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Global/VisualStudioCode.gitignore b/Global/VisualStudioCode.gitignore index 45fce1d7..b72ba8b5 100644 --- a/Global/VisualStudioCode.gitignore +++ b/Global/VisualStudioCode.gitignore @@ -4,9 +4,7 @@ !.vscode/launch.json !.vscode/extensions.json !.vscode/*.code-snippets - -# Local History for Visual Studio Code -.history/ +!*.code-workspace # Built Visual Studio Code Extensions *.vsix From b93d2b024a21982b2e593735ceaf794b21334d04 Mon Sep 17 00:00:00 2001 From: Krishnan Shankar Date: Wed, 5 Jun 2024 18:39:38 -0400 Subject: [PATCH 0983/1023] Update KiCad.gitignore --- KiCad.gitignore | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/KiCad.gitignore b/KiCad.gitignore index b890b7a5..9d5df933 100644 --- a/KiCad.gitignore +++ b/KiCad.gitignore @@ -8,10 +8,13 @@ *.kicad_pcb-bak *.kicad_sch-bak *-backups -*.kicad_prl -*.sch-bak +*-cache* +*-bak +*-bak* *~ +~* _autosave-* +\#auto_saved_files\# *.tmp *-save.pro *-save.kicad_pcb @@ -33,4 +36,5 @@ fp-info-cache # Archived Backups (KiCad 6.0) **/*-backups/*.zip -\#auto_saved_files\# +# Local project settings +*.kicad_prl From b913fd9f3c1cb190e6a5aa33a0058e3380a134a0 Mon Sep 17 00:00:00 2001 From: Mike Schweitzer Date: Sun, 24 Jul 2022 19:28:33 -0700 Subject: [PATCH 0984/1023] Add TestFramework files and fix Addressables coverage * Fix incorrect comment - aa means Addressable Assets not Android Assets * Add more complete default Addressables coverage * Add TestRunner package generated files --- Unity.gitignore | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/Unity.gitignore b/Unity.gitignore index 66c38c50..a1b63a6b 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -74,12 +74,18 @@ mono_crash.* # Crashlytics generated file crashlytics-build.properties -# Packed Addressables -/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin* +# TestRunner generated files +InitTestScene*.unity* -# Temporary auto-generated Android Assets -/[Aa]ssets/[Ss]treamingAssets/aa.meta -/[Aa]ssets/[Ss]treamingAssets/aa/* +# Addressables default ignores, before user customizations +/ServerData +/[Aa]ssets/StreamingAssets/aa* +/[Aa]ssets/AddressableAssetsData/link.xml* +/[Aa]ssets/Addressables_Temp* +# By default, Addressables content builds will generate addressables_content_state.bin +# files in platform-specific subfolders, for example: +# /Assets/AddressableAssetsData/OSX/addressables_content_state.bin +/[Aa]ssets/AddressableAssetsData/*/*.bin* # Visual Scripting auto-generated files /[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db From 5902dd9543b3773f4fcbb4459af9b82a5f68db1e Mon Sep 17 00:00:00 2001 From: Mike Schweitzer Date: Fri, 13 Jun 2025 16:52:14 -0700 Subject: [PATCH 0985/1023] Add *.DotSettings.user for Rider to Unity.gitignore --- Unity.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index 66c38c50..e64340a3 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -28,6 +28,8 @@ # Autogenerated Jetbrains Rider plugin /[Aa]ssets/Plugins/Editor/JetBrains* +# Jetbrains Rider personal-layer settings +*.DotSettings.user # Visual Studio cache directory .vs/ From 8789ddbda3ec1a52fa51a8a90de82d17365a544d Mon Sep 17 00:00:00 2001 From: Koji Hasegawa Date: Sun, 15 Jun 2025 22:37:42 +0900 Subject: [PATCH 0986/1023] Fix conflicts --- Unity.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Unity.gitignore b/Unity.gitignore index a11ddf93..94903c67 100644 --- a/Unity.gitignore +++ b/Unity.gitignore @@ -2,6 +2,7 @@ # # Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore # +.utmp/ /[Ll]ibrary/ /[Tt]emp/ /[Oo]bj/ @@ -9,6 +10,11 @@ /[Bb]uilds/ /[Ll]ogs/ /[Uu]ser[Ss]ettings/ +*.log + +# By default unity supports Blender asset imports, *.blend1 blender files do not need to be commited to version control. +*.blend1 +*.blend1.meta # MemoryCaptures can get excessive in size. # They also could contain extremely sensitive data @@ -55,10 +61,14 @@ ExportedObj/ # Unity3D generated file on crash reports sysinfo.txt +# Mono auto generated files +mono_crash.* + # Builds *.apk *.aab *.unitypackage +*.unitypackage.meta *.app # Crashlytics generated file @@ -71,5 +81,11 @@ crashlytics-build.properties /[Aa]ssets/[Ss]treamingAssets/aa.meta /[Aa]ssets/[Ss]treamingAssets/aa/* +# Visual Scripting auto-generated files +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Flow/UnitOptions.db.meta +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers +/[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers.meta + # Auto-generated scenes by play mode tests /[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity* From 75ec41f83a8a56749516a8e433fd70a30218e276 Mon Sep 17 00:00:00 2001 From: Mattijs Ugen <144798+akaIDIOT@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:40:50 +0200 Subject: [PATCH 0987/1023] Update documentation link for pdm, use recommended includes/excludes --- Python.gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index d9035b15..1f5ea1b4 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -110,11 +110,10 @@ ipython_config.py # pdm # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. +# pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python. +# https://pdm-project.org/en/latest/usage/project/#working-with-version-control #pdm.lock -# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it -# in version control. -# https://pdm.fming.dev/latest/usage/project/#working-with-version-control -.pdm.toml +#pdm.toml .pdm-python .pdm-build/ From 47e5a2eae74d2761e77e1fc8ff95851375423695 Mon Sep 17 00:00:00 2001 From: sqltoolbox <71775861+sqltoolbox@users.noreply.github.com> Date: Tue, 17 Jun 2025 11:22:01 +0200 Subject: [PATCH 0988/1023] SSDT specific objects ignore A trimmed down version of the gitignore file tailored specifically towards SSDT projects in Visual Studio. --- SSDT-sqlproj.gitignore | 368 +++-------------------------------------- 1 file changed, 19 insertions(+), 349 deletions(-) diff --git a/SSDT-sqlproj.gitignore b/SSDT-sqlproj.gitignore index 786f63c6..558a1259 100644 --- a/SSDT-sqlproj.gitignore +++ b/SSDT-sqlproj.gitignore @@ -2,360 +2,30 @@ ## ## ## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore +# Build output +bin/ +obj/ + +# DACPAC files +*.dacpac + +# Publish profiles (optional, if environment-specific) +*.publish.xml + +# SQL Server debug files +*.dbmdl +*.sqlcmdvars + +# Visual Studio settings +.vs/ # User-specific files -*.rsuser -*.suo *.user +*.suo *.userosscache *.sln.docstates -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Mono auto generated files -mono_crash.* - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -[Ww][Ii][Nn]32/ -[Aa][Rr][Mm]/ -[Aa][Rr][Mm]64/ -bld/ -[Bb]in/ -[Oo]bj/ -[Ll]og/ -[Ll]ogs/ - -# Visual Studio 2015/2017 cache/options directory -.vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ - -# Visual Studio 2017 auto generated files -Generated\ Files/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -# NUnit -*.VisualState.xml -TestResult.xml -nunit-*.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# Benchmark Results -BenchmarkDotNet.Artifacts/ - -# .NET Core -project.lock.json -project.fragment.lock.json -artifacts/ - -# ASP.NET Scaffolding -ScaffoldingReadMe.txt - -# StyleCop -StyleCopReport.xml - -# Files built by Visual Studio -*_i.c -*_p.c -*_h.h -*.ilk -*.meta -*.obj -*.iobj -*.pch -*.pdb -*.ipdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*_wpftmp.csproj +# Backup files +*.bak *.log -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opendb -*.opensdf -*.sdf -*.cachefile -*.VC.db -*.VC.VC.opendb - -# Visual Studio profiler -*.psess -*.vsp -*.vspx -*.sap - -# Visual Studio Trace Files -*.e2e - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# AxoCover is a Code Coverage Tool -.axoCover/* -!.axoCover/settings.json - -# Coverlet is a free, cross platform Code Coverage Tool -coverage*.json -coverage*.xml -coverage*.info - -# Visual Studio code coverage results -*.coverage -*.coveragexml - -# NCrunch -_NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.azurePubxml -# Note: Comment the next line if you want to checkin your web deploy settings, -# but database connection strings (with potential passwords) will be unencrypted -*.pubxml -*.publishproj - -# Microsoft Azure Web App publish settings. Comment the next line if you want to -# checkin your Azure Web App publish settings, but sensitive information contained -# in these scripts will be unencrypted -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. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Windows Store app package directories and files -AppPackages/ -BundleArtifacts/ -Package.StoreAssociation.xml -_pkginfo.txt -*.appx -*.appxbundle -*.appxupload - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!?*.[Cc]ache/ - -# Others -ClientBin/ -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.publishsettings -orleans.codegen.cs - -# Including strong name files can present a security risk -# (https://github.com/github/gitignore/pull/2483#issue-259490424) -#*.snk - -# Since there are multiple workflows, uncomment next line to ignore bower_components -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) -#bower_components/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm -ServiceFabricBackup/ -*.rptproj.bak - -# SQL Server files -*.mdf -*.ldf -*.ndf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings -*.rptproj.rsuser -*- [Bb]ackup.rdl -*- [Bb]ackup ([0-9]).rdl -*- [Bb]ackup ([0-9][0-9]).rdl - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat -node_modules/ - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) -*.vbw - -# Visual Studio LightSwitch build output -**/*.HTMLClient/GeneratedArtifacts -**/*.DesktopClient/GeneratedArtifacts -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions - -# Paket dependency manager -.paket/paket.exe -paket-files/ - -# FAKE - F# Make -.fake/ - -# CodeRush personal settings -.cr/personal - -# Python Tools for Visual Studio (PTVS) -__pycache__/ -*.pyc - -# Cake - Uncomment if you are using it -# tools/** -# !tools/packages.config - -# Tabs Studio -*.tss - -# Telerik's JustMock configuration file -*.jmconfig - -# BizTalk build output -*.btp.cs -*.btm.cs -*.odx.cs -*.xsd.cs - -# OpenCover UI analysis results -OpenCover/ - -# Azure Stream Analytics local run output -ASALocalRun/ - -# MSBuild Binary and Structured Log -*.binlog - -# NVidia Nsight GPU debugger configuration file -*.nvuser - -# MFractors (Xamarin productivity tool) working folder -.mfractor/ - -# Local History for Visual Studio -.localhistory/ - -# BeatPulse healthcheck temp database -healthchecksdb - -# Backup folder for Package Reference Convert tool in Visual Studio 2017 -MigrationBackup/ - -# Ionide (cross platform F# VS Code tools) working folder -.ionide/ - -# Fody - auto-generated XML schema -FodyWeavers.xsd From f2d8703154546d40d45f29ee9c66ae9a7fb0afc5 Mon Sep 17 00:00:00 2001 From: Young Date: Thu, 19 Jun 2025 15:29:09 +0800 Subject: [PATCH 0989/1023] Add HIP.gitignore --- HIP.gitignore | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 HIP.gitignore diff --git a/HIP.gitignore b/HIP.gitignore new file mode 100644 index 00000000..5f3324cf --- /dev/null +++ b/HIP.gitignore @@ -0,0 +1,50 @@ +# HIP.gitignore +# GitHub gitignore template for AMD HIP (ROCm) projects +# +# Reference: +# Official AMD ROCm HIP .gitignore: https://github.com/ROCm/hip/blob/amd-staging/.gitignore + +# 1. Build directories and files +/build/ # common build directory +/CMakeFiles/ # CMake internal files +/CMakeCache.txt # CMake cache file +/Makefile # autogenerated Makefile +/cmake_install.cmake # install script +/install_manifest.txt # install manifest list +*.ninja-dep # Ninja dependency files +*.ninja_log # Ninja log files +meson-logs/ # Meson log directory + +# 2. Compilation outputs and intermediates +*.o # object files +*.obj # Windows object files +*.so # shared libraries +*.a # static librarie +*.d # dependency files +*.gch # precompiled headers +*.ii # preprocessed output +*.ii.cpp # C++ preprocessed output +*.out # generic executable outputs +*.exe # Windows executables + +# 3. HIP/ROCm specific binaries and intermediates +*.hsaco # ROCm compiled binary +*.s # assembly output +*.kernels.cpp # autogenerated kernel sources +*.hip.cpp.* # hipcc intermediate outputs + +# 4. Official sample binaries and tutorial outputs +bin/hipInfo # sample binary +bin/hipBusBandwidth # sample binary +bin/hipDispatchLatency # sample binary +bin/hipify-clang # sample tool +samples/**/*.out # tutorial outputs +samples/**/*.code # ISA/code dumps +samples/**/*.hsaco # compiled binaries +samples/**/*.co # kernel code outputs + +# 5. Tags, logs and test outputs +tags # ctags index +*.log # log files +/tests_output/ # custom test output directory +/samples_output/ # custom sample output directory From 5f428c12269398f47cf57cb9e8012e44cf9cca4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 9 Jun 2024 01:34:49 +0300 Subject: [PATCH 0990/1023] Add Lefthook.gitignore https://lefthook.dev --- Global/Lefthook.gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Global/Lefthook.gitignore diff --git a/Global/Lefthook.gitignore b/Global/Lefthook.gitignore new file mode 100644 index 00000000..5f6d4ce0 --- /dev/null +++ b/Global/Lefthook.gitignore @@ -0,0 +1,12 @@ +# https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md#config-file +/.lefthook-local.json +/.lefthook-local.toml +/.lefthook-local.yaml +/.lefthook-local.yml +/lefthook-local.json +/lefthook-local.toml +/lefthook-local.yaml +/lefthook-local.yml + +# https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md#source_dir_local +/.lefthook-local/ From cccb1867b125f3e5f125d3bdf144cc01cc2a03af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 21 Jun 2025 11:05:46 +0300 Subject: [PATCH 0991/1023] Update Lefthook doc links, add files in .config/ --- Global/Lefthook.gitignore | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Global/Lefthook.gitignore b/Global/Lefthook.gitignore index 5f6d4ce0..35409f0e 100644 --- a/Global/Lefthook.gitignore +++ b/Global/Lefthook.gitignore @@ -1,4 +1,4 @@ -# https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md#config-file +# https://lefthook.dev/configuration/#config-file-name /.lefthook-local.json /.lefthook-local.toml /.lefthook-local.yaml @@ -7,6 +7,10 @@ /lefthook-local.toml /lefthook-local.yaml /lefthook-local.yml +/.config/lefthook-local.json +/.config/lefthook-local.toml +/.config/lefthook-local.yaml +/.config/lefthook-local.yml -# https://github.com/evilmartians/lefthook/blob/master/docs/configuration.md#source_dir_local +# https://lefthook.dev/configuration/source_dir_local.html /.lefthook-local/ From a2d805bcd3bc00271c47187a57edb858e0816282 Mon Sep 17 00:00:00 2001 From: Aaron Teo Date: Thu, 26 Jun 2025 21:04:44 +0800 Subject: [PATCH 0992/1023] chore: add trailing slash to svelte-kit Co-authored-by: Devin Dooley --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index 197b1480..dc364c2e 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -99,7 +99,7 @@ dist .cache # Sveltekit cache directory -.svelte-kit +.svelte-kit/ # vitepress build output **/.vitepress/dist From 8c5178ac3ad64955915bea935799796ae7b35f41 Mon Sep 17 00:00:00 2001 From: Aaron Teo Date: Thu, 26 Jun 2025 21:04:59 +0800 Subject: [PATCH 0993/1023] chore: add trailing-slash to firebase Co-authored-by: Devin Dooley --- Node.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Node.gitignore b/Node.gitignore index dc364c2e..092fe481 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -120,7 +120,7 @@ dist .dynamodb/ # Firebase cache directory -.firebase +.firebase/ # TernJS port file .tern-port From de28afe56c20c1adbbf88ec129db63ea91317bd8 Mon Sep 17 00:00:00 2001 From: Aaron Teo Date: Fri, 27 Jun 2025 00:55:10 +0800 Subject: [PATCH 0994/1023] chore: revert .env.* changes --- Node.gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 092fe481..9a5acedf 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -67,10 +67,7 @@ web_modules/ # dotenv environment variable files .env -.env.development.local -.env.test.local -.env.production.local -.env.local +.env.* !.env.example # parcel-bundler cache (https://parceljs.org/) From 105082db0691bd829df79b2cd693343f10877832 Mon Sep 17 00:00:00 2001 From: gh658804 Date: Wed, 2 Jul 2025 22:44:18 +0300 Subject: [PATCH 0995/1023] Update VisualStudio.gitignore - remove *.vbp extension Remove *.vbp extension. Such files are the main Visual Basic 6 Project Files and should not be ignored. It's like ignoring .csproj or .vbproj files in .NET projects. --- VisualStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index ce892922..cfb18bbe 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -310,9 +310,6 @@ node_modules/ # Visual Studio 6 auto-generated workspace file (contains which files were open etc.) *.vbw -# Visual Studio 6 auto-generated project file (contains which files were open etc.) -*.vbp - # Visual Studio 6 workspace and project file (working project files containing files to include in project) *.dsw *.dsp From 3bfa4f45a6361c30445c6ef770064ad35a9ed065 Mon Sep 17 00:00:00 2001 From: Knut Guettel <98009677+Tc-KGu@users.noreply.github.com> Date: Tue, 8 Jul 2025 08:55:49 +0200 Subject: [PATCH 0996/1023] Update TwinCAT3.gitignore --- TwinCAT3.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 575b5196..2339b3fa 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -29,6 +29,7 @@ LineIDs.dbg.bak *.xti.bk? *.xti.orig *.xtv +*.xtv.bak *.xtv.bk? *.xt?.bk? *.xt?.orig From bdc996bb1f65d98792119284bf1abedaa698e6a9 Mon Sep 17 00:00:00 2001 From: Justin Su Date: Sun, 13 Jul 2025 15:35:25 -0400 Subject: [PATCH 0997/1023] Revert "Merge pull request #4633 from Wuhall/main" This reverts commit 9cabb94d2ac2ce0884a114d45683d9be9a45080c. --- Python.gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index abd8cb78..cb0f8dc8 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -194,13 +194,6 @@ cython_debug/ # PyPI configuration file .pypirc -# Cursor -# Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to -# exclude from AI features like autocomplete and code analysis. Recommended for sensitive data -# refer to https://docs.cursor.com/context/ignore-files -.cursorignore -.cursorindexingignore - # Marimo marimo/_static/ marimo/_lsp/ From de16f7faa21d524071db371b4e6eabba620ce9e1 Mon Sep 17 00:00:00 2001 From: Yang <113082249+1234567Yang@users.noreply.github.com> Date: Mon, 14 Jul 2025 13:43:50 -0700 Subject: [PATCH 0998/1023] x86 and x64 only ignore in debug dir --- VisualStudio.gitignore | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index cfb18bbe..47a94ef1 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -22,8 +22,21 @@ mono_crash.* [Dd]ebugPublic/ [Rr]elease/ [Rr]eleases/ -x64/ -x86/ + +[Dd]ebug/x64/ +[Dd]ebugPublic/x64/ +[Rr]elease/x64/ +[Rr]eleases/x64/ +bin/x64/ +obj/x64/ + +[Dd]ebug/x86/ +[Dd]ebugPublic/x86/ +[Rr]elease/x86/ +[Rr]eleases/x86/ +bin/x86/ +obj/x86/ + [Ww][Ii][Nn]32/ [Aa][Rr][Mm]/ [Aa][Rr][Mm]64/ From b0b879651fa609c56867d82ebe768d090875200b Mon Sep 17 00:00:00 2001 From: Justin Su Date: Sun, 13 Jul 2025 13:47:20 -0400 Subject: [PATCH 0999/1023] Update broken virtualenv link --- Global/VirtualEnv.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/VirtualEnv.gitignore b/Global/VirtualEnv.gitignore index b2c22f2a..d895d00e 100644 --- a/Global/VirtualEnv.gitignore +++ b/Global/VirtualEnv.gitignore @@ -1,5 +1,5 @@ # Virtualenv -# http://iamzed.com/2009/05/07/a-primer-on-virtualenv/ +# https://realpython.com/python-virtual-environments-a-primer/#the-virtualenv-project .Python [Bb]in [Ii]nclude From 67806c58a04b7be6ece18dd55ce6ac319d8f0866 Mon Sep 17 00:00:00 2001 From: softwaredevelop <61334390+softwaredevelop@users.noreply.github.com> Date: Thu, 17 Jul 2025 16:02:55 +0000 Subject: [PATCH 1000/1023] Add .gitignore template for MetaTrader 5 / MQL5 --- community/MetaTrader5.gitignore | 57 +++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 community/MetaTrader5.gitignore diff --git a/community/MetaTrader5.gitignore b/community/MetaTrader5.gitignore new file mode 100644 index 00000000..0e235ca7 --- /dev/null +++ b/community/MetaTrader5.gitignore @@ -0,0 +1,57 @@ +# MetaTrader 5 and MQL5 gitignore template +# Project homepage: https://www.metatrader5.com/en + +# Compiled MQL5 executables (binaries) +# These are generated from .mq5 source files and should not be committed. +*.ex5 +*.ex4 # For MQL4 compatibility if you also manage MT4 projects in a similar structure + +# Log files +# Terminal logs, strategy tester logs, and custom logs from Print() functions. +*.log +*.slog # Strategy Tester logs + +# Strategy Tester specific files +# History data, optimization results, and temporary files used by the tester. +*.fxt # FXT files (history data for testing) +*.hst # History data files (can be large) +*.ini # Initialization files (often generated by tester or EAs) +*.dat # Data files (various purposes, often temporary) +*.csv # CSV export files (e.g., from tester reports) +*.jrn # Journal files (tester journal) + +# Market Watch sets and profiles +# User-specific lists of symbols in Market Watch, and terminal profiles. +*.set # Market Watch symbol sets +*.tpl # Chart templates +*.chr # Chart settings files (can be generated when saving templates or profiles) + +# External libraries (DLLs) +# If you use custom DLLs, you might want to ignore them if they are built separately +# and not part of your MQL5 source code repository. +*.dll + +# User-specific configuration and credentials +# Files containing sensitive information or local user settings. +.env # Environment variables (e.g., for Python integration credentials) +*.cfg # Configuration files (if not meant to be shared) +*.json # Be careful: if you have config JSONs you *do* want to commit, add specific exceptions. + # Example: !config.json (to include config.json but ignore other *.json) + +# Temporary files and backup files generated by MetaEditor +*.~* # Temporary files (e.g., ~MyScript.mq5) +*.bak # Backup files (e.g., MyScript.mq5.bak) +*.mqh.bak +*.mq5.bak + +# MetaEditor project files +# Project files for MetaEditor workspaces. +.mqproj + +# Python specific ignores (if you also keep Python scripts or Jupyter notebooks in this repository) +# These are relevant if your Git repo root is higher up (e.g., the terminal folder itself) +# or if you mix Python code within your MQL5 structure. +__pycache__/ # Python compiled bytecode cache +.ipynb_checkpoints/ # Jupyter Notebook checkpoints +*.pyc # Python compiled files +*.pyd # Python dynamic modules From 7125e5c434f595efe5b7f7bc84c6e3597cf7e86b Mon Sep 17 00:00:00 2001 From: RScrafted Date: Fri, 18 Jul 2025 11:46:47 +0100 Subject: [PATCH 1001/1023] Update Terraform.gitignore to reflect reviewer guidance and best practices --- Terraform.gitignore | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 64a7f1ff..4d20644f 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -36,21 +36,9 @@ override.tf.json .terraformrc terraform.rc -# Ignore hcl files -.terraform.lock.hcl -*.terraform.* - # Ignore graph files *.dot -# to skip MacOS custom attributes. It appears when creating a .bicep file. -.DS_Store - -# Ignore plan files (optional) as some might save plan before destroy the terraform configuration -planout - -# Ignore tfplan files, saved during terraform plan execution -*.out - -# Ignore Visual Studio Code customized settings (this folder holds .json file) -.vscode \ No newline at end of file +# Optional: ignore plan files saved before destroying Terraform configuration +# Uncomment the line below if you want to ignore planout files. +# planout \ No newline at end of file From 2f3c7b3f2ed0cb9c1e21a73d21871ee1c34a4196 Mon Sep 17 00:00:00 2001 From: RScrafted Date: Fri, 18 Jul 2025 11:55:15 +0100 Subject: [PATCH 1002/1023] Comment out *.dot pattern with note, based on reviewer suggestion --- Terraform.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Terraform.gitignore b/Terraform.gitignore index 4d20644f..4d91a6b4 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -36,8 +36,8 @@ override.tf.json .terraformrc terraform.rc -# Ignore graph files -*.dot +# Optional: ignore graph output files generated by `terraform graph` +# *.dot # Optional: ignore plan files saved before destroying Terraform configuration # Uncomment the line below if you want to ignore planout files. From 0ed6a1a3f1ca6b83c85a96f318d71371848700af Mon Sep 17 00:00:00 2001 From: Nikita Mikhailov Date: Sat, 26 Jul 2025 23:51:25 +0300 Subject: [PATCH 1003/1023] Update Python.gitignore Ensure consistency formatting for comments in Python.gitignore --- Python.gitignore | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index cb0f8dc8..8add241e 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -27,8 +27,8 @@ share/python-wheels/ MANIFEST # PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec @@ -92,34 +92,34 @@ ipython_config.py # 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 +# Pipfile.lock # UV # Similar to Pipfile.lock, it is generally recommended to include uv.lock in version control. # This is especially recommended for binary packages to ensure reproducibility, and is more # commonly ignored for libraries. -#uv.lock +# uv.lock # poetry # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. # This is especially recommended for binary packages to ensure reproducibility, and is more # commonly ignored for libraries. # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control -#poetry.lock -#poetry.toml +# poetry.lock +# poetry.toml # pdm # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. # pdm recommends including project-wide configuration in pdm.toml, but excluding .pdm-python. # https://pdm-project.org/en/latest/usage/project/#working-with-version-control -#pdm.lock -#pdm.toml +# pdm.lock +# pdm.toml .pdm-python .pdm-build/ # pixi # Similar to Pipfile.lock, it is generally recommended to include pixi.lock in version control. -#pixi.lock +# pixi.lock # Pixi creates a virtual environment in the .pixi directory, just like venv module creates one # in the .venv directory. It is recommended not to include this directory in version control. .pixi @@ -169,23 +169,23 @@ dmypy.json cython_debug/ # PyCharm -# JetBrains specific template is maintained in a separate JetBrains.gitignore that can -# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore -# and can be added to the global gitignore or merged into this file. For a more nuclear -# option (not recommended) you can uncomment the following to ignore the entire idea folder. -#.idea/ +# JetBrains specific template is maintained in a separate JetBrains.gitignore that can +# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore +# and can be added to the global gitignore or merged into this file. For a more nuclear +# option (not recommended) you can uncomment the following to ignore the entire idea folder. +# .idea/ # Abstra -# Abstra is an AI-powered process automation framework. -# Ignore directories containing user credentials, local state, and settings. -# Learn more at https://abstra.io/docs +# Abstra is an AI-powered process automation framework. +# Ignore directories containing user credentials, local state, and settings. +# Learn more at https://abstra.io/docs .abstra/ # Visual Studio Code -# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore -# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore -# and can be added to the global gitignore or merged into this file. However, if you prefer, -# you could uncomment the following to ignore the entire vscode folder +# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore +# that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore +# and can be added to the global gitignore or merged into this file. However, if you prefer, +# you could uncomment the following to ignore the entire vscode folder # .vscode/ # Ruff stuff: From 4b7063c9d72d68f18cf29c5738b8671e2a055473 Mon Sep 17 00:00:00 2001 From: Navaneeth Anand Date: Sun, 27 Jul 2025 18:40:43 +0530 Subject: [PATCH 1004/1023] Update Node.gitignore Add Vite-specific entries to Node.gitignore --- Node.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Node.gitignore b/Node.gitignore index 9a5acedf..67512665 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -137,3 +137,7 @@ dist # Vite logs files vite.config.js.timestamp-* vite.config.ts.timestamp-* + +# Vite-specific +.vite/ +.env*.local From 0fc4e3c6da0c40fcd4c9a7a954c2b742d6678409 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Mon, 28 Jul 2025 11:23:57 +0200 Subject: [PATCH 1005/1023] changed to community contributions --- community/BoxLang/ColdBox.gitignore | 25 +++++++++++++++++++ .../CFML/ColdBox.gitignore | 13 +++++----- 2 files changed, 31 insertions(+), 7 deletions(-) create mode 100644 community/BoxLang/ColdBox.gitignore rename ColdBox.gitignore => community/CFML/ColdBox.gitignore (83%) diff --git a/community/BoxLang/ColdBox.gitignore b/community/BoxLang/ColdBox.gitignore new file mode 100644 index 00000000..5cc5ccde --- /dev/null +++ b/community/BoxLang/ColdBox.gitignore @@ -0,0 +1,25 @@ +# Servelet Ignores +WEB-INF + +# Engines + Database + CBFS + Secrets +.tmp/** +.env +.engine/** +.cbfs/** + +# Logs + Test Results +logs/** +tests/results/** + +## Ignored Dependencies +/boxlang_modules/* +effective-pom.xml +/coldbox/** +/testbox/** +/modules/** +/lib/java/** + +# NPM JS Assets (If applicable) +**/node_modules/* +npm-debug.log +yarn-error.log diff --git a/ColdBox.gitignore b/community/CFML/ColdBox.gitignore similarity index 83% rename from ColdBox.gitignore rename to community/CFML/ColdBox.gitignore index 0519302c..93f003fa 100644 --- a/ColdBox.gitignore +++ b/community/CFML/ColdBox.gitignore @@ -6,20 +6,19 @@ WEB-INF .env .engine/** .cbfs/** -docker/.db/** -# logs + tests +# Logs + Test Results logs/** tests/results/** -# npm -**/node_modules/* -npm-debug.log -yarn-error.log - ## Ignored Dependencies effective-pom.xml /coldbox/** /testbox/** /modules/** /lib/java/** + +# NPM JS Assets (If applicable) +**/node_modules/* +npm-debug.log +yarn-error.log From 489573b2fff8a217e3ced7cfc92cb8c7c71e47b5 Mon Sep 17 00:00:00 2001 From: Veeron Ten Date: Wed, 6 Aug 2025 19:49:09 +0200 Subject: [PATCH 1006/1023] Ignore Godot *.tmp files Godot creates a bunch of *.tmp files which could be committed by mistake --- Godot.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Godot.gitignore b/Godot.gitignore index 50335d9d..e00df843 100644 --- a/Godot.gitignore +++ b/Godot.gitignore @@ -6,6 +6,7 @@ .import/ export.cfg export_credentials.cfg +*.tmp # Imported translations (automatically generated from CSV files) *.translation From 1bd28f57ea03c508cebe343a0bb2bf1390a852f5 Mon Sep 17 00:00:00 2001 From: Achilles Gasper Rasquinha Date: Thu, 7 Aug 2025 03:05:13 +0000 Subject: [PATCH 1007/1023] feat: Add Salesforce --- Salesforce.gitignore | 45 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 Salesforce.gitignore diff --git a/Salesforce.gitignore b/Salesforce.gitignore new file mode 100644 index 00000000..67ce6187 --- /dev/null +++ b/Salesforce.gitignore @@ -0,0 +1,45 @@ +# This file is used for Git repositories to specify intentionally untracked files that Git should ignore. +# If you are not using git, you can delete this file. For more information see: https://git-scm.com/docs/gitignore +# For useful gitignore templates see: https://github.com/github/gitignore + +# Salesforce cache +.sf/ +.sfdx/ +.localdevserver/ +deploy-options.json +.localdev + +# LWC VSCode autocomplete +**/lwc/jsconfig.json + +# LWC Jest coverage reports +coverage/ + +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Dependency directories +node_modules/ + +# Eslint cache +.eslintcache + +# MacOS system files +.DS_Store + +# Windows system files +Thumbs.db +ehthumbs.db +[Dd]esktop.ini +$RECYCLE.BIN/ + +# Salesforce Analyzer results +sca-results.csv +sfca_results.json + +# Local environment variables +.env \ No newline at end of file From 21d16ca45a4de3e4b4ebe487872fed974293b041 Mon Sep 17 00:00:00 2001 From: Lumirelle Date: Fri, 8 Aug 2025 09:47:10 +0800 Subject: [PATCH 1008/1023] feat: support nuxt 4 --- Node.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Node.gitignore b/Node.gitignore index 9a5acedf..eb7917be 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -81,6 +81,7 @@ out # Nuxt.js build / generate output .nuxt dist +.output # Gatsby files .cache/ From bd7d99b21dc872c2e6dc0647e531906407c2aa30 Mon Sep 17 00:00:00 2001 From: Arjun Deka Date: Fri, 8 Aug 2025 00:45:19 -0700 Subject: [PATCH 1009/1023] Added redis files to ignore In this commit I added files that are generated by redis and should generally be ignored. --- Python.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index cb0f8dc8..ef79df0e 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -65,6 +65,11 @@ db.sqlite3-journal instance/ .webassets-cache +# Redis +*.rdb +*.aof +*.pid + # Scrapy stuff: .scrapy From a2eb96111393932b8de0c88e7ea7762eaa1ec021 Mon Sep 17 00:00:00 2001 From: Arjun Deka Date: Fri, 8 Aug 2025 00:50:04 -0700 Subject: [PATCH 1010/1023] Added additional message broker files to ignore. RabbitMQ and ActiveMQ also generate folders and files to decided to make those ignored too. --- Python.gitignore | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index ef79df0e..393702dd 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -65,11 +65,6 @@ db.sqlite3-journal instance/ .webassets-cache -# Redis -*.rdb -*.aof -*.pid - # Scrapy stuff: .scrapy @@ -136,6 +131,19 @@ __pypackages__/ celerybeat-schedule celerybeat.pid +# Redis +*.rdb +*.aof +*.pid + +# RabbitMQ +mnesia/ +rabbitmq/ +rabbitmq-data/ + +# ActiveMQ +activemq-data/ + # SageMath parsed files *.sage.py From f7d6e55ed956cc8f309d611f23497aa07843c726 Mon Sep 17 00:00:00 2001 From: Achilles Rasquinha Date: Sun, 10 Aug 2025 14:45:04 -0500 Subject: [PATCH 1011/1023] Update Salesforce.gitignore Removed node_modules and DS_Store --- Salesforce.gitignore | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Salesforce.gitignore b/Salesforce.gitignore index 67ce6187..3547a96f 100644 --- a/Salesforce.gitignore +++ b/Salesforce.gitignore @@ -22,15 +22,9 @@ npm-debug.log* yarn-debug.log* yarn-error.log* -# Dependency directories -node_modules/ - # Eslint cache .eslintcache -# MacOS system files -.DS_Store - # Windows system files Thumbs.db ehthumbs.db @@ -42,4 +36,4 @@ sca-results.csv sfca_results.json # Local environment variables -.env \ No newline at end of file +.env From 37def63bc84ff46b793809e9e8eacd6fa3a25639 Mon Sep 17 00:00:00 2001 From: Yishuai Li Date: Tue, 12 Aug 2025 05:56:33 +0000 Subject: [PATCH 1012/1023] macOS: ignore __MACOSX/ --- Global/macOS.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Global/macOS.gitignore b/Global/macOS.gitignore index 56bb5284..a4557fba 100644 --- a/Global/macOS.gitignore +++ b/Global/macOS.gitignore @@ -1,5 +1,6 @@ # General .DS_Store +__MACOSX/ .AppleDouble .LSOverride Icon[ ] From ca05a4dafd96ec7fe03b0aa5d284a4bebf0f59e9 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesinger Date: Sat, 23 Aug 2025 10:44:35 +0200 Subject: [PATCH 1013/1023] Move ModelSim out of Global directiory The ModelSim gitignore contains some broad ignores which might conflict with many other projects. --- Global/ModelSim.gitignore => ModelSim.gitignore | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Global/ModelSim.gitignore => ModelSim.gitignore (100%) diff --git a/Global/ModelSim.gitignore b/ModelSim.gitignore similarity index 100% rename from Global/ModelSim.gitignore rename to ModelSim.gitignore From 949aaa81d968257b756ec1154728f3542d815413 Mon Sep 17 00:00:00 2001 From: Haden Wasserbaech Date: Mon, 25 Aug 2025 22:42:05 -0700 Subject: [PATCH 1014/1023] Remove trailing whitespace --- GitHubPages.gitignore | 2 +- IAR.gitignore | 92 ++++++++++++++--------------- Packer.gitignore | 6 +- Perl.gitignore | 2 +- Python.gitignore | 6 +- SSDT-sqlproj.gitignore | 62 +++++++++---------- Terraform.gitignore | 4 +- TwinCAT3.gitignore | 4 +- community/DotNet/Umbraco.gitignore | 2 +- community/NasaSpecsIntact.gitignore | 10 ++-- community/OpenTofu.gitignore | 4 +- community/UiPath.gitignore | 22 +++---- community/libogc.gitignore | 2 +- ecu.test.gitignore | 2 +- 14 files changed, 110 insertions(+), 110 deletions(-) diff --git a/GitHubPages.gitignore b/GitHubPages.gitignore index 493e69ba..807c07fc 100644 --- a/GitHubPages.gitignore +++ b/GitHubPages.gitignore @@ -11,7 +11,7 @@ _site/ /vendor # Specific ignore for GitHub Pages -# GitHub Pages will always use its own deployed version of pages-gem +# GitHub Pages will always use its own deployed version of pages-gem # This means GitHub Pages will NOT use your Gemfile.lock and therefore it is # counterproductive to check this file into the repository. # Details at https://github.com/github/pages-gem/issues/768 diff --git a/IAR.gitignore b/IAR.gitignore index a6f6f775..cb3fdf2c 100644 --- a/IAR.gitignore +++ b/IAR.gitignore @@ -1,47 +1,47 @@ -# Compiled binaries -*.o -*.bin -*.elf -*.hex -*.map -*.out -*.obj - -# Trash -*.bak -thumbs.db -*.~* - -# IAR Settings -**/settings/*.crun -**/settings/*.dbgdt -**/settings/*.cspy -**/settings/*.cspy.* -**/settings/*.xcl -**/settings/*.dni -**/settings/*.wsdt -**/settings/*.wspos - -# IAR Debug Exe -**/Exe/*.sim - -# IAR Debug Obj -**/Obj/*.pbd -**/Obj/*.pbd.* -**/Obj/*.pbi -**/Obj/*.pbi.* - -# IAR project "Debug" directory -Debug/ - -# IAR project "Release" directory -Release/ - -# IAR project settings directory -settings/ - -# IAR backup files -Backup* - -# IAR .dep files +# Compiled binaries +*.o +*.bin +*.elf +*.hex +*.map +*.out +*.obj + +# Trash +*.bak +thumbs.db +*.~* + +# IAR Settings +**/settings/*.crun +**/settings/*.dbgdt +**/settings/*.cspy +**/settings/*.cspy.* +**/settings/*.xcl +**/settings/*.dni +**/settings/*.wsdt +**/settings/*.wspos + +# IAR Debug Exe +**/Exe/*.sim + +# IAR Debug Obj +**/Obj/*.pbd +**/Obj/*.pbd.* +**/Obj/*.pbi +**/Obj/*.pbi.* + +# IAR project "Debug" directory +Debug/ + +# IAR project "Release" directory +Release/ + +# IAR project settings directory +settings/ + +# IAR backup files +Backup* + +# IAR .dep files *.dep \ No newline at end of file diff --git a/Packer.gitignore b/Packer.gitignore index 2cbc1ad0..caa24ec7 100644 --- a/Packer.gitignore +++ b/Packer.gitignore @@ -5,9 +5,9 @@ packer_cache/ crash.log # https://www.packer.io/guides/hcl/variables -# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data, -# such as password, private keys, and other secrets. These should not be part of -# version control as they are data points which are potentially sensitive and +# Exclude all .pkrvars.hcl files, which are likely to contain sensitive data, +# such as password, private keys, and other secrets. These should not be part of +# version control as they are data points which are potentially sensitive and # subject to change depending on the environment. # *.pkrvars.hcl diff --git a/Perl.gitignore b/Perl.gitignore index 2bc7f649..79d77ce6 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -38,4 +38,4 @@ inc/ /local/ /.carmel/ # cpanfile.snapshot should generally be ignored for library code, otherwise included -# cpanfile.snapshot +# cpanfile.snapshot diff --git a/Python.gitignore b/Python.gitignore index 393702dd..5290d13b 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -131,7 +131,7 @@ __pypackages__/ celerybeat-schedule celerybeat.pid -# Redis +# Redis *.rdb *.aof *.pid @@ -195,9 +195,9 @@ cython_debug/ .abstra/ # Visual Studio Code -# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore +# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore -# and can be added to the global gitignore or merged into this file. However, if you prefer, +# and can be added to the global gitignore or merged into this file. However, if you prefer, # you could uncomment the following to ignore the entire vscode folder # .vscode/ diff --git a/SSDT-sqlproj.gitignore b/SSDT-sqlproj.gitignore index 558a1259..36c16598 100644 --- a/SSDT-sqlproj.gitignore +++ b/SSDT-sqlproj.gitignore @@ -1,31 +1,31 @@ -## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc -## -## -## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore -# Build output -bin/ -obj/ - -# DACPAC files -*.dacpac - -# Publish profiles (optional, if environment-specific) -*.publish.xml - -# SQL Server debug files -*.dbmdl -*.sqlcmdvars - -# Visual Studio settings -.vs/ - -# User-specific files -*.user -*.suo -*.userosscache -*.sln.docstates - -# Backup files -*.bak -*.log - +## Ignore Visual Studio SSDT sqlproj specific temporary files, build results, etc +## +## +## Get latest from https://github.com/github/gitignore/blob/master/SSDT-sqlproj.gitignore +# Build output +bin/ +obj/ + +# DACPAC files +*.dacpac + +# Publish profiles (optional, if environment-specific) +*.publish.xml + +# SQL Server debug files +*.dbmdl +*.sqlcmdvars + +# Visual Studio settings +.vs/ + +# User-specific files +*.user +*.suo +*.userosscache +*.sln.docstates + +# Backup files +*.bak +*.log + diff --git a/Terraform.gitignore b/Terraform.gitignore index 4d91a6b4..78e7733b 100644 --- a/Terraform.gitignore +++ b/Terraform.gitignore @@ -10,8 +10,8 @@ crash.log crash.*.log # Exclude all .tfvars files, which are likely to contain sensitive data, such as -# password, private keys, and other secrets. These should not be part of version -# control as they are data points which are potentially sensitive and subject +# password, private keys, and other secrets. These should not be part of version +# control as they are data points which are potentially sensitive and subject # to change depending on the environment. *.tfvars *.tfvars.json diff --git a/TwinCAT3.gitignore b/TwinCAT3.gitignore index 2339b3fa..6786d5e8 100644 --- a/TwinCAT3.gitignore +++ b/TwinCAT3.gitignore @@ -46,9 +46,9 @@ LineIDs.dbg.bak **/_Repository/ -# To include a specific library directory (i.e. third party/custom libs), +# To include a specific library directory (i.e. third party/custom libs), # use pattern `!/**/_Libraries//` i.e. `!/**/_Libraries/www.tcunit.org/` -# +# # VS Shell project specific files and folders **/.vs/ diff --git a/community/DotNet/Umbraco.gitignore b/community/DotNet/Umbraco.gitignore index f71b5709..260c7412 100644 --- a/community/DotNet/Umbraco.gitignore +++ b/community/DotNet/Umbraco.gitignore @@ -21,7 +21,7 @@ ## The [Mm]edia/ folder contains content. Content may vary by environment and should therefore not be added to source control. ## Uncomment this line if you think it fits the way you work on your project. -## **/[Mm]edia/ +## **/[Mm]edia/ # Don't ignore Umbraco packages (VisualStudio.gitignore mistakes this for a NuGet packages folder) # Make sure to include details from VisualStudio.gitignore BEFORE this diff --git a/community/NasaSpecsIntact.gitignore b/community/NasaSpecsIntact.gitignore index be53af0e..626d1816 100644 --- a/community/NasaSpecsIntact.gitignore +++ b/community/NasaSpecsIntact.gitignore @@ -1,9 +1,9 @@ # gitignore template for Nasa SpecsIntact (SI) # Website: https://specsintact.ksc.nasa.gov/ # -# Recommended: +# Recommended: # MicrosoftOffice.gitignore -# +# # SpecsIntact (SI) Locking file; this would lock everyone out. *.se$ @@ -20,14 +20,14 @@ SUBMVER.* TTLDIFFS.* # SpecsIntact files that change a lot and don't actually affect SI -# PULL.TBL is an auto-generated file to help speed SI loading. +# PULL.TBL is an auto-generated file to help speed SI loading. PULL.TBL pulltbl.bck # Tailoring information. # Keep tailor.tag; it is a list of tailoring options in SI. -# JOB.OTL informs SI where a spec section came from. +# JOB.OTL informs SI where a spec section came from. # Keeping the old one isn't useful in git. JOB.OTL.OLD @@ -35,6 +35,6 @@ JOB.OTL.OLD # notebooks, and if so, OneNote will litter the SI folder with these. *.onetoc* -# Log files, typically tagfix or other auto generated logs that aren't useful +# Log files, typically tagfix or other auto generated logs that aren't useful # outside of the user that made them and clutter up the index. *.log diff --git a/community/OpenTofu.gitignore b/community/OpenTofu.gitignore index 0c736af6..8a7f7b76 100644 --- a/community/OpenTofu.gitignore +++ b/community/OpenTofu.gitignore @@ -10,8 +10,8 @@ crash.log crash.*.log # Exclude all .tfvars files, which are likely to contain sensitive data, such as -# password, private keys, and other secrets. These should not be part of version -# control as they are data points which are potentially sensitive and subject +# password, private keys, and other secrets. These should not be part of version +# control as they are data points which are potentially sensitive and subject # to change depending on the environment. *.tfvars *.tfvars.json diff --git a/community/UiPath.gitignore b/community/UiPath.gitignore index ef7754ae..0948dcc8 100644 --- a/community/UiPath.gitignore +++ b/community/UiPath.gitignore @@ -1,11 +1,11 @@ -# gitignore template for RPA development using UiPath Studio -# website: https://www.uipath.com/product/studio -# -# Recommended: n/a - -# Ignore folders that could cause issues if accidentally tracked -**/.local/** -**/.settings/** -**/.objects/** -**/.tmh/** -**/*.log +# gitignore template for RPA development using UiPath Studio +# website: https://www.uipath.com/product/studio +# +# Recommended: n/a + +# Ignore folders that could cause issues if accidentally tracked +**/.local/** +**/.settings/** +**/.objects/** +**/.tmh/** +**/*.log diff --git a/community/libogc.gitignore b/community/libogc.gitignore index 76e27406..facd7752 100644 --- a/community/libogc.gitignore +++ b/community/libogc.gitignore @@ -25,7 +25,7 @@ icon.png lib/ deps/ obj/ - + # Ignore operating system-specific files $RECYCLE.BIN/ .Trash-1000/ diff --git a/ecu.test.gitignore b/ecu.test.gitignore index 4514f440..fd495030 100644 --- a/ecu.test.gitignore +++ b/ecu.test.gitignore @@ -3,7 +3,7 @@ # * all directories are related to the default directories, please adapt the .gitignore if you use customized directories # Dynamic workspace settings -# * We don't recommend to ignore the .workspace directory, because of important +# * We don't recommend to ignore the .workspace directory, because of important # * project specific settings # * local user settings .workspace/ETdrive.xml From 34336c9d62e524ed5920c9aff857356013b01884 Mon Sep 17 00:00:00 2001 From: Navaneeth Anand Date: Sun, 31 Aug 2025 13:28:53 +0530 Subject: [PATCH 1015/1023] refine Vite entries --- Node.gitignore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 67512665..545a9657 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -134,10 +134,7 @@ dist !.yarn/sdks !.yarn/versions -# Vite logs files +# Vite files vite.config.js.timestamp-* vite.config.ts.timestamp-* - -# Vite-specific .vite/ -.env*.local From c9ae3d337ac1699d50589931b1923ecd431c6d59 Mon Sep 17 00:00:00 2001 From: YahyaAouledAmer Date: Sat, 6 Sep 2025 17:33:39 +0100 Subject: [PATCH 1016/1023] Remove .vscode rule --- Global/STM32CubeIDE.gitignore | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Global/STM32CubeIDE.gitignore b/Global/STM32CubeIDE.gitignore index 22f2bc8f..fc7ee5c7 100644 --- a/Global/STM32CubeIDE.gitignore +++ b/Global/STM32CubeIDE.gitignore @@ -18,11 +18,6 @@ # These are not necessary for version control. *.log -# Ignore VSCode configuration files. -# Useful if some team members use VSCode for development. -# If you want to share VSCode settings, comment out the following line. -.vscode/ - # Build files # Ignore build output directories. @@ -53,4 +48,4 @@ TouchGFX/simulator/msvs/.vs # Ignore temporary and backup files generated by the operating system and editor. # These are not needed in the repository. -*.bak \ No newline at end of file +*.bak From a19adfd688e3adb9112306f47d07df566d3e0a9f Mon Sep 17 00:00:00 2001 From: Angelo <12561505+yutamago@users.noreply.github.com> Date: Fri, 17 Oct 2025 11:29:23 +0200 Subject: [PATCH 1017/1023] Ignore GitHub Copilot migration files Add GitHub Copilot session migration files to .gitignore --- Global/JetBrains.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Global/JetBrains.gitignore b/Global/JetBrains.gitignore index a69eea4d..0c1302b4 100644 --- a/Global/JetBrains.gitignore +++ b/Global/JetBrains.gitignore @@ -81,3 +81,6 @@ http-client.private.env.json # Apifox Helper cache .idea/.cache/.Apifox_Helper .idea/ApifoxUploaderProjectSetting.xml + +# Github Copilot persisted session migrations, see: https://github.com/microsoft/copilot-intellij-feedback/issues/712#issuecomment-3322062215 +.idea/**/copilot.data.migration.*.xml From ed85cd93b0c3d7d37959ab2f950ac16ec7ea353f Mon Sep 17 00:00:00 2001 From: Mike Kistler Date: Sun, 19 Oct 2025 11:24:35 -0700 Subject: [PATCH 1018/1023] Add .env to gitignore for dotenv files --- Dotnet.gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index 35063fc7..fa3f1b24 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -36,6 +36,9 @@ ScaffoldingReadMe.txt # NuGet Symbol Packages *.snupkg +# dotenv environment variables file +.env* + # Others ~$* *~ @@ -51,4 +54,4 @@ CodeCoverage/ # NUnit *.VisualState.xml TestResult.xml -nunit-*.xml \ No newline at end of file +nunit-*.xml From 63c110e7572d4cdb6d149c356ffd03ee67a117a4 Mon Sep 17 00:00:00 2001 From: moez chroufa Date: Tue, 4 Nov 2025 01:11:48 +0100 Subject: [PATCH 1019/1023] Improve C++.gitignore --- C++.gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/C++.gitignore b/C++.gitignore index d4fb2818..bdde3b17 100644 --- a/C++.gitignore +++ b/C++.gitignore @@ -21,6 +21,8 @@ *.so *.dylib *.dll +*.so.* + # Fortran module files *.mod @@ -37,5 +39,31 @@ *.out *.app +# Build directories +build/ +Build/ +build-*/ + +# CMake generated files +CMakeFiles/ +CMakeCache.txt +cmake_install.cmake +Makefile +install_manifest.txt +compile_commands.json + +# Temporary files +*.tmp +*.log +*.bak +*.swp + +# vcpkg +vcpkg_installed/ + # debug information files *.dwo + +# test output & cache +Testing/ +.cache/ \ No newline at end of file From 7ecf2d3e799b960950dfc3cb2e949c04c3b7cf77 Mon Sep 17 00:00:00 2001 From: Mike Kistler Date: Fri, 7 Nov 2025 14:02:24 -0800 Subject: [PATCH 1020/1023] Apply suggestion from @thorrsson --- Dotnet.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index fa3f1b24..40ecd6b6 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -38,6 +38,7 @@ ScaffoldingReadMe.txt # dotenv environment variables file .env* +!.env.example # Others ~$* From f0d151001c959e0a3a6917f5c24e3de455a05dd8 Mon Sep 17 00:00:00 2001 From: Mike Kistler Date: Mon, 10 Nov 2025 13:26:09 -0800 Subject: [PATCH 1021/1023] Apply suggestion from @thorrsson --- Dotnet.gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dotnet.gitignore b/Dotnet.gitignore index 40ecd6b6..7282dbf2 100644 --- a/Dotnet.gitignore +++ b/Dotnet.gitignore @@ -37,8 +37,7 @@ ScaffoldingReadMe.txt *.snupkg # dotenv environment variables file -.env* -!.env.example +.env # Others ~$* From e07ecef4723073abc096d0bf78d1cecadcf74a69 Mon Sep 17 00:00:00 2001 From: Daniel Johnson Date: Fri, 23 Jan 2026 13:24:58 -0800 Subject: [PATCH 1022/1023] Extend stale PR closure period to 365 days Updated the days before closing stale PRs from 180 to 365. Due to internal priorities we need to allow more time for PR reviews. Based on my reading, we need to increase `days-before-close` to ensure that any PR marked with the `stale` label currently benefits from the extension. Once we are caught up on the backlog, we can revisit this setting. --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index c7dcb74f..77b7d368 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -24,7 +24,7 @@ jobs: stale-pr-message: 'This PR is stale because there have been no updates in 90 days. It will close after 180 days of inactivity. Leave a comment if you want to keep it open :smile:' close-pr-message: 'This PR has been closed because it was inactive for 180 days. If you want to continue working on it, please open a new PR.' days-before-stale: 90 - days-before-close: 180 + days-before-close: 365 stale-pr-label: 'stale' exempt-pr-labels: 'keep' close-issue-reason: not_planned From 01714f2f2d343c37f788b483c24f5e313bee54e6 Mon Sep 17 00:00:00 2001 From: Daniel Johnson Date: Fri, 23 Jan 2026 13:27:06 -0800 Subject: [PATCH 1023/1023] Update stale PR messages and inactivity duration comments --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 77b7d368..6763f938 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -21,8 +21,8 @@ jobs: steps: - uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0 with: - stale-pr-message: 'This PR is stale because there have been no updates in 90 days. It will close after 180 days of inactivity. Leave a comment if you want to keep it open :smile:' - close-pr-message: 'This PR has been closed because it was inactive for 180 days. If you want to continue working on it, please open a new PR.' + stale-pr-message: 'This PR is stale because there have been no updates in 90 days. It will close after 365 days of inactivity. Leave a comment if you want to keep it open.' + close-pr-message: 'This PR has been closed because it was inactive for 365 days. If you want to continue working on it, please open a new PR.' days-before-stale: 90 days-before-close: 365 stale-pr-label: 'stale'