diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2022-03-31 03:07:30 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2022-03-31 03:07:30 +0200 |
commit | c9cd171766c528ad9281c204ae4a0b7c8b425bbb (patch) | |
tree | 211b6cf876fa3f9dc523f3ad91f64c86795cbd16 /.gitignore |
initial commit
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3ae8f44 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +# .gitignore generated by Hourglass +# For more information on what files should be excluded from version control, +# see <https://docs.godotengine.org/en/stable/getting_started/workflow/project_setup/version_control_systems.html#files-to-exclude-from-vcs> + +.import/ +export.cfg + +# Excluded because it may contain sensitive information like keystore passwords +export_presets.cfg + +# Exclude imported translations +*.translation + +# Mono-specific +.mono/ +data_*/ + +# Don't include those pesky .DS_Store files on macOS +.DS_Store |