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

41
.gitignore vendored Normal file
View File

@@ -0,0 +1,41 @@
# default bitbucket gitignore
node_modules/
dist/
*.class
*.py[cod]
*.log
*.jar
target/
dist/
.idea/
TEST*.xml
.DS_Store
Thumbs.db
*.app
*.exe
*.war
# Large media files
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv
# 42
*.o
*.swp
*.out
*.stackdump
*.a
*.so
*.dSYM
.vscode
*.lnk
*.zip
*.pdf
/builds
# cube3d
cube3d