From 6810a2170cf33b51cccc7a85457b3198ea066695 Mon Sep 17 00:00:00 2001 From: Sabri Date: Wed, 15 Jul 2015 02:55:15 +0200 Subject: [PATCH] Added /src/assets/vendor in .gitignore so Git will not add js libraries in the commits anymore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 45e18dcb..8b6ad79e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ dist/* .tmp/* node_modules/* +src/assets/vendor/* \ No newline at end of file