aboutsummaryrefslogtreecommitdiffstats
path: root/Global
Commit message (Collapse)AuthorAgeFilesLines
* Update Lefthook doc links, add files in .config/Ville Skyttä2025-06-211-2/+6
|
* Add Lefthook.gitignoreVille Skyttä2025-06-211-0/+12
| | | | https://lefthook.dev
* Merge pull request #4464 from scop/miseDaniel Johnson2025-06-201-0/+11
|\ | | | | Add mise.gitignore
| * Simplify mise ignores, make better applicable to monoreposVille Skyttä2025-03-171-13/+7
| |
| * Add mise.gitignoreVille Skyttä2025-03-061-0/+17
| | | | | | | | https://mise.jdx.dev/
* | Merge pull request #4664 from aiyvyang/patch-2Daniel Johnson2025-06-131-0/+4
|\ \ | | | | | | Update JetBrains.gitignore to ignore Apifox Helper cache folders
| * | Update JetBrains.gitignore to ignore Apifox Helper cache爱宇阳2025-06-111-0/+4
| | | | | | | | | add Apifox Helper cache
* | | Merge pull request #4333 from FurkanKambay/vscodeDaniel Johnson2025-06-131-3/+1
|\ \ \ | | | | | | | | Update VS Code (remove a path and add a missing one)
| * | | VSCode: Unignore `.code-workspace`, remove `.history/` (3rd party extension)Furkan Kambay2025-06-131-3/+1
| |/ /
* | | Merge pull request #4315 from kaznovac/patch-1Daniel Johnson2025-06-131-1/+2
|\ \ \ | | | | | | | | JetBrains.gitignore: add ignore for the HTTP Client's private environment
| * | | JetBrains.gitignore: add ignore for the HTTP Client's private environmentMarko Kaznovac2023-06-211-1/+2
| | | | | | | | | | | | | | | | - documentation regarding env config files: https://www.jetbrains.com/help/idea/exploring-http-syntax.html#example-working-with-environment-files - rename Rest Client to HTTP Client
* | | | Merge pull request #4312 from michaelstepner/stata-auto-backupDaniel Johnson2025-06-131-0/+1
|\ \ \ \ | | | | | | | | | | Update Stata.gitignore to ignore new auto backup files
| * | | | Update Stata.gitignore to ignore new auto backup filesMichael Stepner2023-06-141-0/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Stata 18 introduced an auto-backup feature which creates a temporary file while a code file is open it its IDE. These auto-backup files are analogous to the [Microsoft Office backup files that are gitignored](https://github.com/github/gitignore/blob/main/Global/MicrosoftOffice.gitignore). [Ref](https://www.stata.com/manuals/gsm13.pdf): > The Do-file Editor now creates a backup file whenever it opens a document or creates a new one. > When an existing document is opened, Stata creates a backup file of a document that is saved to disk > in the same directory using the existing document’s filename prefixed with ~ and with the extension > .stswp. When you edit a new and unsaved document, it saves the backup file to the temp directory. > When a document is closed, the backup file is deleted. However, if Stata does not exit cleanly because > of a power outage or a computer crash, the backup file is left behind.
* | | | Merge pull request #4264 from anoduck/mainDaniel Johnson2025-06-131-0/+2
|\ \ \ \ | | | | | | | | | | Added undo-tree
| * | | | Added undo-treeAnoduck2023-03-201-0/+2
| |/ / / | | | | | | | | | | | | | | | | Added undo-tree, which is a popular package for undoing changes made to a file. It leaves hidden files everywhere, and can litter up a repository if not ignored. I have to add `*.~undo-tree~` to every `.gitignore` file in every repository I am working in. As you can guess, this gets very tedious.
* | | | Merge pull request #4019 from jonathanduke/mainDaniel Johnson2025-06-131-0/+1
|\ \ \ \ | |_|/ / |/| | | ignore temporary Microsoft Word template files (.dot/.dotx)
| * | | ignore temporary Microsoft Word template files (.dot/.dotx)Jonathan Duke2022-03-251-0/+1
| |/ /
* | | Merge branch 'main' into FixCommentsNiels Basjes2025-06-1012-26/+39
|\ \ \
| * \ \ Merge pull request #4117 from mathworks/mainTim Hunter2025-06-091-13/+15
| |\ \ \ | | | | | | | | | | Update Global/MATLAB.gitignore to include broader set of transitory files
| | * | | per review commentstodd-flanagan2022-07-081-1/+1
| | | | |
| | * | | Update MATLAB.gitignoretodd-flanagan2022-07-081-0/+3
| | | | | | | | | | | | | | | added entry for ctf artifacts
| | * | | Change MATLAB Drive commentRob Purser2022-07-071-1/+1
| | | | |
| | * | | Review FeedbackRob Purser2022-07-071-14/+10
| | | | | | | | | | | | | | | Revised with internal review feedback
| | * | | Add .p filesRob Purser2022-06-301-0/+3
| | |/ / | | | | | | | | Add Derived Content-Obscured files (*.p)
| * | | Merge pull request #3945 from thomasturrell/patch-1Daniel Johnson2025-06-061-1/+1
| |\ \ \ | | | | | | | | | | Fixed APT generated tests location
| | * | | Fixed APT generated tests locationThomas Turrell-Croft2022-01-111-1/+1
| | |/ / | | | | | | | | By default the APT generated tests location is .apt_generated_tests
| * | | Merge pull request #3552 from armanbilge/sbt-bspTim Hunter2025-06-021-0/+1
| |\ \ \ | | | | | | | | | | [SBT] Ignore .bsp directory
| | * | | [SBT] Ignore .bsp directoryArman Bilge2020-10-141-0/+1
| | | | |
| * | | | Merge pull request #3277 from bamapookie/patch-2Daniel Johnson2025-05-231-0/+6
| |\ \ \ \ | | | | | | | | | | | | Create PlatformIO.gitignore
| | * | | | Create PlatformIO.gitignoreShawn Kovalchick2020-01-041-0/+6
| | | | | | | | | | | | | | | | | | Add default ignores from PlatformIO in VSCode
| * | | | | Merge pull request #4237 from ZachTylerPruitt/Fix-Metals-gitignoreDaniel Johnson2025-05-231-3/+4
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix Metals gitignore
| | * | | | | Fix Metals gitignoreTyler Pruitt2023-01-311-3/+4
| | | |_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | * Removed leading space so comments are treated as comments * Updated Reference comment * Updated ignored files to latest recommendation
| * | | | | Merge pull request #4564 from ashwingopalsamy/patch-1Daniel Johnson2025-05-231-1/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | feat(Jetbrains.gitignore): Add GoLand thats missing in Jetbrains IDE …
| | * | | | | feat(Jetbrains.gitignore): Add GoLand thats missing in Jetbrains IDE listAshwin Gopalsamy2025-01-121-1/+1
| | | |_|_|/ | | |/| | |
| * | | | | Merge pull request #4624 from grafst/ansible-folderDaniel Johnson2025-05-231-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | add .ansible/ folder to ansible.gitignore
| | * | | | | add .ansible/ folder to ansible.gitignoregrafst2025-04-281-0/+1
| | | | | | | | | | | | | | | | | | | | | it is used for local caches, pws and tempfiles
| * | | | | | Remove .vscode/*Wuhall2025-05-221-1/+0
| | | | | | |
| * | | | | | add Cursor.gitignoreWuhall2025-05-211-0/+3
| |/ / / / /
| * | | | | Merge pull request #4596 from markjaquith/issue/Icon-macOS-carriage-returnDaniel Johnson2025-04-251-3/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Use a character class to ignore Icon\r directories
| | * | | | | Use a character class to ignore Icon\r directoriesMark Jaquith2025-02-281-3/+1
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This prevents the rule from ending in whitespace, which will get stripped by tools like Ripgrep, causing any directory named "Icon" to be invisible.
| * | | | | Merge pull request #4607 from bartlaarhoven/patch-1Daniel Johnson2025-04-251-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Ignore .idea/sonarlint.xml
| | * | | | | Ignore .idea/sonarlint.xmlBart Laarhoven2025-03-241-0/+1
| | |/ / / / | | | | | | | | | | | | 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`.
| * | | | | Update Linux.gitignoreMatt Alexander2025-03-311-4/+1
| | | | | |
| * | | | | Update Linux.gitignoreMatt Alexander2024-07-311-0/+6
| |/ / / /
| * | | | Merge pull request #4435 from zengxs/patch-1Daniel Johnson2024-05-281-0/+2
| |\ \ \ \ | | | | | | | | | | | | Add zstd files to Archives.gitignore
| | * | | | Add zstd files to Archives.gitignoreXiangsong Zeng2024-04-261-0/+2
| | |/ / /
| * / / / Drop Xcode 8 compatibilityEvgeny Aleksandrov2024-05-121-4/+0
| |/ / /
* / / / Fix invalid commentsNiels Basjes2024-01-112-3/+4
|/ / / | | | | | | | | | Signed-off-by: Niels Basjes <niels@basjes.nl>
* | | Update Xcode.gitignoreBerik Visschers2021-12-231-21/+1
| | | | | | | | | | | | | | | - Remove a reminder to look at files that don't exist anymore - Remove ignore rules for an IDE from 2007 - Remove an ignore rule for Gcc which is no longer used since 2013
* | | Ignore files in directory, not the directory itselfAndrew Shymanel2021-12-141-1/+1
| | |