Files
godot-build-scripts/.gitignore
Rémi Verschelde 5ee9f371bd Add config.sh for default registry and code signing
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.
2019-12-02 09:57:41 +01:00

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/