Blame view

.gitignore 72 Bytes
1
2
3
4
5
6
7
8
9
10
## ide
**/.idea
*.iml

## backend
**/target
**/logs

## front
**/*.lock