Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41bf091 commit 927f48eCopy full SHA for 927f48e
.vscodeignore
@@ -1,20 +1,26 @@
1
## Common
2
.gitignore
3
4
+## Docs
5
+DEV.md
6
+
7
## VSCode
8
.vscode/**
9
.vscode-test/**
10
vsc-extension-quickstart.md
11
*.vsix
12
13
## Dev Folders
-/src/**
-/web-app/**
14
+src/**
15
+web-app/**
16
+.env
17
+.prettierrc.js
18
+jest.config.js
19
20
## TypeScript
21
**/tsconfig.json
22
**/tslint.json
23
**/*.ts
24
25
## Tests
-/build/test/**
26
+build/test/**
SETUP.md renamed to DEV.md
0 commit comments