mirror of
https://github.com/rommapp/romm.git
synced 2026-03-03 02:27:00 +00:00
41 lines
379 B
Plaintext
41 lines
379 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
|
|
|
|
# virtualenv
|
|
.venv
|