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.
This commit is contained in:
parent
e5323759e3
commit
ac69bc5a95
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue