| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
https://lefthook.dev
|
|\
| |
| | |
Add mise.gitignore
|
| | |
|
| |
| |
| |
| | |
https://mise.jdx.dev/
|
|\ \
| | |
| | | |
Update JetBrains.gitignore to ignore Apifox Helper cache folders
|
| | |
| | |
| | | |
add Apifox Helper cache
|
|\ \ \
| | | |
| | | | |
Update VS Code (remove a path and add a missing one)
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
JetBrains.gitignore: add ignore for the HTTP Client's private environment
|
| | | |
| | | |
| | | |
| | | | |
- documentation regarding env config files: https://www.jetbrains.com/help/idea/exploring-http-syntax.html#example-working-with-environment-files
- rename Rest Client to HTTP Client
|
|\ \ \ \
| | | | |
| | | | | |
Update Stata.gitignore to ignore new auto backup files
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
|\ \ \ \
| | | | |
| | | | | |
Added undo-tree
|
| |/ / /
| | | |
| | | |
| | | |
| | | | |
Added undo-tree, which is a popular package for undoing changes made to a file. It leaves hidden files everywhere, and can litter up a repository if not ignored.
I have to add `*.~undo-tree~` to every `.gitignore` file in every repository I am working in. As you can guess, this gets very tedious.
|
|\ \ \ \
| |_|/ /
|/| | | |
ignore temporary Microsoft Word template files (.dot/.dotx)
|
| |/ / |
|
|\ \ \ |
|
| |\ \ \
| | | | |
| | | | | |
Update Global/MATLAB.gitignore to include broader set of transitory files
|
| | | | | |
|
| | | | |
| | | | |
| | | | | |
added entry for ctf artifacts
|
| | | | | |
|
| | | | |
| | | | |
| | | | | |
Revised with internal review feedback
|
| | |/ /
| | | |
| | | | |
Add Derived Content-Obscured files (*.p)
|
| |\ \ \
| | | | |
| | | | | |
Fixed APT generated tests location
|
| | |/ /
| | | |
| | | | |
By default the APT generated tests location is .apt_generated_tests
|
| |\ \ \
| | | | |
| | | | | |
[SBT] Ignore .bsp directory
|
| | | | | |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Create PlatformIO.gitignore
|
| | | | | |
| | | | | |
| | | | | | |
Add default ignores from PlatformIO in VSCode
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
Fix Metals gitignore
|
| | | |_|/ /
| | |/| | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Removed leading space so comments are treated as comments
* Updated Reference comment
* Updated ignored files to latest recommendation
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
feat(Jetbrains.gitignore): Add GoLand thats missing in Jetbrains IDE …
|
| | | |_|_|/
| | |/| | | |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
add .ansible/ folder to ansible.gitignore
|
| | | | | | |
| | | | | | |
| | | | | | | |
it is used for local caches, pws and tempfiles
|
| | | | | | | |
|
| |/ / / / / |
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
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.
|
| |\ \ \ \ \
| | | | | | |
| | | | | | | |
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`.
|
| | | | | | |
|
| |/ / / / |
|
| |\ \ \ \
| | | | | |
| | | | | | |
Add zstd files to Archives.gitignore
|
| | |/ / / |
|
| |/ / / |
|
|/ / /
| | |
| | |
| | | |
Signed-off-by: Niels Basjes <niels@basjes.nl>
|
| | |
| | |
| | |
| | |
| | | |
- 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
|
| | | |
|