Fix .gitignore: stop tracking ignored files

This commit is contained in:
5t4l1n
2025-07-27 10:39:02 +05:30
parent b42747e9a3
commit 3a87ef0576
625 changed files with 88566 additions and 63 deletions
+17 -22
View File
@@ -1,27 +1,22 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
# Node.js modules and Next.js build output
node_modules/
.next/
out/
.pnpm-debug.log
# next.js
/.next/
/out/
# Logs and cache
*.log
.cache/
*.gz
# production
/build
# OS and Editor files
.DS_Store
.vscode/
.idea/
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files
.env*
# vercel
.vercel
# typescript
# TypeScript
*.tsbuildinfo
next-env.d.tsnode_modules/
# Compiled binaries (can be huge)
*.so
*.node