Files
romm/.gitignore
2023-08-01 15:29:58 -04:00

49 lines
532 B
Plaintext

# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
node_modules
.DS_Store
dist
dist-ssr
coverage
*.local
/cypress/videos/
/cypress/screenshots/
# Editor directories and files
.vscode
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# pycache
__pycache__
# secrets
.env
# database
mariadb
# used to mock the library/config/mounts/etc while testing
frontend/assets/romm
romm_mock
# virtualenv
.venv
# testing
backend/romm_test/resources
backend/romm_test/logs