Browse Source

gitignore: add .vscode dir

master
Shuanglei Tao 2 years ago
parent
commit
d4afb14069
  1. 3
      .gitignore
  2. 2
      src/server.h

3
.gitignore vendored

@ -47,5 +47,8 @@ build @@ -47,5 +47,8 @@ build
# Clion files
.idea/
# VSCode files
.vscode/
# Project files
!init.d

2
src/server.h

@ -15,8 +15,6 @@ @@ -15,8 +15,6 @@
#define SET_WINDOW_TITLE '1'
#define SET_PREFERENCES '2'
#define MAX_READ_RETRY 2
// url paths
struct endpoints {
char *ws;

Loading…
Cancel
Save