summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-01-24 08:02:00 +0100
committerGitHub <noreply@github.com>2022-01-24 08:02:00 +0100
commit1f15d50aace578a63433a2b60c18ceb73dfa6230 (patch)
tree08c1d2c49fbc9354322932e8d5d4bee8140b4bba /.gitignore
parent61853aa0fbcd2573f50e9c092f61cde1ad71492a (diff)
parent309147d86f08f69ce1467aa4d25d3d6a56b2bc46 (diff)
Merge pull request #783 from not-my-profile/pyrightconfig.json
[enh] add pyrightconfig.json and integrate pyright into CI
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index efea6c872..9b3eff158 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-# to sync with .dockerignore
+# to sync with .dockerignore & pyrightconfig.json
*.pyc
*/*.pyc
@@ -16,3 +16,6 @@ dist/
local/
gh-pages/
*.egg-info/
+
+/package-lock.json
+/node_modules/