Skip to content

Instantly share code, notes, and snippets.

@spacemonkey
Created July 11, 2014 10:39
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save spacemonkey/0a9a69004c11f82fc894 to your computer and use it in GitHub Desktop.
Save spacemonkey/0a9a69004c11f82fc894 to your computer and use it in GitHub Desktop.
.gitignore for Hexo powered websites
.DS_Store
Thumbs.db
db.json
debug.log
node_modules/
public/
.deploy/
themes/
@dhniels
Copy link

dhniels commented Jun 27, 2018

Thank you!

EDIT: git init actually generated a gitignore for me:

.DS_Store
Thumbs.db
db.json
debug.log
node_modules/
public/
.deploy/
themes/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment