[fix] Container output not added
This commit is contained in:
parent
30956df7ac
commit
38dce8dc73
|
|
@ -1,3 +1,2 @@
|
|||
.vscode/
|
||||
__pycache__/
|
||||
output/
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
# .gitignore sample
|
||||
###################
|
||||
|
||||
# Ignore all files in this dir...
|
||||
*
|
||||
|
||||
# ... except for this one.
|
||||
!.gitignore
|
||||
Loading…
Reference in New Issue