diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2023-07-26 14:47:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-26 14:47:14 +0200 |
commit | bcadffa0e365581e818609ee990de395a228526f (patch) | |
tree | 9215e92d27077da9424dd776a2c42c03a5d7034a /garnix.yaml | |
parent | ce2d2c9f32242dcb1bf27f658cd2329f030dfbdf (diff) | |
parent | fbf29274e8c0f9b362e1630c3cee1199a889fa9f (diff) | |
download | PrismLauncher-bcadffa0e365581e818609ee990de395a228526f.tar.gz PrismLauncher-bcadffa0e365581e818609ee990de395a228526f.tar.bz2 PrismLauncher-bcadffa0e365581e818609ee990de395a228526f.zip |
Merge pull request #1434 from getchoo/garnix
Diffstat (limited to 'garnix.yaml')
-rw-r--r-- | garnix.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/garnix.yaml b/garnix.yaml new file mode 100644 index 00000000..755396f7 --- /dev/null +++ b/garnix.yaml @@ -0,0 +1,5 @@ +builds: + exclude: [] + include: + - "devShells.*-linux.*" + - "packages.*-linux.*" |