Skip to content

Commit

Permalink
ci(github): adding new file to .prettierignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgkusumaputra committed Jul 20, 2024
1 parent c4a315f commit 0d12275
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage

# next.js
.next
/.next/
/out/

Expand All @@ -24,13 +24,18 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env*.local
.env.local
.env.development.local
.env.test.local
.env.production.local

# vercel
.vercel

# typescript
*.tsbuildinfo
next-env.d.ts
# changelog
CHANGELOG.md

pnpm-lock.yaml

0 comments on commit 0d12275

Please sign in to comment.