Spaces:
Runtime error
Runtime error
Replace with working da-autodelete code and fix build configuration for HF Spaces - Complete microservice with all dependencies, multi-stage Dockerfile, and clean repository structure
6a6be6d | # Gradle | |
| .gradle/ | |
| build/ | |
| !gradle/wrapper/gradle-wrapper.jar | |
| !gradle/wrapper/gradle-wrapper.properties | |
| # IntelliJ IDEA | |
| .idea/ | |
| *.iws | |
| *.iml | |
| *.ipr | |
| # Eclipse | |
| .apt_generated | |
| .classpath | |
| .factorypath | |
| .project | |
| .settings | |
| .springBeans | |
| .sts4-cache | |
| # NetBeans | |
| /nbproject/private/ | |
| /nbbuild/ | |
| /dist/ | |
| /nbdist/ | |
| /.nb-gradle/ | |
| # VS Code | |
| .vscode/ | |
| # Mac | |
| .DS_Store | |
| # Windows | |
| Thumbs.db | |
| ehthumbs.db | |
| Desktop.ini | |
| # Logs | |
| *.log | |
| logs/ | |
| # Runtime data | |
| pids/ | |
| *.pid | |
| *.seed | |
| *.pid.lock | |
| # Coverage directory used by tools like istanbul | |
| coverage/ | |
| # Temporary files | |
| *.tmp | |
| *.temp | |
| *.swp | |
| *.swo | |
| *~ | |
| # OS generated files | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| ehthumbs.db | |
| Thumbs.db | |
| # Application specific | |
| application-local.properties | |
| application-dev.properties | |
| application-prod.properties | |
| # Test files (not needed in production) | |
| test.txt | |
| tatus | |
| dgda-autodelete-dev | |