mirror of
https://github.com/opus-tango/webapp-template.git
synced 2026-03-19 19:52:54 +00:00
24 lines
260 B
Plaintext
24 lines
260 B
Plaintext
# .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 |