docker : ignore Git files (#3314)

This commit is contained in:
Kevin Ji
2023-10-02 11:53:53 +03:00
committed by GitHub
parent c97f01c362
commit ea55295a74
+3
View File
@@ -1,6 +1,9 @@
*.o *.o
*.a *.a
.cache/ .cache/
.git/
.github/
.gitignore
.vs/ .vs/
.vscode/ .vscode/
.DS_Store .DS_Store