diff options
| author | Nicole <[email protected]> | 2013-07-20 23:30:08 -0700 |
|---|---|---|
| committer | Nicole <[email protected]> | 2013-07-20 23:30:08 -0700 |
| commit | 6d269c2ed7e035101bac75eecd1551df5004ed1f (patch) | |
| tree | f25677e004271a3830f17c7c7ebacd0039b43a2c | |
| parent | bf51e24700627b17df5041f3a369f6f6b4a4bfbb (diff) | |
| download | bootstrap-6d269c2ed7e035101bac75eecd1551df5004ed1f.tar.xz bootstrap-6d269c2ed7e035101bac75eecd1551df5004ed1f.zip | |
add git ignore
| -rw-r--r-- | .gitignore | 37 | ||||
| -rw-r--r-- | carousel/index.html | 2 | ||||
| -rw-r--r-- | grid/index.html | 2 | ||||
| -rw-r--r-- | jumbotron-narrow/index.html | 2 | ||||
| -rw-r--r-- | jumbotron/index.html | 2 | ||||
| -rw-r--r-- | justified-nav/index.html | 2 | ||||
| -rw-r--r-- | navbar-fixed-top/index.html | 2 | ||||
| -rw-r--r-- | navbar-static-top/index.html | 2 | ||||
| -rw-r--r-- | navbar/index.html | 2 | ||||
| -rw-r--r-- | offcanvas/index.html | 4 | ||||
| -rw-r--r-- | signin/index.html | 2 | ||||
| -rw-r--r-- | starter-template/index.html | 2 | ||||
| -rw-r--r-- | sticky-footer-navbar/index.html | 2 | ||||
| -rw-r--r-- | sticky-footer/index.html | 2 |
14 files changed, 51 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..8c843cb4a --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# Numerous always-ignore extensions +*.diff +*.err +*.orig +*.log +*.rej +*.swo +*.swp +*.zip +*.vi +*~ +*.sass-cache + +# OS or Editor folders +.DS_Store +._* +Thumbs.db +.cache +.project +.settings +.tmproj +*.esproj +nbproject +*.sublime-project +*.sublime-workspace + +# Komodo +*.komodoproject +.komodotools + +# Folders to ignore +.hg +.svn +.CVS +.idea +node_modules +dist
\ No newline at end of file diff --git a/carousel/index.html b/carousel/index.html index f9b2358c2..2bc48b380 100644 --- a/carousel/index.html +++ b/carousel/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="carousel.css" rel="stylesheet"> </head> <!-- NAVBAR ================================================== --> diff --git a/grid/index.html b/grid/index.html index b3d634c91..6c201719d 100644 --- a/grid/index.html +++ b/grid/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="grid.css" rel="stylesheet"> </head> <body> diff --git a/jumbotron-narrow/index.html b/jumbotron-narrow/index.html index 1f4b96bdb..9a9343fe5 100644 --- a/jumbotron-narrow/index.html +++ b/jumbotron-narrow/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="jumbotron-narrow.css" rel="stylesheet"> </head> <body> diff --git a/jumbotron/index.html b/jumbotron/index.html index 8dc30fbf8..a2c283de4 100644 --- a/jumbotron/index.html +++ b/jumbotron/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="jumbotron.css" rel="stylesheet"> </head> <body> diff --git a/justified-nav/index.html b/justified-nav/index.html index 8b9d60dce..94a7daa65 100644 --- a/justified-nav/index.html +++ b/justified-nav/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="justified-nav.css" rel="stylesheet"> </head> <body> diff --git a/navbar-fixed-top/index.html b/navbar-fixed-top/index.html index 403e2ac5c..4e00fcc34 100644 --- a/navbar-fixed-top/index.html +++ b/navbar-fixed-top/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="navbar-fixed-top.css" rel="stylesheet"> </head> <body> diff --git a/navbar-static-top/index.html b/navbar-static-top/index.html index 1d2b5febd..0ee548951 100644 --- a/navbar-static-top/index.html +++ b/navbar-static-top/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="navbar-static-top.css" rel="stylesheet"> </head> <body> diff --git a/navbar/index.html b/navbar/index.html index 82da7b2a6..9b119807a 100644 --- a/navbar/index.html +++ b/navbar/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="navbar.css" rel="stylesheet"> </head> <body> diff --git a/offcanvas/index.html b/offcanvas/index.html index 350e83931..1f774c1da 100644 --- a/offcanvas/index.html +++ b/offcanvas/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="offcanvas.css" rel="stylesheet"> </head> <body> @@ -109,6 +109,6 @@ <!-- jQuery and plugin --> <script src="http://code.jquery.com/jquery.js"></script> - <script src="example.js"></script> + <script src="offcanvas.js"></script> </body> </html>
\ No newline at end of file diff --git a/signin/index.html b/signin/index.html index c85d3a8da..272e845b4 100644 --- a/signin/index.html +++ b/signin/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="signin.css" rel="stylesheet"> </head> <body> diff --git a/starter-template/index.html b/starter-template/index.html index 8f250fe92..059049cd7 100644 --- a/starter-template/index.html +++ b/starter-template/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="starter-template.css" rel="stylesheet"> </head> <body> diff --git a/sticky-footer-navbar/index.html b/sticky-footer-navbar/index.html index e59eb8ad4..a3f6149e5 100644 --- a/sticky-footer-navbar/index.html +++ b/sticky-footer-navbar/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="sticky-footer-navbar.css" rel="stylesheet"> </head> <body> diff --git a/sticky-footer/index.html b/sticky-footer/index.html index 1a04fb954..8b8965c4f 100644 --- a/sticky-footer/index.html +++ b/sticky-footer/index.html @@ -12,7 +12,7 @@ <link href="../bootstrap/bootstrap.css" rel="stylesheet"> <!-- Custom styles for this template --> - <link href="example.css" rel="stylesheet"> + <link href="sticky-footer.css" rel="stylesheet"> </head> <body> |
