diff options
author | David Luevano Alvarado <lorentzeus@gmail.com> | 2022-05-29 01:44:07 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-29 01:44:07 -0600 |
commit | fc2cee609971c0809966b010be8d03ce0738231f (patch) | |
tree | 46bf5669bf8bc73760913cf680f145953b5c2624 /.gitignore |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..79d3eb4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Mono-specific ignores +.mono/ +data_*/ |