This repository has been archived on 2025-03-08. You can view files and clone it, but cannot push or open issues or pull requests.
aidxnCC/.gitignore

54 lines
570 B
Plaintext
Raw Permalink Normal View History

2025-01-05 14:33:52 -05:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2025-01-04 20:57:52 -05:00
2025-01-05 14:33:52 -05:00
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
2025-01-04 20:57:52 -05:00
2025-01-05 14:33:52 -05:00
# testing
/coverage
2025-01-04 20:57:52 -05:00
2025-01-05 14:33:52 -05:00
# next.js
/.next/
/out/
2025-01-04 20:57:52 -05:00
2025-01-05 14:33:52 -05:00
# production
/build
2025-01-04 20:57:52 -05:00
2025-01-05 14:33:52 -05:00
# misc
.DS_Store
*.pem
2025-01-04 20:57:52 -05:00
2025-01-05 14:33:52 -05:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
2025-01-04 20:57:52 -05:00
2025-01-05 14:33:52 -05:00
# env files (can opt-in for committing if needed)
.env*
2025-01-04 20:57:52 -05:00
2025-01-05 14:33:52 -05:00
# vercel
.vercel
2025-01-04 20:57:52 -05:00
2025-01-05 14:33:52 -05:00
# typescript
2025-01-04 20:57:52 -05:00
*.tsbuildinfo
2025-01-05 14:33:52 -05:00
next-env.d.ts
2025-01-04 20:57:52 -05:00
2025-01-05 14:33:52 -05:00
# bun
2025-02-18 01:24:16 -05:00
bun.lock
2025-02-18 01:25:45 -05:00
bun.lockb
2025-01-04 20:57:52 -05:00
2025-01-05 14:33:52 -05:00
# misc
package-lock.json
# vs code
.vscode/
# webstorm
.idea/