mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
20 lines
295 B
Text
20 lines
295 B
Text
node_modules
|
|
.next
|
|
public
|
|
**/**/node_modules
|
|
**/**/.next
|
|
**/**/public
|
|
packages/lib/translations/**/*.js
|
|
|
|
*.lock
|
|
*.log
|
|
*.test.ts
|
|
|
|
.gitignore
|
|
.npmignore
|
|
.prettierignore
|
|
.DS_Store
|
|
.eslintignore
|
|
|
|
# Docs MDX - Prettier strips indentation from code blocks inside components
|
|
apps/docs/content/**/*.mdx
|