From 38dce8dc7367b7918e749dd88ba00d55bf37ff53 Mon Sep 17 00:00:00 2001 From: Wu Han Date: Sun, 20 Dec 2020 21:48:55 +0000 Subject: [PATCH] [fix] Container output not added --- .gitignore | 1 - output/.gitignore | 8 ++++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 output/.gitignore diff --git a/.gitignore b/.gitignore index 27ece0d..ebfe9e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ .vscode/ __pycache__/ -output/ \ No newline at end of file diff --git a/output/.gitignore b/output/.gitignore new file mode 100644 index 0000000..1c471ba --- /dev/null +++ b/output/.gitignore @@ -0,0 +1,8 @@ +# .gitignore sample +################### + +# Ignore all files in this dir... +* + +# ... except for this one. +!.gitignore \ No newline at end of file