summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2022-01-19 10:08:24 +0100
committerMartin Fischer <martin@push-f.com>2022-01-23 08:00:39 +0100
commit87c8c5fd1bc7bf855d74ae37af947b292c262873 (patch)
tree4437894b4379c115d586e4e9173dfb9e3c411c7f /.gitignore
parent5ce309183788ebca1c501380bb72d73a02405d96 (diff)
[fix] pyrightconfig.json include only dedicated folders in the test
Without specifying folders to check, pyright will also scan files in folders like ./build, ./cache, ./.nvm and more. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index efea6c87..bacf9d7a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-# to sync with .dockerignore
+# to sync with .dockerignore & pyrightconfig.json
*.pyc
*/*.pyc