Freedom-of-Form-Foundation / anatomy3d

A CAD tool for humanoid anatomy alterations. See the anatomy3d-blender repository for more recent work.
https://freedomofform.org/1856/3d-anatomy-project-scope-phase-1-focus-on-a-limb-joint/
GNU General Public License v2.0
7 stars 5 forks source link

Comprehensive .gitignore file #25

Closed AdamNorberg closed 3 years ago

AdamNorberg commented 3 years ago

Since we're writing C# code and using the Godot engine, we need a .gitignore that correctly ignores all the output directories that a C# build creates. Here I have bolted together Github's recommended Godot and VisualStudio gitignores, and the VisualStudio gitignore is the correct one for all .NET projects because VS' behavior has become C#'s de facto standard.