mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat(gateway): add Dockerfile and GH Actions build script
This commit is contained in:
parent
a5af6793f8
commit
5d24e86a7e
3 changed files with 57 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
# Include project code and build files
|
||||
!PluralKit.*/
|
||||
!gateway/
|
||||
!Myriad/
|
||||
!PluralKit.sln
|
||||
!nuget.config
|
||||
|
|
@ -12,4 +13,5 @@
|
|||
|
||||
# Re-exclude host build artifact directories
|
||||
**/bin
|
||||
**/obj
|
||||
**/obj
|
||||
**/target
|
||||
Loading…
Add table
Add a link
Reference in a new issue