Skip to content

Commit b97efba

Browse files
chore: add .vscodeignore files
1 parent 3e512e4 commit b97efba

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

.vscodeignore

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,20 @@ src/**
44
.gitignore
55
.yarnrc
66
vsc-extension-quickstart.md
7-
**/tsconfig.json
8-
**/eslint.config.mjs
9-
**/*.map
10-
**/*.ts
11-
**/.vscode-test.*
7+
tsconfig.json
8+
eslint.config.mjs
9+
*.map
10+
*.ts
11+
.vscode-test.*
12+
docker-compose.yml
13+
.env
14+
.env-keep
15+
seed.sql
16+
justfile
17+
test/
18+
.release-please-manifest.json
19+
CHANGELOG.md
20+
README.md
21+
release-please-config.json
22+
23+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "postgrestools-vscode",
33
"publisher": "Supabase",
44
"description": "Postgres Language Server right in your IDE.",
5-
"version": "0.0.1",
5+
"version": "0.0.0",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/supabase-community/pglt-vscode"

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
}
1010
},
1111
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
12-
}
12+
}

0 commit comments

Comments
 (0)