19 lines
176 B
Text
19 lines
176 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
|