Files
claude 2baf262a1c chore: remove Zone.Identifier files and add to .gitignore
Removed 31 Windows Zone.Identifier alternate data stream files that
were accidentally committed. Added *:Zone.Identifier to .gitignore to
prevent them from being tracked in the future.
2026-05-12 15:08:43 +00:00

40 lines
424 B
Plaintext

# 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/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
.env
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# Windows Zone.Identifier files
*:Zone.Identifier