diff options
author | BobIsMyManager <ahoumatt@yahoo.com> | 2022-04-10 20:15:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-10 23:15:12 +0300 |
commit | 3c2a32015b9e56a0fe4924a8d2af1bd79356689a (patch) | |
tree | f38cade89095ce4e313bf7038a09b00b3b8b4dff /.gitignore | |
parent | Fixed typo in get_instances.py. Fixed settings page width #163 (diff) | |
download | libredirect-3c2a32015b9e56a0fe4924a8d2af1bd79356689a.zip |
auto fetch proxitok instances (#185)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b2dbca15..f6fc62d4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ web-ext-artifacts/ .DS_Store nod node_modules +package-lock.json |