diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c10438e0..6a0724e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,9 @@ +# build dirs web-ext-artifacts/ +/.direnv +/result + +# other things .DS_Store nod node_modules |