Ryuiso 3 месяцев назад
Сommit
3969c250e0
1 измененных файлов с 54 добавлено и 0 удалено
  1. 54 0
      .gitignore

+ 54 - 0
.gitignore

@@ -0,0 +1,54 @@
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
+
+# dependencies
+/node_modules
+/.pnp
+.pnp.js
+
+# testing
+/coverage
+
+# next.js
+/.next/
+/out/
+out.zip
+
+# production
+/build
+
+# misc
+.DS_Store
+*.pem
+
+# debug
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+.pnpm-debug.log*
+
+# local env files
+.env*.local
+
+# vercel
+.vercel
+
+# typescript
+*.tsbuildinfo
+next-env.d.ts
+dev
+
+.vscode
+.idea
+
+# docker-compose env files
+.env
+.env.local
+
+*.key
+*.key.pub
+
+masks.json
+
+# .cursor
+.cursor
+.history