.gitignore 173 B

123456789101112
  1. .DS_Store
  2. Thumbs.db
  3. db.json
  4. *.log
  5. node_modules/
  6. public/
  7. .deploy*/
  8. package-lock.json
  9. source/_posts/blog/
  10. source/_posts/projects/
  11. source/images/hero/
  12. source/images/thumbnails/