mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 02:25:17 +00:00
9c7073e6a1
* FE-954: claim management API integration * FE-964: claim details added * FE-972: timeline * Merge with epic FE-958: claim mngt (#101) (#102) * Merge with epic FE-958: claim mngt (#101) * FE-954: claim management API integration * FE-964: claim details added * FE-972: timeline * Thrift services added * fix build * clean up * FileStorage service implemented * build fix n clean up * clean up * FE-965: claim status changer (#107) * Added claim status pipe and menu (#108) * FE-976: comments (#104) * FE-976: comments implemented, keycloaktokeninfo service added. * update * clean up * build fix * Comments added. * clean up * prettier * import order * build fix * prettier * PR fixes * пеар фиксес * build fix * pr fix * prettier * FE-977: claim mngt files (#109) * conversation filter * file display * file download * file uploading * filter removed, file upload transfered to send messages line * prettier * тп-сщтеуте куьщмувб штзкщпкуыы фввув * angular-file rollback * FE-993: party mods (#110) * Add questionary (#111) * add questionary service and component * update ank service * fox ank module * fix ank get * merge with master * lgtm * build fix * prettier * packages... * package fix * Dependencies fix (#113) Co-authored-by: Ildar Galeev <KeinAsylum@gmail.com> Co-authored-by: Rinat Arsaev <krickray@gmail.com>
51 lines
794 B
Plaintext
51 lines
794 B
Plaintext
# See http://help.github.com/ignore-files/ for more about ignoring files.
|
|
|
|
# compiled output
|
|
/dist
|
|
/tmp
|
|
/out-tsc
|
|
|
|
# dependencies
|
|
/node_modules
|
|
|
|
# IDEs and editors
|
|
/.idea
|
|
.project
|
|
.classpath
|
|
.c9/
|
|
*.launch
|
|
.settings/
|
|
*.sublime-workspace
|
|
|
|
# IDE - VSCode
|
|
.vscode/*
|
|
#!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# misc
|
|
/.sass-cache
|
|
/connect.lock
|
|
/coverage
|
|
/libpeerconnection.log
|
|
npm-debug.log
|
|
yarn-error.log
|
|
testem.log
|
|
/typings
|
|
|
|
# System Files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
/src/assets/meta-damsel.json
|
|
/src/app/thrift-services/damsel/gen-*
|
|
/src/app/thrift-services/machinegun/gen-*
|
|
/src/app/thrift-services/fistful/gen-*
|
|
/src/app/thrift-services/messages/gen-*
|
|
/src/app/thrift-services/ank/gen-*
|
|
/src/app/thrift-services/file-storage/gen-*
|
|
|
|
# Sonar
|
|
.scannerwork
|