Innoviox / Axiom

A modular, flexible, lightweight, declarative, efficient, incremental, structured library for 3D written in LWJGL-OPENGL bindings for Java
https://github.com/Innoviox/Axiom
GNU General Public License v3.0
4 stars 2 forks source link

.gitignore #27

Open paragonal opened 6 years ago

paragonal commented 6 years ago

Although this isn't the most pressing of issues, adding a .gitignore file that ignored eclipse files like .project and .classpath, intellij files like .ide and gradle files like .gradle might make it easier to develop on different IDEs.

Innoviox commented 6 years ago

Currently in the .gitignore:

.classpath .project *.DS_Store