viniciusgerevini / godot-aseprite-wizard

Godot Editor plugin to help import Aseprite animations to AnimationPlayers, AnimatedSprites and SpriteFrames.
MIT License
893 stars 43 forks source link

Delete .import/ folder and update gitignore #1

Closed aaronfranke closed 4 years ago

aaronfranke commented 4 years ago

The .import/ folder should not be committed, which is why it goes in the .gitignore, but it seems this was committed before the .gitignore file existed. I deleted these files.

I also updated the .gitignore to have .mono/ and other misc ignores. .mono/ is important because it generates in any project opened by the Mono version of Godot, even if that project does not use C#.

viniciusgerevini commented 4 years ago

Thanks @aaronfranke :+1: