docker : ignore Git files (#3314)

This commit is contained in:
Kevin Ji 2023-10-02 04:53:53 -04:00 committed by GitHub
parent c97f01c362
commit ea55295a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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