Skip to content

Commit

Permalink
Merge pull request #278 from twinnydotdev/feat/symmetry
Browse files Browse the repository at this point in the history
symmetry
  • Loading branch information
rjmacarthy authored Aug 2, 2024
2 parents a3431b7 + 2bd8a31 commit 1cc0c35
Show file tree
Hide file tree
Showing 33 changed files with 11,056 additions and 3,599 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ module.exports = {
quotes: ['error', 'single'],
'@typescript-eslint/quotes': ['error', 'single']
}
}
}
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ dist
node_modules
.vscode-test/
*.vsix
models


# Added by cargo

/target
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"cmake.ignoreCMakeListsMissing": true
}
9 changes: 8 additions & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
{
"type": "npm",
"script": "watch",
"problemMatcher": "$ts-webpack-watch",
"isBackground": true,
"presentation": {
"reveal": "never",
Expand Down Expand Up @@ -35,6 +34,14 @@
"npm: watch-tests"
],
"problemMatcher": []
},
{
"type": "npm",
"script": "build",
"group": "build",
"problemMatcher": [],
"label": "npm: build",
"detail": "node scripts/build.mjs"
}
]
}
17 changes: 16 additions & 1 deletion .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,24 @@ node_modules/**
src/**
.gitignore
.yarnrc
webpack.config.js
vsc-extension-quickstart.md
**/tsconfig.json
**/.eslintrc.json
**/*.map
**/*.ts
scripts
.github
docs
target
.vscode-test.json
!out/node_modules/**

!node_modules/udx-native/**
!node_modules/sodium-native/**
!node_modules/b4a/**
!node_modules/node-gyp-build/**
!node_modules/streamx/**
!node_modules/queue-tick/**
!node_modules/queue-tick/**
!node_modules/text-decoder/**
!node_modules/fast-fifo/**
Loading

0 comments on commit 1cc0c35

Please sign in to comment.