Update gitignore items
This commit is contained in:
parent
864119e3cc
commit
a410600205
1 changed files with 1 additions and 12 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -1,19 +1,8 @@
|
||||||
# hidden files
|
# hidden files
|
||||||
.*
|
.*
|
||||||
!.github
|
!.github
|
||||||
!.gitignore
|
|
||||||
|
|
||||||
# python compiled files
|
# jekyll cache
|
||||||
*.pyc
|
|
||||||
|
|
||||||
# jekyll debug
|
|
||||||
_site
|
_site
|
||||||
|
|
||||||
# Jeykll Gemfile.lock
|
|
||||||
Gemfile.lock
|
Gemfile.lock
|
||||||
|
|
||||||
# yui-compressor
|
|
||||||
*.jar
|
|
||||||
|
|
||||||
# bundle cache
|
|
||||||
vendor
|
vendor
|
||||||
|
|
Loading…
Reference in a new issue