Initial commit

This commit is contained in:
tp-elements
2025-03-11 22:10:13 +01:00
commit a74bbc2c9e
6 changed files with 164 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
node_modules/
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
.eslintcache
.yarn-integrity
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*