[fix] Container output not added
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,2 @@
|
|||||||
.vscode/
|
.vscode/
|
||||||
__pycache__/
|
__pycache__/
|
||||||
output/
|
|
||||||
8
output/.gitignore
vendored
Normal file
8
output/.gitignore
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
# .gitignore sample
|
||||||
|
###################
|
||||||
|
|
||||||
|
# Ignore all files in this dir...
|
||||||
|
*
|
||||||
|
|
||||||
|
# ... except for this one.
|
||||||
|
!.gitignore
|
||||||
Reference in New Issue
Block a user