owned-by/.gitignore

51 lines
550 B
Plaintext
Raw Normal View History

2025-01-05 16:00:50 -05:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2025-01-05 15:37:24 -05:00
2025-01-05 16:00:50 -05:00
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
2025-01-05 15:37:24 -05:00
2025-01-05 16:00:50 -05:00
# testing
/coverage
2025-01-05 15:37:24 -05:00
2025-01-05 16:00:50 -05:00
# next.js
/.next/
/out/
2025-01-05 15:37:24 -05:00
2025-01-05 16:00:50 -05:00
# production
/build
2025-01-05 15:37:24 -05:00
2025-01-05 16:00:50 -05:00
# misc
.DS_Store
*.pem
2025-01-05 15:37:24 -05:00
2025-01-05 16:00:50 -05:00
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
2025-01-05 15:37:24 -05:00
2025-01-05 16:00:50 -05:00
# env files (can opt-in for committing if needed)
.env*
2025-01-05 15:37:24 -05:00
2025-01-05 16:00:50 -05:00
# vercel
.vercel
2025-01-05 15:37:24 -05:00
2025-01-05 16:00:50 -05:00
# typescript
2025-01-05 15:37:24 -05:00
*.tsbuildinfo
2025-01-05 16:00:50 -05:00
next-env.d.ts
2025-01-05 15:37:24 -05:00
2025-01-05 16:00:50 -05:00
# bun
2025-03-09 00:06:33 -05:00
bun.lock
2025-01-05 16:00:50 -05:00
bun.lockb
2025-01-05 15:37:24 -05:00
2025-03-09 00:06:33 -05:00
# webstorm
.idea/
2025-01-05 16:00:50 -05:00
# misc
package-lock.json