Skip to content

Commit

Permalink
Replace template gitignore during setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Nov 26, 2018
1 parent c98b664 commit 7216ab6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
_site
.DS_STORE
.sass-cache
.jekyll-metadata
node_modules
Expand Down
7 changes: 7 additions & 0 deletions bin/setup
Expand Up @@ -18,4 +18,11 @@ if [ "$repo_name" != "jekyll-tailwind-starter" ]; then
git init

echo "jekyll-tailwind-starter" > .git/description
cat << EOF > .gitignore
_site
.sass-cache
.DS_STORE
.jekyll-metadata
node_modules
EOF
fi

0 comments on commit 7216ab6

Please sign in to comment.