Developer
This commit is contained in:
13
.gitignore
vendored
13
.gitignore
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user