diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-07-17 08:07:25 +0200 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-07-17 08:07:25 +0200 |
commit | c1802f2670bb3046523ca8c175673b7a55e1175d (patch) | |
tree | 2bbfc5a4d290b34a893c08aae0240b1efdb5dc11 /.gitignore | |
parent | Fixed conflicts (diff) | |
parent | data and blacklist only handled by ci (diff) | |
download | libredirect-c1802f2670bb3046523ca8c175673b7a55e1175d.zip |
Merge pull request 'data and blacklist only handled by ci' (#7) from BobIsMyManager/libredirect:master into master
Reviewed-on: https://codeberg.org/LibRedirect/libredirect/pulls/7
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index a50c6bde..76962127 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ web-ext-artifacts/ .DS_Store nod node_modules -package-lock.json \ No newline at end of file +package-lock.json +src/instances/blacklist.json +src/instances/data.json |