diff options
author | Malfurious <m@lfurio.us> | 2022-07-16 08:42:25 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2022-07-16 08:42:25 -0400 |
commit | d78c920e1fe6884d6120f09fba6f4033683b780d (patch) | |
tree | 7ad451bc510209d5bdc8a67e0c06649d7f6d60bc /.gitignore | |
parent | 8f88552a85dd19b4dbe45047a2b636305327ae18 (diff) | |
download | project-s-d78c920e1fe6884d6120f09fba6f4033683b780d.tar.gz project-s-d78c920e1fe6884d6120f09fba6f4033683b780d.zip |
Ignore Godot engine files
Taken from https://github.com/github/gitignore/blob/main/Godot.gitignore
Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4f48ad7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ |