diff options
author | hackademix | 2018-08-26 00:38:31 +0200 |
---|---|---|
committer | hackademix | 2018-08-27 18:53:14 +0200 |
commit | 36b77300ebb3ad3f2b9c5b4f4c2a56f5b853acc5 (patch) | |
tree | f2261b67a2706383c86adb681f9d1e62a0386198 /.gitignore | |
parent | e3f7df5df62b9f1b3ca5ea6a4293e73cce081b3e (diff) | |
download | noscript-36b77300ebb3ad3f2b9c5b4f4c2a56f5b853acc5.tar.gz noscript-36b77300ebb3ad3f2b9c5b4f4c2a56f5b853acc5.tar.xz noscript-36b77300ebb3ad3f2b9c5b4f4c2a56f5b853acc5.zip |
Ignore development environment specific files in Git.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,3 +3,5 @@ # build artifacts xpi *.xpi +# dev env options +.eslintrc.json |