mirror of
https://github.com/iterate-ch/cyberduck.git
synced 2026-05-26 19:10:49 +00:00
Update .gitignore to exclude VSCode generated files (Eclipse)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user