Skip to content

Commit

Permalink
Avoid saving files generated by trustd.yaml | "openapi spec" into git (
Browse files Browse the repository at this point in the history
  • Loading branch information
gildub authored Feb 11, 2025
1 parent 1bc7f98 commit b8cf130
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 5,750 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-global.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: save trustify-ui image
run: |
docker build . -t ghcr.io/trustification/trustify-ui:pr-test -f Dockerfile
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ node_modules/
# testing
coverage/

# generated files
client/src/app/client/

# production
dist/
/qa/build
Expand Down
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"build:dev": "NODE_ENV=development webpack --config ./config/webpack.dev.ts",
"start:dev": "NODE_ENV=development webpack serve --config ./config/webpack.dev.ts",
"test": "NODE_ENV=test jest --rootDir=. --config=./config/jest.config.ts",
"openapi:generate-client": "openapi-ts -f ./config/openapi-ts.config.ts",
"generate": "openapi-ts -f ./config/openapi-ts.config.ts",
"lint": "eslint .",
"tsc": "tsc -p ./tsconfig.json"
},
Expand Down
4 changes: 0 additions & 4 deletions client/src/app/client/index.ts

This file was deleted.

Loading

0 comments on commit b8cf130

Please sign in to comment.