sahil-1035 / minecraft-clone

A small Minecraft clone written using C++ and OpenGL
MIT License
2 stars 1 forks source link

Create `.gitignore` #2

Closed ajh123 closed 1 month ago

ajh123 commented 1 month ago

The .gitignore file tell Git what files it must not commit.

Adding files that are not wanted in a Git repo like compiled executables to a .gitignore will keep this repo tidy and will prevent accidental commits including these files.