Developer

This commit is contained in:
2026-08-02 00:06:11 +02:00
parent d20a2095c7
commit d8aba6925f
12 changed files with 374 additions and 32 deletions

13
.gitignore vendored
View File

@@ -1,7 +1,8 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
node_modules/
**/node_modules/
/.pnp
.pnp.*
.yarn/*
@@ -20,6 +21,16 @@
# production
/build
# Separate package projects (they are published from their own repositories)
/chrome-decision-kit/
/decision-kit/
/python-decision-kit/
/vscode-decision-kit/
# Package build artefacts
**/*.egg-info/
*.vsix
# misc
.DS_Store
*.pem