1
0
mirror of https://github.com/github/gitignore synced 2025-06-28 01:28:53 +02:00

4004 Commits

Author SHA1 Message Date
Aakash Jog
016cd48bd4
Add .loc to TeX.gitignore
Add *.loc (auxiliary files generated by the `changes` package) to TeX.gitignore
2025-03-10 21:52:37 +02:00
Tim Hunter
0374636017
Merge pull request #4601 from maddymontaquila/maddy/dotnet
Modernized dotnet-specific gitignore
2025-03-10 11:49:34 -07:00
Maddy Montaquila (Leger)
1235fcdff5 removing OS and IDE specific content 2025-03-10 17:48:37 +00:00
Math
d4fe781ae8 Add short description and link to Luau repo 2025-03-07 17:30:22 -03:00
Ville Skyttä
8aa61b8d34 Add mise.gitignore
https://mise.jdx.dev/
2025-03-06 12:13:39 +02:00
Maddy Montaquila (Leger)
dae35c0933 more tweaks 2025-03-05 23:14:06 +00:00
Maddy Montaquila (Leger)
534b175305 added rider .idea/ and removed obsolete vs files 2025-03-05 21:51:22 +00:00
Maddy Montaquila (Leger)
9dec0796bf MOAR 2025-03-05 20:09:09 +00:00
Maddy Montaquila (Leger)
e82b7c85f3 First pass at dotnet gitignore 2025-03-05 17:51:17 +00:00
Your Name
aa95d6b79a optimize and more readable obsidian extended gitignore 2025-03-05 13:00:09 +01:00
Math
1824e57c1d Create Luau.gitignore 2025-03-03 23:06:57 -03:00
Tim Hunter
9d66dabafa
Merge pull request #4593 from github/thorrsson-update-pr-template
Update PULL_REQUEST_TEMPLATE.md
2025-03-03 10:20:18 -08:00
Tim Hunter
54548843e3
Update .github/PULL_REQUEST_TEMPLATE.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-03-03 08:16:46 -10:00
Mark Jaquith
7b35656e75 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.
2025-02-28 19:56:44 -05:00
Tim Hunter
d7348802cb
Update PULL_REQUEST_TEMPLATE.md
Updating the PR template to include a link to the contribution guidelines and a task list
2025-02-25 11:36:50 -10:00
Dogxi
b1c3c7b62b
Merge pull request #1 from dogyyds/Nextjs
Create Nextjs.gitignore
2025-02-24 19:29:47 +08:00
Dogxi
8ff5b39b39
Create Nextjs.gitignore
Create Nextjs.gitignore
2025-02-24 19:22:59 +08:00
Tim Hunter
e6b8c0e0df
Merge pull request #4588 from sdepouw/patch-1
Update Godot.gitignore to ignore export_credentials.cfg
2025-02-21 11:35:36 -08:00
Nathan Schmitt
a3b250b638
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)
2025-02-20 21:57:42 -06:00
Scott DePouw
a69e6a8a14
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
2025-02-20 20:08:23 -05:00
Tim Hunter
471141b89c
Merge pull request #4263 from jcs-PR/elisp
elisp: Ignore more build tools
2025-02-19 08:50:30 -08:00
Tim Hunter
20c397f71f
Merge pull request #4567 from krewast/tex-bcf-save-error
Added "*.bcf-SAVE-ERROR" to TeX.gitignore
2025-02-11 10:25:12 -08:00
Tim Hunter
754920b804
Merge pull request #4525 from StephenHodgson/patch-1
Update Unity.gitignore
2025-02-11 08:30:34 -08:00
Michał Janiszewski
aa8449f5bf
Add ARM64EC support to VisualStudio.gitignore 2025-02-04 12:48:36 +01:00
Wybren Koelmans
882b8cc98e
Unity Visual Scripting auto generated files
https://docs.unity3d.com/Packages/com.unity.visualscripting@1.9/manual/vs-version-control.html
2025-02-01 14:59:00 +01:00
Tim Hunter
297239c101
Merge pull request #4370 from chpatton013/main
Add Obsidian community gitignore files
2025-01-29 09:09:49 -10:00
Tim Hunter
d5ac09e92f
Merge pull request #4578 from quantum9Innovation/nix-direnv
feat(nix): add .direnv
2025-01-27 09:58:14 -10:00
Ananth Venkatesh
3aa0c1a73b
feat(nix): add .direnv
very commonly used to enter Nix devshells (see https://github.com/nix-community/nix-direnv for more info)
2025-01-24 21:07:42 -05:00
Tim Hunter
2466a63306
Merge pull request #4281 from draco892/Feature/Flutter_GitIgnore
Add Flutter.gitignore file
2025-01-23 08:03:52 -10:00
draco892
05113e5183
Update Flutter.gitignore
Remove ds_Store mac os related file

Co-authored-by: Tim Hunter <thorrsson@github.com>
2025-01-23 17:53:16 +01:00
draco892
40d480a1e9
Update Flutter.gitignore
Remove SVN related line

Co-authored-by: Tim Hunter <thorrsson@github.com>
2025-01-23 17:52:30 +01:00
draco892
4ba6b9dd42
Update Flutter.gitignore
Remove Atom related line

Co-authored-by: Tim Hunter <thorrsson@github.com>
2025-01-23 17:52:11 +01:00
draco892
b607bcf970
Update Flutter.gitignore
Remove Visual Studio Code Setting related line

Co-authored-by: Tim Hunter <thorrsson@github.com>
2025-01-23 17:51:37 +01:00
draco892
558146d0f5
Update Flutter.gitignore
Removed Visual Studio Code related lines

Co-authored-by: Tim Hunter <thorrsson@github.com>
2025-01-23 17:51:02 +01:00
draco892
42995a4022
Update Flutter.gitignore
remove IntelliJ related lines

Co-authored-by: Tim Hunter <thorrsson@github.com>
2025-01-23 17:50:38 +01:00
draco892
8fac4a41b6
Merge branch 'github:main' into Feature/Flutter_GitIgnore 2025-01-23 12:10:58 +01:00
Oliver Kopp
7a6c799a93
Update TeX.gitignore 2025-01-20 11:18:40 +01:00
Oliver Kopp
ab5cbc8521
Refine pattern 2025-01-20 11:06:25 +01:00
Oliver Kopp
8108d06ddd
Add support for spelling package 2025-01-20 11:03:34 +01:00
Devin Dooley
d49bd6f0f7
Merge pull request #4289 from csauge/patch-1
Update Python.gitignore for .ruff_cache/
2025-01-17 13:20:13 -08:00
Devin Dooley
e8554d85bf
Merge branch 'main' into patch-1 2025-01-17 13:19:34 -08:00
krewast
f52d43edda
Added "*.bcf-SAVE-ERROR" to TeX.gitignore 2025-01-15 16:44:57 +01:00
Ashwin Gopalsamy
c6d141ddd4
feat(go.gitignore): ignore code coverage and IDE 2025-01-12 09:00:52 +05:30
Ashwin Gopalsamy
1d7e3275a4
fix(go.gitignore): mark IDE-related ignore files as optional 2025-01-12 09:00:21 +05:30
Ashwin Gopalsamy
b35b4c52e0
feat(Jetbrains.gitignore): Add GoLand thats missing in Jetbrains IDE list 2025-01-12 08:47:34 +05:30
Ashwin Gopalsamy
25c63fff04
feat(go.gitignore): ignore code coverage and IDE 2025-01-12 08:34:53 +05:30
Mark Lazarides
a3259cbb0a modifies lib exclude, adds example lib include
explicitly excludes the `_Libraries` directory, and provides example of
adding sub directories back in. Should be used for including custom and
third party (non -Beckhoff shipped) libraries, improving maintainability
2025-01-10 10:44:18 +00:00
Ben Sheldon [he/him]
ceea7cab23
Merge pull request #4350 from figsoda/rust
Remove Cargo.lock from Rust
2025-01-09 14:49:50 -08:00
Daniel Johnson
4f5f531823
Merge pull request #4543 from NdagiStanley/patch-1
Update Node.gitignore to include VitePress
2025-01-06 14:14:32 -08:00
Stanley M Ndagi
3800aff005
Update Node.gitignore 2024-12-23 14:16:03 +03:00