Files
decomp.me/.gitignore
Simon Lindholm 15205aa183 React error fixes (#435)
* Use keys for FormatDiffText
* Fix React errors due to unused useCombobox props
* Use <select value> instead of <option selected>
2022-04-12 13:03:55 +01:00

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