Skip to content

Commit 4b7bc9b

Browse files
committed
chore: Version v0.1.1
1 parent d002bb5 commit 4b7bc9b

File tree

6,002 files changed

+28
-334321
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

6,002 files changed

+28
-334321
lines changed

.gitignore

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
1-
# IDE specific
2-
.idx/
3-
41
# Dependencies
52
node_modules/
3+
4+
# Build artifacts
5+
_site/
6+
cdn/
7+
dist/
8+
9+
# Cache
10+
.cache/
11+
12+
# Logs
13+
npm-debug.log*
14+
yarn-debug.log*
15+
yarn-error.log*
16+
pnpm-debug.log*
17+
18+
# OS-specific
19+
.DS_Store
20+
21+
# IDE specific
22+
.idx/

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.1] - 2024-07-30
9+
10+
### Chore
11+
12+
- **Repository Maintenance:** Removed build artifact directories (`_site/`, `cdn/`, `dist/`) from Git tracking to keep the repository clean and focused on source code.
13+
- **Documentation:** Updated the `roadmap.md` to reflect the current project status.
14+
815
## [0.1.0] - 2024-07-30
916

1017
### Added

0 commit comments

Comments
 (0)