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
|
2022-07-26 14:48:11 +02:00
|
|
|
.angular/cache
|
2022-06-17 15:33:51 +02:00
|
|
|
|
|
|
|
# Testing
|
|
|
|
coverage
|
2023-01-11 15:01:02 +01:00
|
|
|
junit.xml
|
2022-06-17 15:33:51 +02:00
|
|
|
|
|
|
|
# Misc
|
|
|
|
*.crx
|
|
|
|
*.pem
|
|
|
|
*.zip
|
|
|
|
*.provisionprofile
|
|
|
|
|
|
|
|
# Storybook
|
|
|
|
documentation.json
|
2022-08-26 18:09:28 +02:00
|
|
|
.eslintcache
|
2022-09-29 00:01:49 +02:00
|
|
|
storybook-static
|