feat: add mcp server, reorganize repo
This commit is contained in:
+28
-1
@@ -1 +1,28 @@
|
||||
/node_modules/
|
||||
# deps
|
||||
node_modules/
|
||||
|
||||
# keep_local - локальные файлы, не для git
|
||||
/_keep_local/
|
||||
|
||||
# build output
|
||||
dist/
|
||||
.next/
|
||||
out/
|
||||
|
||||
# vite
|
||||
# (frontend)
|
||||
|
||||
# misc
|
||||
.DS_Store
|
||||
*.pem
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
# env files - начало
|
||||
.env*
|
||||
# env files - конец
|
||||
|
||||
# typescript - начало
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
# typescript - конец
|
||||
|
||||
Reference in New Issue
Block a user