Skip to content

Commit 86558c0

Browse files
committed
hotfix: type definitions in transitions/index.js, JSDoc context annotations
1 parent d5baf53 commit 86558c0

File tree

2 files changed

+27
-30
lines changed

2 files changed

+27
-30
lines changed

.cfignore

Lines changed: 0 additions & 29 deletions
This file was deleted.

.gitignore

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,30 @@ logs/
5757
# Playwright
5858
test-results/
5959
playwright-report/
60-
playwright/.cache/
60+
playwright/.cache/
61+
62+
# Cloudflare Pages
63+
.cfignore
64+
65+
# IDE local settings
66+
.vscode/settings.json.local
67+
.vscode/launch.json
68+
.vscode/tasks.json
69+
70+
# macOS Finder
71+
.AppleDouble
72+
.LSOverride
73+
74+
# System files
75+
*.bak
76+
*.backup
77+
*.$$$
78+
79+
# IDE/Editor caches
80+
.history/
81+
*.vsix
82+
83+
# Development artifacts
84+
*.pem
85+
*.key
86+
*.cert

0 commit comments

Comments
 (0)