init repo with gitignore makefile readme minilibx and libft submodule

This commit is contained in:
hugogogo
2022-03-23 14:02:27 +01:00
commit 1959a1a9a3
67 changed files with 8264 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "libs/libft"]
path = libs/libft
url = git@bitbucket.org:hugogogo/libft.git