File tree Expand file tree Collapse file tree 1 file changed +22
-28
lines changed Expand file tree Collapse file tree 1 file changed +22
-28
lines changed Original file line number Diff line number Diff line change 1
- .github /**
2
- .vscode /**
3
- .vscode-test /**
4
- .changes /**
5
- scripts /**
6
- buildspec /**
7
- dist /src /test /**
8
- dist /src /integrationTest /**
9
- dist /src /testFixtures /**
10
- dist /test /**
11
- dist /integrationTest /**
12
- dist /third-party /test /**
13
- dist /** /* .map
14
- src /**
15
- out /**
16
- third-party /test /**
17
- webpack.config.js
18
- .gitignore
19
- .nycrc.json
20
- Dockerfile
21
- tsconfig.json
22
- tslint.json
23
- codebuild-image-buildspec.yml
24
- node_modules
25
- docs /**
26
- designs /**
27
- coverage /**
28
- package.json.bk
1
+ # Ignore everything by default. #1899
2
+ *
3
+ * /**
4
+
5
+ # Allowlist
6
+ ! dist /*
7
+ ! dist /libs
8
+ ! dist /* /!(testFixtures|test) /** /!( * . * .map)
9
+ ! dist /* /!( * . * .map)
10
+ ! media /**
11
+ ! resources /**
12
+ ! syntaxes /**
13
+ ! templates /**
14
+ ! third-party /**
15
+ ! types /**
16
+ ! LICENSE
17
+ ! NOTICE
18
+ ! package.json
19
+ ! package.nls.json
20
+ ! quickStart **
21
+ ! README. **
22
+ ! CHANGELOG.md
You can’t perform that action at this time.
0 commit comments