Compare commits

...

5 Commits

Author SHA1 Message Date
bovlb
93f3f7c76d
Merge ac69bc5a95 into c677dd99d4 2026-04-08 22:58:03 +00:00
Devin Dooley
c677dd99d4
Merge pull request #4834 from wispgitgecko9/patch-2
Update macOS.gitignore
2026-04-07 20:04:22 -07:00
Devin Dooley
a78658650d
Revert change to Icon rule 2026-04-07 20:02:07 -07:00
WiSP
6a7b122e75
Update macOS.gitignore
Added .localized file to the gitignore.
2026-04-03 21:59:36 -05:00
bovlb
ac69bc5a95
Add DLL and PDB to Java gitignore
These files are commonly found when using Windows and/or VSCode and should not generally be checked in by default.  They are typically large and cause upload problems.
2022-07-06 09:42:22 -07:00
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,6 @@
# General # General
.DS_Store .DS_Store
.localized
__MACOSX/ __MACOSX/
.AppleDouble .AppleDouble
.LSOverride .LSOverride

View File

@ -22,3 +22,7 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml # virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid* hs_err_pid*
replay_pid* replay_pid*
# Microsoft/VSCode files
*.dll
*.pdb