mirror of
https://github.com/documenso/documenso.git
synced 2026-06-22 04:12:06 +10:00
b92c53dbb2
Co-authored-by: Catalin Pit <catalinpit@gmail.com>
21 lines
295 B
Plaintext
21 lines
295 B
Plaintext
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
|