bitwarden-estensione-browser/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

41 lines
418 B
Plaintext
Raw Permalink Normal View History

2022-06-17 15:33:51 +02:00
# General
2022-06-14 14:46:51 +02:00
.DS_Store
2022-06-17 15:33:51 +02:00
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
2022-06-16 20:41:22 +02:00
dist
2022-06-17 15:33:51 +02:00
build
# Testing
coverage
# Misc
*.crx
*.pem
*.zip
*.provisionprofile
# Storybook
documentation.json