diff options
author | Roman Gräf <romangraef@gmail.com> | 2020-04-17 23:12:34 +0200 |
---|---|---|
committer | Roman Gräf <romangraef@gmail.com> | 2020-04-17 23:12:34 +0200 |
commit | ceb3a049b2a51ca7cdb082d5a56c26d7c6549283 (patch) | |
tree | 1ccd3709fbb9447c4b51b169a40aff6337f75b73 /.gitignore | |
download | LDJam46-ceb3a049b2a51ca7cdb082d5a56c26d7c6549283.tar.gz LDJam46-ceb3a049b2a51ca7cdb082d5a56c26d7c6549283.tar.bz2 LDJam46-ceb3a049b2a51ca7cdb082d5a56c26d7c6549283.zip |
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_*/ |