mirror of
https://github.com/decompme/decomp.me.git
synced 2026-05-17 05:19:09 -05:00
15205aa183
* Use keys for FormatDiffText * Fix React errors due to unused useCombobox props * Use <select value> instead of <option selected>
22 lines
291 B
Plaintext
22 lines
291 B
Plaintext
__pycache__
|
|
*.pyc
|
|
node_modules
|
|
build
|
|
.snowpack
|
|
local_files/
|
|
backend/local_files/
|
|
backend/virtualenvs/
|
|
postgres/
|
|
sandbox/
|
|
*.db
|
|
.DS_Store
|
|
.env.*
|
|
*.log
|
|
/frontend/*.tsbuildinfo
|
|
/frontend/.next
|
|
/frontend/.cache
|
|
/frontend/cache
|
|
/frontend/public/sw.*
|
|
/frontend/public/workbox-*
|
|
.vscode/launch.json
|