Skip to content

Commit

Permalink
Merge branch 'main' into lightspeed_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshrn authored Nov 8, 2023
2 parents 014ca15 + de7b804 commit bc61070
Show file tree
Hide file tree
Showing 23 changed files with 2,158 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .config/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ cfgs
chromedriver
cmds
codespell
codicon
codicons
commitlint
Containerfile
contentmatch
Expand Down Expand Up @@ -70,6 +72,7 @@ mxschmitt
myuser
noheading
npmrc
nsible
Ondrej
OSTYPE
overridable
Expand Down
5 changes: 3 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ repos:
.yarn/.*|
.config/dictionary.txt|
CHANGELOG.md|
yarn.lock
yarn.lock|
media/codicons/codicon.css
)$
- repo: https://github.com/pre-commit/mirrors-prettier
# keep it before markdownlint and eslint
Expand All @@ -110,7 +111,7 @@ repos:
exclude: >
(?x)^(
jinja-language-configuration.json|
syntaxes/external/jinja.tmLanguage.json
syntaxes/external/jinja.tmLanguage.json|
)$
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
Expand Down
11 changes: 11 additions & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,19 @@
!images/logo.png
!jinja-language-configuration.json
!media/style.css
!media/codicons/codicon.css
!media/codicons/codicon.ttf
!media/codicons/codicon.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/initPageStyle.css
!media/contentCreator/welcomePageStyle.css
!out/client/src/extension.js
!out/client/webview/apps/lightspeed/main.js
!out/client/webview/apps/contentCreator/welcomePageApp.js
!out/client/webview/apps/contentCreator/initPageApp.js
!out/server/src/server.js
!package.json
!package.nls.json
Expand Down
Loading

0 comments on commit bc61070

Please sign in to comment.