From e62d5a56e449f17c792da56337d10ccbe6b1c093 Mon Sep 17 00:00:00 2001 From: platane Date: Mon, 20 Jul 2020 09:01:47 +0200 Subject: [PATCH] aaaa --- .gitignore | 3 ++- packages/gif-creator/.gitignore | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 packages/gif-creator/.gitignore diff --git a/.gitignore b/.gitignore index fa0fc07..b30d3f0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ node_modules npm-debug.log* yarn-error.log* dist -build \ No newline at end of file +build +out.gif \ No newline at end of file diff --git a/packages/gif-creator/.gitignore b/packages/gif-creator/.gitignore deleted file mode 100644 index 0a5e0e7..0000000 --- a/packages/gif-creator/.gitignore +++ /dev/null @@ -1 +0,0 @@ -out.gif \ No newline at end of file