mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 15:36:27 +00:00
Add Jekyll-generated files to gitignore
This commit is contained in:
parent
b7592288d9
commit
e878ceadaf
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,7 @@
|
||||||
*.pyc
|
*.pyc
|
||||||
|
# Jekyll-generated files
|
||||||
|
Gemfile.lock
|
||||||
|
_site/
|
||||||
# When developing for ec2 `vagrant provision' is quite handy
|
# When developing for ec2 `vagrant provision' is quite handy
|
||||||
/Vagrantfile
|
/Vagrantfile
|
||||||
/.vagrant
|
/.vagrant
|
||||||
|
|
Loading…
Add table
Reference in a new issue