Skip to content

Instantly share code, notes, and snippets.

@kieranbarker
Last active August 23, 2020 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kieranbarker/b717319848e26079f38aa24fc7343819 to your computer and use it in GitHub Desktop.
Save kieranbarker/b717319848e26079f38aa24fc7343819 to your computer and use it in GitHub Desktop.
A simple .gitignore for Eleventy projects
# Misc
*.log
npm-debug.*
*.scssc
*.swp
.DS_Store
Thumbs.db
.sass-cache
.env
.cache
# Node modules and output
node_modules
dist
src/_includes/css
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment