Added IDE files to the .gitignore

This commit is contained in:
Mathias Wagner 2022-06-30 19:26:47 +02:00
parent 34411d0df5
commit f95763a536

4
.gitignore vendored
View File

@ -21,3 +21,7 @@
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
# IDE files
.idea
.vscode