Compare commits

..

10 Commits
main ... v0.0.2

Author SHA1 Message Date
71de62d44c build: v0.0.2 2024-04-08 07:20:09 +03:00
37da7aa56e feat: add github actions 2024-04-08 07:19:45 +03:00
7ea6f600c4 feat: upgrade yarn, add linting packages 2024-04-08 07:19:45 +03:00
6cbcc50d4b feat: add jest ruleset 2024-04-08 07:19:45 +03:00
ksv741
3d32a57ffc Merge pull request #2 from ksv741/testing
fix react typescripts files
2024-02-08 05:21:23 +03:00
4b8f069589 fix react typescripts files 2024-02-08 05:20:12 +03:00
ksv741
0f00fcfd50 Merge pull request #1 from ksv741/testing
create js, ts and react configurations
2024-02-07 05:52:10 +03:00
6207d50ec9 add Readme 2024-02-07 05:49:51 +03:00
4345b4ac7e create js, ts and react configurations 2024-02-06 07:23:18 +03:00
3b2508c482 initial commit 2023-10-09 08:09:32 +03:00
609 changed files with 1610 additions and 2704 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