docker : ignore Git files (#3314)
This commit is contained in:
parent
c97f01c362
commit
ea55295a74
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
|||
*.o
|
||||
*.a
|
||||
.cache/
|
||||
.git/
|
||||
.github/
|
||||
.gitignore
|
||||
.vs/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
|
|
Loading…
Add table
Reference in a new issue