-
Notifications
You must be signed in to change notification settings - Fork 92
/
.vscodeignore
75 lines (75 loc) · 3.32 KB
/
.vscodeignore
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
# Everything is excluded unless we add it manually, preventing accidental
# inclusion of unwanted files.
# See https://github.com/Microsoft/vscode-mono-debug/blob/main/.vscodeignore
*
*/**
**/.DS_Store
!ansible-language-configuration.json
!CHANGELOG.md
!LICENSE
!docs/README.md
!images/ansible.svg
!images/ansible-fileicon.svg
!images/logo.png
!jinja-language-configuration.json
!media/style.css
!media/codicons/codicon.css
!media/codicons/codicon.ttf
!media/codicons/codicon.css
!media/baseStyles/baseFormStyle.css
!media/contentCreator/icons/ansible-creator-create.png
!media/contentCreator/icons/ansible-creator-init.png
!media/contentCreator/icons/ansible-creator-sample.png
!media/contentCreator/icons/ansible-logo-red.png
!media/contentCreator/createAnsibleCollectionPageStyle.css
!media/contentCreator/createAnsibleProjectPageStyle.css
!media/contentCreator/welcomePageStyle.css
!media/lightspeedExplorerView/style.css
!media/welcomePage/lightspeed.png
!media/welcomePage/logo.png
!media/welcomePage/quickLinksStyle.css
!media/playbookGeneration/playbookGeneration.css
!media/playbookGeneration/style.css
!out/client/src/extension.js
!out/syntaxHighlighter/src/syntaxHighlighter.js
!out/client/webview/apps/lightspeed/main.js
!out/client/webview/apps/lightspeed/explorer/main.js
!out/client/webview/apps/lightspeed/playbookExplanation/main.js
!out/client/webview/apps/lightspeed/playbookGeneration/main.js
!out/client/webview/apps/contentCreator/welcomePageApp.js
!out/client/webview/apps/contentCreator/createAnsibleCollectionPageApp.js
!out/client/webview/apps/contentCreator/createAnsibleProjectPageApp.js
!out/client/webview/apps/quickLinks/quickLinksApp.js
!out/server/src/server.js
!package.json
!package.nls.json
!syntaxes/**/*
# walkthrough media files
!media/walkthroughs/createAnsibleEnv/adt-components.md
!media/walkthroughs/createAnsibleEnv/adt-components.png
!media/walkthroughs/createAnsibleEnv/language-selector.png
!media/walkthroughs/createAnsibleEnv/language-statusbar.png
!media/walkthroughs/createAnsibleEnv/open-folder.png
!media/walkthroughs/createAnsibleEnv/selectAnsibleLanguage.md
!media/walkthroughs/discoverAdt/adt-components.md
!media/walkthroughs/discoverAdt/adt-create.md
!media/walkthroughs/discoverAdt/adt-deploy.md
!media/walkthroughs/discoverAdt/adt-test.md
!media/walkthroughs/discoverAdt/all-adt-components.png
!media/walkthroughs/discoverAdt/create-ansible-creator.gif
!media/walkthroughs/discoverAdt/create-ansible-navigator.png
!media/walkthroughs/discoverAdt/create-automation-hub.png
!media/walkthroughs/discoverAdt/create-lightspeed-completion.gif
!media/walkthroughs/discoverAdt/create-lightspeed-playbook.gif
!media/walkthroughs/discoverAdt/deploy-ansible-builder.png
!media/walkthroughs/discoverAdt/deploy-ansible-sign.png
!media/walkthroughs/discoverAdt/test-ansible-lint.gif
!media/walkthroughs/discoverAdt/test-molecule.gif
!media/walkthroughs/discoverAdt/test-pytest-ansible.png
!media/walkthroughs/startAutomatingPlaybook/create-lightspeed-completion.gif
!media/walkthroughs/startAutomatingPlaybook/create-lightspeed-playbook.gif
!media/walkthroughs/startAutomatingPlaybook/create-playbook.png
!media/walkthroughs/startAutomatingPlaybook/enable-lightspeed.md
!media/walkthroughs/startAutomatingPlaybook/learning.png
!media/walkthroughs/startAutomatingPlaybook/open-folder.png
!media/walkthroughs/startAutomatingPlaybook/playbook-project.md