web-app/.gitignore

72 lines
948 B
Plaintext

# See http://help.github.com/ignore-files/ for more about ignoring files.
.env
.angular/*
# Compiled output
/dist
/tmp
/out-tsc
# Dependencies
/node_modules
# Cordova
/www
/plugins
/platforms
# IDEs and editors
.idea/*
!.idea/runConfigurations/
!.idea/codeStyleSettings.xml
.project
.classpath
.c9/
*.launch
.settings/
xcuserdata/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# Maven
/target
/log
# Misc
/.sass-cache
/connect.lock
/coverage
/libpeerconnection.log
npm-debug.log
yarn-error.log
testem.log
/typings
/reports
/src/translations/template.*
.eslintcache
# System Files
.DS_Store
Thumbs.db
.vscode/
# Cypress - only ignore downloads, screenshots, and videos
cypress/downloads/
cypress/screenshots/
cypress/videos/
src/assets/env.js
src/environments/.env.ts
# Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/