docker : ignore Git files

This commit is contained in:
Kevin Ji 2023-09-22 20:45:46 -07:00
parent e519621010
commit 07d091298a

View file

@ -1,6 +1,9 @@
*.o *.o
*.a *.a
.cache/ .cache/
.git/
.github/
.gitignore
.vs/ .vs/
.vscode/ .vscode/
.DS_Store .DS_Store