mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 11:00:56 +02:00
add zip to git ignore, and fix gh-pages make
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,6 +6,7 @@
|
|||||||
*.rej
|
*.rej
|
||||||
*.swo
|
*.swo
|
||||||
*.swp
|
*.swp
|
||||||
|
*.zip
|
||||||
*.vi
|
*.vi
|
||||||
*~
|
*~
|
||||||
*.sass-cache
|
*.sass-cache
|
||||||
|
2
Makefile
2
Makefile
@@ -42,7 +42,7 @@ bootstrap:
|
|||||||
#
|
#
|
||||||
|
|
||||||
gh-pages: bootstrap docs
|
gh-pages: bootstrap docs
|
||||||
rm docs/assets/bootstrap.zip
|
rm -f docs/assets/bootstrap.zip
|
||||||
zip -r docs/assets/bootstrap.zip bootstrap
|
zip -r docs/assets/bootstrap.zip bootstrap
|
||||||
rm -r bootstrap
|
rm -r bootstrap
|
||||||
rm -f ../bootstrap-gh-pages/assets/bootstrap.zip
|
rm -f ../bootstrap-gh-pages/assets/bootstrap.zip
|
||||||
|
Reference in New Issue
Block a user