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
28 changes: 28 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,31 @@ dist
vite.config.js.timestamp-*
vite.config.ts.timestamp-*
.turbo

# General
.DS_Store
__MACOSX/
.AppleDouble
.LSOverride
Icon[
]

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
tmp
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# chunkaroo
The all purpose chunking library written in TypeScript
The all purpose chunking library written in TypeScript.

**WIP**

This is a work in progress, not ready for production yet, the library will be updated, cleaned up and prepped for first release in comming days.
26 changes: 0 additions & 26 deletions apps/docs/.gitignore

This file was deleted.

45 changes: 0 additions & 45 deletions apps/docs/README.md

This file was deleted.

Loading
Loading