12 lines
268 B
Plaintext
12 lines
268 B
Plaintext
|
# https://git-scm.com/docs/gitignore
|
||
|
# https://help.github.com/articles/ignoring-files
|
||
|
# Example .gitignore files: https://github.com/github/gitignore
|
||
|
/bower_components/
|
||
|
/node_modules/
|
||
|
.DS_Store
|
||
|
.tmp
|
||
|
|
||
|
# When you switch branches, things can get messy
|
||
|
_site
|
||
|
.sass-cache
|