19 lines
175 B
Text
19 lines
175 B
Text
# hidden files
|
|
.*
|
|
!.github
|
|
!.gitignore
|
|
|
|
# python compiled files
|
|
*.pyc
|
|
|
|
# jekyll debug
|
|
_site
|
|
|
|
# Jeykll Gemfile.lock
|
|
Gemfile.lock
|
|
|
|
# yui-compressor
|
|
*.jar
|
|
|
|
# bundle cache
|
|
vendor
|