This is an automated email from the ASF dual-hosted git repository. jdailey pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
commit f74ffe28e06126422e6791d07388606225c8658d Merge: 9c9fc65 76d85c3 Author: James D <[email protected]> AuthorDate: Sun Mar 8 16:17:44 2026 -0700 Merge pull request #9 from apache/revert-1-FINERACT-2440/Base-Project-Setup Revert "FINERACT-2527: Initial Front-end MVP baseline for GSOC 2026" .dockerignore | 33 - .editorconfig | 34 - .github/dependabot.yml | 27 - .github/workflows/ci.yml | 143 - .gitignore | 62 - .prettierignore | 21 - .prettierrc | 18 - .rat-excludes | 57 - CONTRIBUTING.md | 42 - README.md | 80 +- SETUP.md | 78 - STYLE.md | 56 - angular.json | 102 - deploy/Dockerfile | 50 - deploy/docker-compose.yml | 34 - deploy/nginx.conf | 51 - eslint.config.js | 62 - package-lock.json | 12003 --------------------------------- package.json | 60 - public/favicon.png | Bin 3679 -> 0 bytes scripts/check-license.sh | 58 - sonar-project.properties | 28 - src/app/app.component.html | 43 - src/app/app.component.scss | 18 - src/app/app.component.spec.ts | 45 - src/app/app.component.ts | 45 - src/app/app.config.ts | 49 - src/app/app.routes.ts | 22 - src/assets/i18n/en.json | 13 - src/assets/i18n/hi.json | 13 - src/assets/i18n/ko.json | 13 - src/environments/environment.prod.ts | 23 - src/environments/environment.ts | 23 - src/index.html | 31 - src/main.ts | 24 - src/styles.scss | 20 - tsconfig.app.json | 10 - tsconfig.json | 28 - tsconfig.spec.json | 9 - 39 files changed, 26 insertions(+), 13502 deletions(-)
