diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -1,9 +1,17 @@ +.DS_Store + node_modules/ + builds/ -.DS_Store + dictionaries/ + /test-results/ /playwright-report/ /playwright/.cache/ /test/playwright/__screenshots__/ + ext/manifest.json + +ext/lib/* +!ext/lib/__mocks__/ |