Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/update-cache-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
paths:
- 'index.html'
- 'css/**'
- 'js/**'
- 'src/**'
- 'manifest.json'

jobs:
Expand Down
6 changes: 2 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# Dependencies
node_modules/

# TypeScript build output
js/*.js
js/*.js.map
js/*.d.ts
# TypeScript build output (compiled at deploy time, not committed)
js/

# Playwright
test-results/
Expand Down
1 change: 0 additions & 1 deletion js/app.d.ts.map

This file was deleted.

Loading
Loading