diff options
author | Hygna <hygna@proton.me> | 2022-10-24 23:03:34 +0100 |
---|---|---|
committer | Hygna <hygna@proton.me> | 2022-10-24 23:03:34 +0100 |
commit | 138910dc6cc15e29dabc03ccfd17d3b01388320d (patch) | |
tree | f4b16ebc627b86a4f46a89f81e5af8e3899c1544 /.gitignore | |
parent | Update version 2.3.3 => 2.3.4 (diff) | |
download | libredirect-138910dc6cc15e29dabc03ccfd17d3b01388320d.zip |
Stopped tracking generated html files in git
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 09e0ce26..44170d13 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ web-ext-artifacts/ nod node_modules package-lock.json -.vscode \ No newline at end of file +.vscode +src/pages/options/index.html +src/pages/popup/popup.html |