mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-23 08:46:26 -05:00
infra: Add AppImage build workflow (#28)
Co-authored-by: reggie <reggie@latte.to>
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -10,13 +10,15 @@
|
||||
|
||||
# Build results
|
||||
|
||||
[Dd]ebug/
|
||||
[Rr]elease/
|
||||
[Dd]ebug*/
|
||||
[Rr]elease*/
|
||||
x64/
|
||||
build/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
|
||||
AppDir/
|
||||
|
||||
# Enable "build/" folder in the NuGet Packages folder since NuGet packages use it for MSBuild targets
|
||||
!packages/*/build/
|
||||
|
||||
@@ -95,7 +97,7 @@ DocProject/Help/Html2
|
||||
DocProject/Help/html
|
||||
|
||||
# Click-Once directory
|
||||
publish/
|
||||
publish*/
|
||||
|
||||
# Publish Web Output
|
||||
*.Publish.xml
|
||||
|
Reference in New Issue
Block a user