diff options
author | hackademix | 2019-10-01 09:36:34 +0200 |
---|---|---|
committer | hackademix | 2019-10-01 09:36:34 +0200 |
commit | 23d2e95e1c167fd6344260d084f65f7e1b6113c3 (patch) | |
tree | 2125fed8f57a6da8cb2f8fbddff5ee513d7ac52f /.gitignore | |
parent | 11e9e094c06998ce8f73749052a808cd3f417fc6 (diff) | |
download | noscript-23d2e95e1c167fd6344260d084f65f7e1b6113c3.tar.gz noscript-23d2e95e1c167fd6344260d084f65f7e1b6113c3.tar.xz noscript-23d2e95e1c167fd6344260d084f65f7e1b6113c3.zip |
Updated build artifacts to be ignored by git.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,8 +1,12 @@ # files (especially tests) to be ignored until a subsequent release for security **/embargoed/** # build artifacts +build +chromium xpi *.xpi +*.zip +*.crx *.bak # dev env options .eslintrc.json |