Skip to content

Commit eb97634

Browse files
committed
🛠 chore: update .gitignore and increment version (main)
- Add `.windsurfrules` to the .gitignore file to exclude it from version control. - Bump the version in package.json from 0.0.2 to 0.0.3.
1 parent 441d896 commit eb97634

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ web-ext.config.ts
2626
*.sw?
2727
.docs/
2828
.env*
29+
.windsurfrules

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "recally-clipper",
33
"description": "manifest.json description",
44
"private": true,
5-
"version": "0.0.2",
5+
"version": "0.0.3",
66
"type": "module",
77
"scripts": {
88
"lint": "biome format --write",

0 commit comments

Comments
 (0)