-
Notifications
You must be signed in to change notification settings - Fork 132
Expand file tree
/
Copy path.gitignore
More file actions
35 lines (34 loc) · 918 Bytes
/
.gitignore
File metadata and controls
35 lines (34 loc) · 918 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
# WARNING: ideally this file should contain only out/ folder as all our build
# steps should never create or modify files outside that. That is also true
# about not not using or creating files from user home directory directly (~).
!media/
.DS_Store
.vite-dev-server-url
.vite-dev.pid
.cache
.eslintcache
.idea
.nyc_output
.pytest_cache
.venv
*.pyc
*.pyo
.task
.vscode-test
node_modules
out
site
dist
lib
# TODO: Seek to remove these from this file:
.ansible
CHANGELOG.html
docs/als/settings.md
examples/.vscode/
packages/ansible-language-server/test/fixtures/diagnostics/invalid_yaml.yml
resources/contentCreator/createDevcontainer/.devcontainer
resources/contentCreator/createDevfile/devfile-template.txt
test/testFixtures/.vscode/settings.json
test/testFixtures/diagnostics/yaml/invalid_yaml.yml
test/unit/lightspeed/utils/samples/collections/ansible_collections/community/broken_MANIFEST/MANIFEST.json
xunit.xml