Nico Athanassiadis
2e680f2bd8
Changed the upload and output root so when developing you can more easily find the files. Model folder is also changed to be consistent with other directory changes. Users are no longer required to go from a login page and click on the application name to get to oauth login. Transcribed files in the files management view are now sorted the same way as the uploaded file status.
39 lines
463 B
Plaintext
39 lines
463 B
Plaintext
HELP.md
|
|
target/
|
|
!.mvn/wrapper/maven-wrapper.jar
|
|
!**/src/main/**/target/
|
|
!**/src/test/**/target/
|
|
|
|
### STS ###
|
|
.apt_generated
|
|
.classpath
|
|
.factorypath
|
|
.project
|
|
.settings
|
|
.springBeans
|
|
.sts4-cache
|
|
|
|
### IntelliJ IDEA ###
|
|
.idea
|
|
*.iws
|
|
*.iml
|
|
*.ipr
|
|
|
|
### NetBeans ###
|
|
/nbproject/private/
|
|
/nbbuild/
|
|
/dist/
|
|
/nbdist/
|
|
/.nb-gradle/
|
|
build/
|
|
!**/src/main/**/build/
|
|
!**/src/test/**/build/
|
|
|
|
### VS Code ###
|
|
.vscode/
|
|
|
|
### Whisper Models ###
|
|
whisper-models/
|
|
|
|
### Seshat stuff ###
|
|
files/ |