Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Commit

Permalink
feat: add missing gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
d1snin committed Sep 27, 2023
1 parent ad44ec2 commit ab01dfb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 29 deletions.
22 changes: 8 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,26 +30,20 @@ jobs:
with:
arguments: build

- name: Upload Bundle Artifact
- name: Upload Master Artifact
uses: actions/[email protected]
with:
name: beam-bundle
path: "./beam-bundle/build/libs"

- name: Upload Client Artifact
uses: actions/[email protected]
with:
name: beam-client
path: "./beam-client/build/libs"
name: delrey-master
path: "./delrey-master/build/libs"

- name: Upload Daemon Artifact
uses: actions/[email protected]
with:
name: beam-daemon
path: "./beam-daemon/build/libs"
name: delrey-daemon
path: "./delrey-daemon/build/libs"

- name: Upload UI Artifact
- name: Upload Client Library Artifact
uses: actions/[email protected]
with:
name: beam-ui
path: "./beam-ui/build/dist"
name: delrey-client
path: "./delrey-client/build/libs"
16 changes: 1 addition & 15 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,8 @@ out/
### VS Code ###
.vscode/

### Environment Configuration ###
### Environment Configurations ###
.env

### Generated bundle file ###
beam-bundle/src/main/resources/static/main.bundle.js

### Grabbed Configurations ###
beam-bundle/src/main/resources/bundle.conf
beam-daemon/src/main/resources/changelog.json
beam-daemon/src/main/resources/daemon.conf

### Grabbed Resources ###
beam-bundle/src/main/resources/static/404_light.svg
beam-bundle/src/main/resources/static/404_dark.svg
beam-bundle/src/main/resources/static/empty_space_light.svg
beam-bundle/src/main/resources/static/empty_space_dark.svg

### Private HTTP parameters
http-client.private.env.json

0 comments on commit ab01dfb

Please sign in to comment.