forked from ansible/ansible-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui.code-workspace
More file actions
37 lines (37 loc) · 738 Bytes
/
ui.code-workspace
File metadata and controls
37 lines (37 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"folders": [
{
"name": "Ansible UI",
"path": ".",
},
],
"settings": {
"files.exclude": {
"**/*.md": true,
"**/.DS_Store": true,
"**/.git": true,
"**/.gitignore": true,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true,
"**/Thumbs.db": true,
"**/tsconfig.json": true,
"*.cjs": true,
"*.json": true,
"*.ts": true,
".*": true,
".github": true,
".husky": true,
".vscode": true,
"Dockerfile": true,
"docs": true,
"locales": true,
"nginx": true,
"node_modules": true,
"playbooks": true,
"rulebooks": true,
"ui.code-workspace": true,
"webpack": true,
},
},
}