mirror of
https://github.com/godotengine/godot-build-scripts.git
synced 2026-01-04 02:09:44 +03:00
It is gitignore'd so users can put their private details there (path to keystore and most importantly password) without having to version them in git.
16 lines
174 B
Plaintext
16 lines
174 B
Plaintext
# User-specific configuration and signing key
|
|
config.sh
|
|
*.pkcs12
|
|
|
|
# Generated by build scripts
|
|
angle/
|
|
git/
|
|
mono-glue/
|
|
godot.tar.gz
|
|
|
|
# Output
|
|
mono/
|
|
out/
|
|
release-*/
|
|
templates/
|