]> source.dussan.org Git - gitignore.git/commit
Prevent Unity .gitignore from ignoring non-Unity project files 836/head
authorJephir <jephir@jephir.name>
Mon, 11 Nov 2013 17:05:58 +0000 (12:05 -0500)
committerJephir <jephir@jephir.name>
Mon, 11 Nov 2013 17:09:08 +0000 (12:09 -0500)
commit4469ba49389225d35d489c9de9ebd7833bfa004d
tree876a6f488cd876d39ad92711b746ad46e01e5e69
parent768534c42f426b3a596437f96142184b1ec51158
Prevent Unity .gitignore from ignoring non-Unity project files

Unity only generates project files in the top-level directory.
However, the current .gitignore will ignore all project files even
if they were not generated by Unity.

It is sometimes necessary to include non-Unity project files for
level editors or other utility projects that have been added to the
repository.
Unity.gitignore