From 5cd1f3e5178fe43b6747402f4ef07bdbb9a20ea8 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Wed, 29 Jan 2020 12:26:47 +0100 Subject: [PATCH] Use separate .gitignore for package --- .gitignore | 3 --- packages/bcp/.gitignore | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 packages/bcp/.gitignore diff --git a/.gitignore b/.gitignore index 3e786924..66c5b99a 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,3 @@ node_modules/ # IDE-specific .vscode/ - -# Build artifacts -build/ diff --git a/packages/bcp/.gitignore b/packages/bcp/.gitignore new file mode 100644 index 00000000..68bf3735 --- /dev/null +++ b/packages/bcp/.gitignore @@ -0,0 +1,3 @@ +build/ +dist/ +docs/