diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2020-04-21 16:52:27 -0400 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2020-04-21 16:52:27 -0400 |
commit | bfa516539c9232cd20ca7def516b2f3e1bb5f57c (patch) | |
tree | b249f0475f0d579755344afd200df4a12fcac757 /.gitignore | |
parent | b9e6c072088bd4401e58cd8e3664916661c89f6d (diff) | |
download | plugin-godot-simple-crt-shader-bfa516539c9232cd20ca7def516b2f3e1bb5f57c.tar.gz plugin-godot-simple-crt-shader-bfa516539c9232cd20ca7def516b2f3e1bb5f57c.tar.bz2 plugin-godot-simple-crt-shader-bfa516539c9232cd20ca7def516b2f3e1bb5f57c.zip |
Add gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..846494b --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ + +# Godot-specific ignores +.import/ +export.cfg +export_presets.cfg + +# Imported translations (automatically generated from CSV files) +*.translation + +# Mono-specific ignores +.mono/ +data_*/ + +# System/tool-specific ignores +.directory +*~ |