diff options
| author | Max Nanis | 2025-06-26 17:53:13 +0700 |
|---|---|---|
| committer | Max Nanis | 2025-06-26 17:53:13 +0700 |
| commit | 24b512f5ce0540db85f13504b5e07cd2e45b51e6 (patch) | |
| tree | b2909e5f950fe49e0b8817d511ec2a2956fc828b /.gitignore | |
| parent | 4df4ced87251b5d24621c36ac4f121295c7eb12b (diff) | |
| download | panel-ui-24b512f5ce0540db85f13504b5e07cd2e45b51e6.tar.gz panel-ui-24b512f5ce0540db85f13504b5e07cd2e45b51e6.zip | |
api build gitignores and common.ts to git
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -25,4 +25,9 @@ dist-ssr node_modules .onedev-buildspec.yml index.html -package-lock.json
\ No newline at end of file +package-lock.json + +/src/api/openapi.json +/src/api/node_modules +/src/api/docs +/src/api/.openapi-generator |
