mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
* Implement and extend tsconfig.base across projects * fixup! Merge remote-tracking branch 'origin/main' into rename-tsconfig * fix: import tsconfig.base from components * fix: skip typechecking node modules * fixing tests * fix the tests for real * undo accidentally change
57 lines
730 B
Plaintext
57 lines
730 B
Plaintext
# General
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDEs and editors
|
|
.idea/
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# Visual Studio Code
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
.history/*
|
|
|
|
# Node
|
|
node_modules
|
|
npm-debug.log
|
|
|
|
# Build directories
|
|
dist
|
|
build
|
|
.angular/cache
|
|
.flatpak
|
|
.flatpak-repo
|
|
.flatpak-builder
|
|
|
|
# Testing
|
|
coverage
|
|
junit.xml
|
|
## The "base" root level folder is expected for some local tests that do
|
|
## comparisons between the current branch and a base branch (usually main)
|
|
base/
|
|
|
|
# Misc
|
|
*.crx
|
|
*.pem
|
|
*.zip
|
|
*.provisionprofile
|
|
|
|
# Storybook
|
|
documentation.json
|
|
.eslintcache
|
|
storybook-static
|
|
|
|
# Local app configuration
|
|
apps/**/config/local.json
|
|
|
|
# Nx
|
|
.nx
|