David20122 / sound-space-plus

Rhythm-based aim game
https://wiki.rhythia.net/
MIT License
120 stars 17 forks source link

Update `.gitignore` #15

Closed atirut-w closed 1 year ago

atirut-w commented 1 year ago

Ignoring a directory will also ignore everything inside it, so dir/* ignores are redundant. File ignores(the ones without a trailing slash) are also unnecessary for build, .godot and .import since they are always a directory.

I ignored everything inside build recursively and not build itself to keep the .gdignore file which will make Godot ignore the build directory.