mirror of
https://github.com/opus-tango/webapp-template.git
synced 2026-03-19 19:52:54 +00:00
add prettierignore
This commit is contained in:
24
.prettierignore
Normal file
24
.prettierignore
Normal file
@@ -0,0 +1,24 @@
|
||||
# .prettierignore
|
||||
.next/
|
||||
dist/
|
||||
node_modules/
|
||||
coverage/
|
||||
build/
|
||||
public/
|
||||
.env
|
||||
.env*.local
|
||||
# Logs
|
||||
*.log
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
# Editor directories and files
|
||||
.vscode
|
||||
.idea
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.bak
|
||||
# Next.js specific
|
||||
next-env.d.ts
|
||||
Reference in New Issue
Block a user