doodly/.prettierignore
Ashhhleyyy 4bd3b1e094
Some checks failed
continuous-integration/drone/push Build is failing
feat(deploy): build standalone server
2022-08-13 22:04:21 +01:00

33 lines
322 B
Text

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# lockfile
pnpm-lock.yaml
# CI
.pnpm-store
.drone.yml
node_modules
dist
dist-ssr
build
*.local
.next/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?