Update .gitignore to exclude VSCode generated files (Eclipse)

This commit is contained in:
jmalek
2019-07-15 13:09:21 +02:00
parent e6dda1dbce
commit 4e2f5d6e3f
+8
View File
@@ -4,6 +4,13 @@ target
!.idea/copyright
*.iml
# VSCode/Java #
###############
.classpath
.project
.settings
.factorypath
# Compiled source #
###################
*.com
@@ -41,6 +48,7 @@ Thumbs.db
# .NET stuff #
##############
.vs/
*.suo
*.user
*.sdf