Сделал фронтенд

This commit is contained in:
Ilia Miheev
2026-07-24 21:42:08 +03:00
parent 5c1302a582
commit 572ddc35fc
23 changed files with 13958 additions and 9 deletions
+20 -8
View File
@@ -1,11 +1,23 @@
# ---> Vue
# gitignore template for Vue.js projects
#
# Recommended template: Node.gitignore
.DS_Store
/node_modules
/dist
# TODO: where does this rule come from?
docs/_book
# TODO: where does this rule come from?
test/
# 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?