mirror of
https://github.com/rommapp/romm.git
synced 2026-02-19 07:50:57 +01:00
24 lines
218 B
Plaintext
24 lines
218 B
Plaintext
**/node_modules
|
|
node_modules/
|
|
|
|
**/venv
|
|
venv/
|
|
|
|
**/__pycache__
|
|
__pycache__/
|
|
|
|
**/assets/library
|
|
../frontend/assets/library/
|
|
|
|
**/.env
|
|
.env
|
|
|
|
**/romm_test
|
|
romm_test/
|
|
|
|
**/romm_mock
|
|
romm_mock/
|
|
|
|
**/.pytest_cache
|
|
.pytest_cache/
|