mirror of
https://github.com/decompme/decomp.me.git
synced 2026-04-25 00:21:06 -05:00
24 lines
324 B
Plaintext
24 lines
324 B
Plaintext
__pycache__
|
|
*.pyc
|
|
node_modules
|
|
build
|
|
.snowpack
|
|
backend/local_files/
|
|
backend/media/
|
|
backend/virtualenvs/
|
|
backend/docker.dev.env
|
|
postgres/
|
|
sandbox/
|
|
*.db
|
|
.DS_Store
|
|
.env.*
|
|
*.log
|
|
/frontend/*.tsbuildinfo
|
|
/frontend/.next
|
|
/frontend/.cache
|
|
/frontend/cache
|
|
/frontend/public/sw.*
|
|
/frontend/public/workbox-*
|
|
.vscode/launch.json
|
|
.vercel
|