30 lines
301 B
Text
30 lines
301 B
Text
.git
|
|
.gitignore
|
|
node_modules
|
|
**/node_modules
|
|
.next
|
|
**/.next
|
|
|
|
files
|
|
app/files
|
|
**/venv
|
|
**/__pycache__
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
debug
|
|
*.bak
|
|
*.zip
|
|
.DS_Store
|
|
|
|
.migration-source
|
|
.migration.env
|
|
.worktrees
|
|
*.sql
|
|
*.sql.gz
|
|
uploads
|
|
media
|
|
migration/generated
|
|
test-results
|
|
playwright-report
|