initial commit

This commit is contained in:
garionion 2025-02-26 00:09:11 +01:00
parent 9efc8a209b
commit aabf45915a
48 changed files with 7400 additions and 0 deletions

22
web/.gitignore vendored Normal file
View file

@ -0,0 +1,22 @@
.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?