Compare commits

..

7 Commits
main ... v0.0.4

Author SHA1 Message Date
5cdc98afbc build: v0.0.4 2024-07-05 06:45:16 +03:00
0dbe1f995e fix: remove ts from dev deps 2024-07-05 06:45:05 +03:00
e74f4d8bba build: v0.0.3 2024-07-05 06:39:58 +03:00
1be7c94d78 feat: update packages 2024-07-05 06:37:10 +03:00
50f6c9f24b build: v0.0.2 2024-04-08 07:29:17 +03:00
4e38a6fef6 feat: add github actions 2024-04-08 07:29:17 +03:00
a738e8c415 feat: upgrade yarn, add linting packages 2024-04-08 07:29:17 +03:00
609 changed files with 1637 additions and 2684 deletions

35
.gitignore vendored
View File

@ -1,33 +1,2 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. node_modules
.idea
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
/public/CHANGELOG.md
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# ide
/.vscode
/.idea
.yarn/*
!.yarn/releases
!.yarn/plugins
!.yarn/offline-cache

BIN
.yarn/install-state.gz Normal file

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More