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
|