From f14db2f98b3442cb197de7dc7583cbeff87c744d Mon Sep 17 00:00:00 2001 From: lordfriend Date: Sat, 22 Nov 2014 18:04:21 +0800 Subject: [PATCH] modify .gitignore to exclude .grunt temp directory add a .gitignore to docs/dist --- .gitignore | 1 + docs/dist/.gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 docs/dist/.gitignore diff --git a/.gitignore b/.gitignore index b73f6e5..2eb7761 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ node_modules bower_components .idea .DS_Store +.grunt diff --git a/docs/dist/.gitignore b/docs/dist/.gitignore new file mode 100644 index 0000000..d8f8d46 --- /dev/null +++ b/docs/dist/.gitignore @@ -0,0 +1 @@ +docs