There was an error while loading. Please reload this page.
1 parent d122eeb commit 3ad3c4eCopy full SHA for 3ad3c4e
vscode-dosbox/.gitignore
@@ -6,6 +6,6 @@ dist
6
.emulators
7
*.vsix
8
build
9
-.vscodeignore
+/.vscodeignore
10
11
**/.DS_store
vscode-dosbox/.vsce/.vscodeignore
@@ -0,0 +1,22 @@
1
+.*/**
2
+.*ignore
3
+src/**
4
+out/**
5
+node_modules/**
+.gitmodules
+vsc-extension-quickstart.md
+README.*.md
+webpack.config.js
+.yarnrc
+**/tsconfig.json
12
+**/.eslintrc.json
13
+**/*.map
14
+**/*.ts
15
+**/.DS_store
16
+
17
+.github/
18
19
+**/test/
20
21
+dev/
22
0 commit comments