diff options
-rw-r--r-- | users/Profpatsch/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/users/Profpatsch/.gitignore b/users/Profpatsch/.gitignore index 95941cd52dbe..b13922700be1 100644 --- a/users/Profpatsch/.gitignore +++ b/users/Profpatsch/.gitignore @@ -1,2 +1,6 @@ dist-newstyle/ result-* + +/node-modules/ +# ignore all package-locks (for now?) +package-lock.json |