calculator

This commit is contained in:
Lukáš
2024-02-21 09:14:42 +01:00
parent 5cc5a74cb9
commit 659777af3b
19 changed files with 12078 additions and 14 deletions

23
itn/calculator/.gitignore vendored Normal file
View File

@ -0,0 +1,23 @@
.DS_Store
node_modules
/dist
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?