update gitignore to Ignore IDE files from Eclipse and VScode

This commit is contained in:
Links
2019-06-10 13:02:25 +02:00
parent 3063ad27ae
commit b1b21d188f

8
.gitignore vendored
View File

@ -27,3 +27,11 @@
*.out
*.app
/tests/webSocketServer/node_modules
# IDE
.vscode
.cproject
.project
.settings
*.swp