Add export presets for Linux and Windows
This commit is contained in:
parent
d5ffa86e2c
commit
1755de3475
3 changed files with 107 additions and 2 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -3,8 +3,6 @@
|
|||
|
||||
# Godot-specific ignores
|
||||
.import/
|
||||
export.cfg
|
||||
export_presets.cfg
|
||||
|
||||
# Imported translations (automatically generated from CSV files)
|
||||
*.translation
|
||||
|
@ -13,3 +11,8 @@ export_presets.cfg
|
|||
.mono/
|
||||
data_*/
|
||||
mono_crash.*.json
|
||||
|
||||
# Builds
|
||||
dist/*
|
||||
!dist/.gitkeep
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue