Compare commits

...

2 Commits

Author SHA1 Message Date
bovlb
0d1060398e
Merge ac69bc5a95 into ceea7cab23 2025-01-10 22:05:39 +00: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

View File

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