Skip to content

Commit

Permalink
Add .prettierignore
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelTamaki authored Oct 31, 2023
1 parent ba7d73a commit b72bf82
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.png
*.ico
*.prisma
*.sql
*.otf
.next/
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ services:
- 3001:80
- 25:25
environment:
- ServerOptions__HostName=smtp4dev
- ServerOptions__HostName=smtp4dev
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"start": "next start",
"buildstyles": "tailwindcss -i ./src/styles/globals.css -o ./src/styles/output.css --watch",
"prepare": "husky install",
"prettier": "prettier --write src",
"prettier:ci": "prettier --check src"
"prettier": "prettier --write .",
"prettier:ci": "prettier --check ."
},
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.5",
Expand Down

0 comments on commit b72bf82

Please sign in to comment.