diff options
| author | Barry Clark <barry@barryclark.co> | 2016-03-06 23:59:34 -0500 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2016-03-06 23:59:34 -0500 |
| commit | 8970045568fb25fb04f4d7af9ade8039a57c29a7 (patch) | |
| tree | e390065027c1ba277664cd2c522112c7dd4773e0 | |
| parent | 3f0daa74a4279be4db17b03ac82cdbd0011fbe1f (diff) | |
| parent | 895b2fdeab4c30ae57ce247f01d928217ebb32bf (diff) | |
| download | acn-blog-8970045568fb25fb04f4d7af9ade8039a57c29a7.tar.gz acn-blog-8970045568fb25fb04f4d7af9ade8039a57c29a7.tar.bz2 acn-blog-8970045568fb25fb04f4d7af9ade8039a57c29a7.zip | |
Merge pull request #373 from yzyzsun/patch-1
Add .jekyll-metadata to .gitignore
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,9 +1,10 @@ _site .DS_Store .jekyll +.jekyll-metadata .bundle .sass-cache Gemfile Gemfile.lock node_modules -package.json
\ No newline at end of file +package.json |
