From 73b42b65f7abc1e6736d6dab3715cd64d48517aa Mon Sep 17 00:00:00 2001 From: Aaron Alexander Date: Mon, 4 Apr 2016 17:22:43 -0400 Subject: [PATCH 001/181] 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 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 002/181] 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 003/181] 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 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 004/181] 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 1f7726a47339f72bb70ea3c81b2a1f490f530acf Mon Sep 17 00:00:00 2001 From: Shawn Kovalchick Date: Sat, 4 Jan 2020 07:59:02 -0500 Subject: [PATCH 005/181] 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 4f7ad979b9c39e442b534656b330d07eaf0de978 Mon Sep 17 00:00:00 2001 From: Kacper Ksieski Date: Mon, 11 May 2020 20:44:59 -0400 Subject: [PATCH 006/181] 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 f6426bd354a87444521c2d132c95863a3037a0ae Mon Sep 17 00:00:00 2001 From: Dmitry Maganov Date: Fri, 26 Jun 2020 19:58:01 +0300 Subject: [PATCH 007/181] 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 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 008/181] 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 4a6f74426e8fa1432a39a73d8c3495fcefb4302a Mon Sep 17 00:00:00 2001 From: Arman Bilge Date: Wed, 14 Oct 2020 19:41:41 -0700 Subject: [PATCH 009/181] [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 010/181] 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 011/181] 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 012/181] 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 8b42a0d1e3799b253af0a04c927aa9c64548ec62 Mon Sep 17 00:00:00 2001 From: William Entriken Date: Tue, 30 Mar 2021 18:26:32 -0400 Subject: [PATCH 013/181] 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 014/181] 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 110e40ad2a1b64c46fd690fcce2b20b16fe53f7f Mon Sep 17 00:00:00 2001 From: kacper ksieski Date: Thu, 22 Apr 2021 10:00:03 -0400 Subject: [PATCH 015/181] 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 20fdee2f41e4654b83910954a789359456cb4afa Mon Sep 17 00:00:00 2001 From: Aaron Franke Date: Tue, 29 Sep 2020 03:55:16 -0400 Subject: [PATCH 016/181] 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 10fc0397160817dce0e35ced634e977fd1492aee Mon Sep 17 00:00:00 2001 From: Miguel Medina Ballesteros Date: Sat, 16 Oct 2021 20:26:00 +0100 Subject: [PATCH 017/181] 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 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 018/181] 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 019/181] 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 951e077a3b7c9a72d86ff4032113f98497d30f2f Mon Sep 17 00:00:00 2001 From: Thomas Turrell-Croft Date: Tue, 11 Jan 2022 10:22:00 +0000 Subject: [PATCH 020/181] 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 021/181] /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 904b46de137100a2ded17b2a5f58db1c1148c960 Mon Sep 17 00:00:00 2001 From: NoPunIn10Did Date: Thu, 27 Jan 2022 13:10:55 -0500 Subject: [PATCH 022/181] 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 abbcca282f7317bde950e46a07872088e4f8b341 Mon Sep 17 00:00:00 2001 From: Bick Doner Date: Wed, 16 Feb 2022 13:36:16 +0100 Subject: [PATCH 023/181] 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 6a72e43229796cb8c92278a16117604fd4b5422b Mon Sep 17 00:00:00 2001 From: pvaleror Date: Wed, 16 Feb 2022 17:49:43 -0500 Subject: [PATCH 024/181] 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 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 025/181] 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 026/181] 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 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 027/181] 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 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 028/181] 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 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 029/181] 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 030/181] 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 031/181] 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 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 032/181] 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 786acd1d0cecd5558e33090740f2163770b8b305 Mon Sep 17 00:00:00 2001 From: tobolar Date: Fri, 13 Jan 2023 11:54:16 +0100 Subject: [PATCH 033/181] 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 034/181] 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 cf93b5277e1ff4049c7f6eccc1b656533038d666 Mon Sep 17 00:00:00 2001 From: Tyler Pruitt Date: Tue, 31 Jan 2023 20:07:18 -0600 Subject: [PATCH 035/181] 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 64340cce99274a1b0a1c1a1aecc1d3bc583a802e Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Sat, 18 Mar 2023 20:29:22 -0700 Subject: [PATCH 036/181] 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 e8131b2a80ed1fa84c94da08d257969a198d0ee4 Mon Sep 17 00:00:00 2001 From: Marvin Vogt Date: Sun, 9 Apr 2023 18:25:17 +0200 Subject: [PATCH 037/181] 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 038/181] 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 039/181] 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 040/181] 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 392ef565be9f537bc06fa00e1d288131456b4972 Mon Sep 17 00:00:00 2001 From: Jeremy Greenwood Date: Sat, 8 Jul 2023 07:01:37 -0400 Subject: [PATCH 041/181] 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 2e9751fef280c8705b3c890f08b7c4b80c1401b0 Mon Sep 17 00:00:00 2001 From: figsoda Date: Sun, 3 Sep 2023 16:40:40 -0400 Subject: [PATCH 042/181] 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 716e3baab06bb469457e7f91a111cd16b4e2e01b Mon Sep 17 00:00:00 2001 From: William Entriken Date: Mon, 18 Sep 2023 15:43:20 -0400 Subject: [PATCH 043/181] 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 bb629fc14def1580c60c20119b6eef72e5322973 Mon Sep 17 00:00:00 2001 From: Marvin Vogt Date: Sun, 1 Oct 2023 22:41:53 +0200 Subject: [PATCH 044/181] 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 930fa355b6ee1cea18c7cc5c5e052c3866e4ee39 Mon Sep 17 00:00:00 2001 From: Christopher Patton Date: Sun, 5 Nov 2023 12:22:09 -0800 Subject: [PATCH 045/181] 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 0bfdc4464cf28e46e29ae3c852153a30c1537507 Mon Sep 17 00:00:00 2001 From: Loo Zheng Yuan Date: Wed, 27 Dec 2023 22:59:39 +0800 Subject: [PATCH 046/181] 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 047/181] 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 82e413a7d37610a016f540c5c63e9392b524d546 Mon Sep 17 00:00:00 2001 From: Shane Reetz Date: Mon, 25 Mar 2024 11:33:31 -0700 Subject: [PATCH 048/181] 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 049/181] 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 050/181] 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 051/181] 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 052/181] 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 053/181] 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 054/181] 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 055/181] 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 056/181] 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 057/181] 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 058/181] 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 059/181] 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 060/181] 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 061/181] 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 062/181] 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 063/181] 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 064/181] 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 065/181] 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 066/181] 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 067/181] 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 068/181] 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 fbcb2e3f1652bdfa913db2b24c82f3955af73207 Mon Sep 17 00:00:00 2001 From: Cliff Li Date: Mon, 3 Jun 2024 17:30:12 +0200 Subject: [PATCH 069/181] 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 070/181] 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 a30c2940f1c2ee648a3f1a21a2388ae9d8bfbc4c Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Wed, 12 Jun 2024 11:56:01 -0700 Subject: [PATCH 071/181] 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 14be7ece29d26c1f5ac372b1a4cdbd8644a4f342 Mon Sep 17 00:00:00 2001 From: Yunyang Date: Wed, 17 Jul 2024 16:34:18 +0800 Subject: [PATCH 072/181] 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 073/181] 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 074/181] 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 075/181] 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 076/181] 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 71eddf97b6d7ccae140c075aab37aa4cc5a13b7f Mon Sep 17 00:00:00 2001 From: Matt Kotsenas Date: Wed, 14 Aug 2024 17:27:36 -0700 Subject: [PATCH 077/181] 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 078/181] 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 079/181] 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 080/181] 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 4b771ac75ad916b158628fa2967ac76a6dcac967 Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Sat, 7 Sep 2024 14:21:37 +0200 Subject: [PATCH 081/181] 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 e3e4933fa5594ebd69307ef573d882a077e2ddac Mon Sep 17 00:00:00 2001 From: Cem Mergenci Date: Fri, 27 Sep 2024 22:37:52 +0300 Subject: [PATCH 082/181] 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 ad949c4f0161fcd1df070262cef7c70bdc1b3d4e Mon Sep 17 00:00:00 2001 From: Greg Nazario Date: Tue, 6 Feb 2024 11:43:00 -0800 Subject: [PATCH 083/181] 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 084/181] 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 085/181] 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 086/181] 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 087/181] 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 088/181] 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 089/181] 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 090/181] 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 091/181] 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 092/181] 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 093/181] 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 094/181] 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 095/181] 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 096/181] 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 097/181] 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 098/181] 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 099/181] 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 100/181] 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 101/181] 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 102/181] 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 103/181] 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 104/181] 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 105/181] 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 106/181] 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 107/181] 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 108/181] 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 109/181] 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 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 110/181] 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 111/181] 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 112/181] 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 113/181] 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 114/181] 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 115/181] 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 116/181] 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 117/181] 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 118/181] 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 119/181] 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 120/181] 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 121/181] 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 122/181] 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 123/181] 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 124/181] 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 125/181] 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 126/181] 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 127/181] 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 128/181] 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 129/181] 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 130/181] 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 131/181] 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 132/181] 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 133/181] 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 134/181] 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 135/181] 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 136/181] 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 137/181] 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 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 138/181] 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 139/181] 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 140/181] 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 141/181] 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 dcb59cbf161e310ff99fd8035f6e98fb0f4005ae Mon Sep 17 00:00:00 2001 From: Martin Grosche Date: Wed, 19 Mar 2025 15:33:24 +0100 Subject: [PATCH 142/181] 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 143/181] 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 144/181] 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 145/181] 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 146/181] 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 147/181] 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 148/181] 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 149/181] 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 150/181] 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 151/181] 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 152/181] 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 153/181] 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 154/181] 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 155/181] 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 156/181] 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 157/181] 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 158/181] 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 159/181] 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 160/181] 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 161/181] 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 162/181] 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 163/181] 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 164/181] 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 165/181] 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 166/181] 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 167/181] 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 168/181] 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 169/181] 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 170/181] 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 171/181] 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 172/181] 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 173/181] 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 174/181] 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 175/181] 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 176/181] 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 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 177/181] 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 178/181] 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 179/181] 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 180/181] 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 181/181] 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