-
Notifications
You must be signed in to change notification settings - Fork 131
Expand file tree
/
Copy path.vscodeignore
More file actions
56 lines (56 loc) · 2.28 KB
/
.vscodeignore
File metadata and controls
56 lines (56 loc) · 2.28 KB
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
# 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
# cspell:ignore fileicon
*
*/**
**/.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/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/quickLinks/lightspeed.png
!media/welcomePage/logo.png
!dist/extension/**/*
!dist/assets/**/*
!dist/webviews/**/*
!packages/ansible-language-server/dist/cli.cjs
!package.json
!package.nls.json
!syntaxes/**/*
# walkthrough media files
!media/walkthroughs/create-ansible-creator.mp4
!media/walkthroughs/create-lightspeed-completion.mp4
!media/walkthroughs/create-lightspeed-playbook.mp4
!media/walkthroughs/createAnsibleEnv/adt-components.md.html
!media/walkthroughs/createAnsibleEnv/all-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.html
!media/walkthroughs/discoverAdt/adt-components.md.html
!media/walkthroughs/discoverAdt/adt-create.md.html
!media/walkthroughs/discoverAdt/adt-deploy.md.html
!media/walkthroughs/discoverAdt/adt-test.md.html
!media/walkthroughs/discoverAdt/all-adt-components.png
!media/walkthroughs/discoverAdt/create-ansible-navigator.png
!media/walkthroughs/discoverAdt/create-automation-hub.png
!media/walkthroughs/discoverAdt/deploy-ansible-builder.png
!media/walkthroughs/discoverAdt/deploy-ansible-sign.png
!media/walkthroughs/discoverAdt/test-pytest-ansible.png
!media/walkthroughs/startAutomatingPlaybook/create-playbook.png
!media/walkthroughs/startAutomatingPlaybook/enable-lightspeed.md.html
!media/walkthroughs/startAutomatingPlaybook/learning.png
!media/walkthroughs/startAutomatingPlaybook/open-folder.png
!media/walkthroughs/startAutomatingPlaybook/playbook-project.md.html
!media/walkthroughs/test-ansible-lint.mp4
!media/walkthroughs/test-molecule.mp4
!resources/**/*