Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 4 additions & 33 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,57 +4,28 @@
/node_modules
/.pnp
.pnp.js
Comment thread
lumirlumir marked this conversation as resolved.
Outdated
.yarn/install-state.gz

# testing
/coverage
Comment thread
lumirlumir marked this conversation as resolved.
Outdated

# next.js

/out/

# production
/build
.vite

# misc
.DS_Store
.vscode
*.code-workspace
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env*.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
# typescript
*.tsbuildinfo