mirror of
https://github.com/aljazceru/mutiny-web.git
synced 2025-12-17 06:14:21 +01:00
41 lines
458 B
Plaintext
41 lines
458 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
android/app/play/*
|
|
android/app/fdroid/*
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
.turbo
|
|
|
|
# PWA dev stuff
|
|
dev-dist
|
|
.solid
|
|
/test-results/
|
|
/tests-examples/
|
|
/playwright-report/
|
|
/playwright/.cache/
|
|
|
|
.env
|
|
|
|
# Sentry Config File
|
|
.env.sentry-build-plugin
|