diff options
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 |