Skip to content

Commit

Permalink
feat: rewrite with Deno
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Aug 10, 2023
1 parent 335fe42 commit ecf05bf
Show file tree
Hide file tree
Showing 39 changed files with 3,453 additions and 5,290 deletions.
65 changes: 62 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,62 @@
/dist/
/node_modules/
/*.tgz
# General
!*.keep

# building
out/
.env
*~
/bin
.nfs*
$RECYCLE.BIN/
build
build_output/*
dist/
*.exe
*.out
*.app
*.o
*.so

# logs
*.log
*.bak
*.errors
*.stackdump
crash-*

# tmp files
*.temp
*.tmp
/tmp/*
/tmp
.cache
*.pid
*.seed
*.pid.lock

# git
*.patch
*.diff

# IDEs/DEs
.idea/
.vscode/*
*.sublime-*
.history
tags

# dev platforms/package managers
.npm
.yarn/*
node_modules/
jspm_packages/

# OSs
*.linux
.DS_Store
.fuse_hidden*
.Trash-*
.directory
[Dd]esktop.ini
.Trashes
*.lnk
Binary file removed afpalette/catppuccin-frappe.afpalette
Binary file not shown.
Binary file removed afpalette/catppuccin-latte.afpalette
Binary file not shown.
Binary file removed afpalette/catppuccin-macchiato.afpalette
Binary file not shown.
Binary file removed afpalette/catppuccin-mocha.afpalette
Binary file not shown.
Binary file removed clr/Catppuccin Frappe.clr
Binary file not shown.
Binary file removed clr/Catppuccin Latte.clr
Binary file not shown.
Binary file removed clr/Catppuccin Macchiato.clr
Binary file not shown.
Binary file removed clr/Catppuccin Mocha.clr
Binary file not shown.
Loading

0 comments on commit ecf05bf

Please sign in to comment.