Files
godot-demo-projects/.gitignore
Rémi Verschelde 0af6d01f94 Add Mono conversion of the Pong demo
Quick and dirty port by a complete C# newbie,
could probably be optimized a bit.
2017-10-30 19:11:51 +01:00

16 lines
178 B
Plaintext

# Godot-specific ignores
.import/
export.cfg
export_presets.cfg
*.import
# Mono-specific ignores
.mono/
Properties/
*.csproj
*.sln
# System/tool-specific ignores
.directory
*~