Commit Graph

4222 Commits

Author SHA1 Message Date
Arjun Deka
a2eb961113
Added additional message broker files to ignore.
RabbitMQ and ActiveMQ also generate folders and files to decided to make those ignored too.
2025-08-08 00:50:04 -07:00
Arjun Deka
bd7d99b21d
Added redis files to ignore
In this commit I added files that are generated by redis and should generally be ignored.
2025-08-08 00:45:19 -07:00
Lumirelle
21d16ca45a
feat: support nuxt 4 2025-08-08 09:47:10 +08:00
Achilles Gasper Rasquinha
1bd28f57ea feat: Add Salesforce 2025-08-07 03:05:13 +00:00
Tim Hunter
9255d4cfe4
Merge pull request #4701 from VeeronTen/godot-ignore-tmp
Ignore Godot  *.tmp files
2025-08-06 11:18:05 -07:00
Veeron Ten
489573b2ff Ignore Godot *.tmp files
Godot creates a bunch of *.tmp files which could be committed by mistake
2025-08-06 19:49:09 +02:00
G0rocks
0a25801fa9 Add FreeCAD.gitignore file 2025-08-06 10:11:36 +00:00
Jeffery To
c3b96313ed
Add HFS+ directory for hard links to directories
https://wiki.sleuthkit.org/index.php?title=HFS#HFS.2B_Hard_Links
2025-07-30 07:14:07 +08:00
Memmie Lenglet
a45008d646
Add orphaned file dir
https://www.howtogeek.com/282374/what-is-the-lostfound-folder-on-linux-and-macos/
2025-07-30 06:22:10 +08:00
Memmie Lenglet
edd04dce90
Add TimeMachine recovery boot loader 2025-07-30 06:07:33 +08:00
Memmie Lenglet
52c2f9a7c5
Add disk label
https://refit.sourceforge.net/info/vollabel.html
grub-render-label(1)
https://web.archive.org/web/20201023104810/https://opensource.apple.com/source/kext_tools/kext_tools-623.120.1/bootcaches.plist.auto.html
2025-07-30 06:05:22 +08:00
Memmie Lenglet
1141dbc87f
Add TimeMachine dirs
https://web.archive.org/web/20190101000001/https://www.baligu.com/pondini/TM/Works2.html
https://web.archive.org/web/20201210025437/https://www.baligu.com/pondini/TM/30.html
/System/Library/CoreServices/backupd.bundle/Contents/Resources/StdExclusions.plist
2025-07-30 05:52:25 +08:00
Memmie Lenglet
08a7300667
Add system file reference dirs
/.vol/234881034/105486 is file #105486 on volume #234881034
https://developer.apple.com/library/archive/qa/qa2001/qa1113.html

/.file/id=6571367.17424234/ is file #17424234 on device #6571367
https://developer.apple.com/library/archive/documentation/FileManagement/Conceptual/FileSystemProgrammingGuide/AccessingFilesandDirectories/AccessingFilesandDirectories.html#//apple_ref/doc/uid/TP40010672-CH3-SW6
https://apple.stackexchange.com/questions/231447/is-it-normal-to-have-a-hidden-file-named-file-in/
2025-07-30 05:46:22 +08:00
Memmie Lenglet
51d9679541
Add quota system files
http://novosial.org/osx/quota/index.html
https://web.archive.org/web/20150906150310/http://hints.macworld.com/article.php?story=20030808130810285
https://www.cnet.com/news/how-to-limit-user-disk-space-with-partitions-and-quotas-in-os-x/
2025-07-30 05:42:00 +08:00
Memmie Lenglet
9e92df704e
Add file used by HFS+ to handle the metadata zone
https://developer.apple.com/library/archive/technotes/tn/tn1150.html#HotFile
2025-07-30 05:37:07 +08:00
Memmie Lenglet
647cae16e7
Add folders used for software updates and app sandboxing 2025-07-30 05:33:11 +08:00
Memmie Lenglet
b27567d5be
Add flag file created by Spotlight
Flag file indicate that the drive can be used by Time Machine as a backup target
2025-07-30 05:21:38 +08:00
Memmie Lenglet
7b33adcda3
Add Mac OS 6 to 9 specific files
Metas databases (https://web.archive.org/web/20230328234043/https://support.apple.com/kb/TA46427?locale=en_US), Sherlock settings, Find By Content indexer folders (https://netatalk.io/docs/Special-Files-and-Folders, https://www.kb.cert.org/vuls/id/177243/)
2025-07-30 05:19:57 +08:00
Memmie Lenglet
1b3fb86582
Rename section
Files that start with ._ are resource forks: https://en.wikipedia.org/wiki/Resource_fork#Macintosh_file_systems
2025-07-30 05:15:04 +08:00
Luis Majano
0fc4e3c6da
changed to community contributions 2025-07-28 11:23:57 +02:00
Luis Majano
0356fa0bd4
Merge branch 'github:main' into master 2025-07-28 11:19:56 +02:00
Navaneeth Anand
4b7063c9d7
Update Node.gitignore
Add Vite-specific entries to Node.gitignore
2025-07-27 18:40:43 +05:30
Nikita Mikhailov
0ed6a1a3f1 Update Python.gitignore
Ensure consistency formatting for comments in Python.gitignore
2025-07-26 23:51:25 +03:00
Daniel Johnson
622c03138b
Merge pull request #4690 from softwaredevelop/add-metatrader5-gitignore
Add .gitignore template for MetaTrader 5 / MQL5
2025-07-25 14:50:38 -07:00
Devin Dooley
926c9adf28
Merge pull request #4351 from Tc-KGu/patch-3 2025-07-25 14:45:38 -07:00
Daniel Johnson
43df23c02c
Merge pull request #4688 from 1234567Yang/main
Visual Studio: x86 and x64 only ignore in debug dir
2025-07-25 14:44:44 -07:00
Tim Hunter
1d4819b2dc
Merge pull request #4455 from RScrafted/patch-1
Update Terraform.gitignore to ignore graph files
2025-07-21 11:41:49 -07:00
RScrafted
2f3c7b3f2e Comment out *.dot pattern with note, based on reviewer suggestion 2025-07-18 11:55:15 +01:00
RScrafted
7125e5c434 Update Terraform.gitignore to reflect reviewer guidance and best practices 2025-07-18 11:46:47 +01:00
Rachit S
fe8783ff7b
Merge branch 'github:main' into patch-1 2025-07-17 20:19:21 +01:00
softwaredevelop
67806c58a0
Add .gitignore template for MetaTrader 5 / MQL5 2025-07-17 16:02:55 +00:00
Tim Hunter
9c2e50c7cc
Merge pull request #4686 from injust/patch-1
Update broken virtualenv link
2025-07-16 08:13:03 -07:00
Justin Su
b0b879651f
Update broken virtualenv link 2025-07-15 14:24:35 -04:00
Yang
de16f7faa2
x86 and x64 only ignore in debug dir 2025-07-14 13:43:50 -07:00
Devin Dooley
b46f89d56f
Merge pull request #4687 from injust/python-revert-cursor
Remove Cursor files from Python gitignore
2025-07-14 09:58:00 -07:00
Justin Su
bdc996bb1f
Revert "Merge pull request #4633 from Wuhall/main"
This reverts commit 9cabb94d2a.
2025-07-13 15:36:37 -04:00
Knut Guettel
3bfa4f45a6
Update TwinCAT3.gitignore 2025-07-08 08:55:49 +02:00
Devin Dooley
01d2bee6fa
Merge pull request #4682 from gh658804/patch-1
Update VisualStudio.gitignore - remove *.vbp extension
2025-07-07 10:18:21 -07:00
Knut Guettel
a606bd2abe
Merge branch 'main' into patch-3 2025-07-07 08:53:33 +02:00
Tim Hunter
310d5c4fa4
Merge pull request #4420 from testwill/typo
fix: typo
2025-07-04 09:39:10 -07:00
gh658804
105082db06
Update VisualStudio.gitignore - remove *.vbp extension
Remove *.vbp extension. Such files are the main Visual Basic 6 Project Files and should not be ignored. It's like ignoring .csproj or .vbproj files in .NET projects.
2025-07-02 22:44:18 +03:00
Devin Dooley
524ae7b4c7
Merge pull request #4162 from arnaudmiribel/main
Update Python.gitignore to include Streamlit secrets
2025-07-01 10:02:27 -07:00
Arnaud
b7cb2f2705
Merge branch 'main' into main 2025-07-01 11:32:02 -04:00
Daniel Johnson
1a3a16e998
Merge pull request #4340 from timheuer/master
Update VisualStudio.gitignore for ENV files
2025-06-27 13:13:14 -07:00
Devin Dooley
7ffb40c732
Merge pull request #4298 from taronaeo/main
Node.gitignore include support for SvelteKit, Vite, Firebase, and .env.example
2025-06-26 10:02:27 -07:00
Aaron Teo
de28afe56c
chore: revert .env.* changes 2025-06-27 00:55:10 +08:00
Aaron Teo
8c5178ac3a
chore: add trailing-slash to firebase
Co-authored-by: Devin Dooley <dooleydevin@github.com>
2025-06-26 21:04:59 +08:00
Aaron Teo
a2d805bcd3
chore: add trailing slash to svelte-kit
Co-authored-by: Devin Dooley <dooleydevin@github.com>
2025-06-26 21:04:44 +08:00
Aaron Teo
ad58833608
Merge branch 'main' into main 2025-06-26 21:04:22 +08:00
Devin Dooley
df4a30a406
Merge pull request #4563 from mark-lazarides/ftr/update-twincat3-libs-dir-update
modifies lib exclude, adds example lib include
2025-06-25 09:45:37 -07:00