diff options
author | Arun Isaac | 2017-06-29 23:21:04 +0530 |
---|---|---|
committer | Arun Isaac | 2017-07-05 14:54:29 +0530 |
commit | d303c85013b3cc18298360380407b38bd64daa41 (patch) | |
tree | dccd6586e853fdbbb58516e4465a8aed03eaa695 /.gitignore | |
parent | 85fca35562a73d68ee6aefc69fa06011f983ce4f (diff) | |
download | youtube-noscript-shim-d303c85013b3cc18298360380407b38bd64daa41.tar.gz youtube-noscript-shim-d303c85013b3cc18298360380407b38bd64daa41.tar.lz youtube-noscript-shim-d303c85013b3cc18298360380407b38bd64daa41.zip |
Convert to WebExtension.
* manifest.json: New file.
* Makefile: New file.
* .gitignore: Ignore .zip files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6f66c74 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.zip
\ No newline at end of file |