8000 update gitignore to Ignore IDE files from Eclipse and VScode · blackhack/arduinoWebSockets@b1b21d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit b1b21d1

Browse files
committed
update gitignore to Ignore IDE files from Eclipse and VScode
1 parent 3063ad2 commit b1b21d1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,11 @@
2727
*.out
2828
*.app
2929
/tests/webSocketServer/node_modules
30+
31+
# IDE
32+
.vscode
33+
.cproject
34+
.project
35+
.settings
36+
*.swp
37+

0 commit comments

Comments
 (0)
0