From b64b71f9ebddac99593cc0423cef8d1edf8034ee Mon Sep 17 00:00:00 2001 From: Adrian Oprea Date: Tue, 16 Jan 2018 10:58:51 +0200 Subject: [PATCH] chore: Ignore external components container dir The components will not be committed nor will they need versioning. Code for the components is kept separately and is brought in at build time. Signed-off-by: Adrian Oprea --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a92be378b..74a9d77c9 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ coverage /public/packs /node_modules .DS_Store +app/javascript/src/componentLoader/components/*