diff options
author | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-14 10:00:58 +0100 |
---|---|---|
committer | BobIsMyManager <bimmgitsignature.nly8m@simplelogin.co> | 2022-07-18 18:50:04 +0100 |
commit | f719a9c890f5698619fdb692e7c04f60a9d565f2 (patch) | |
tree | a4234de833214fda114a479ba4b7512c2de50d74 /.gitignore | |
parent | nvm (diff) | |
download | libredirect-f719a9c890f5698619fdb692e7c04f60a9d565f2.zip |
data and blacklist only handled by ci
Diffstat (limited to '')
-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 |