From 6d269c2ed7e035101bac75eecd1551df5004ed1f Mon Sep 17 00:00:00 2001 From: Nicole <nicolebartelt@gmail.com> Date: Sat, 20 Jul 2013 23:30:08 -0700 Subject: [PATCH] add git ignore --- .gitignore | 37 +++++++++++++++++++++++++++++++++ carousel/index.html | 2 +- grid/index.html | 2 +- jumbotron-narrow/index.html | 2 +- jumbotron/index.html | 2 +- justified-nav/index.html | 2 +- navbar-fixed-top/index.html | 2 +- navbar-static-top/index.html | 2 +- navbar/index.html | 2 +- offcanvas/index.html | 4 ++-- signin/index.html | 2 +- starter-template/index.html | 2 +- sticky-footer-navbar/index.html | 2 +- sticky-footer/index.html | 2 +- 14 files changed, 51 insertions(+), 14 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..8c843cb4af --- /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 f9b2358c2c..2bc48b3802 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 b3d634c911..6c201719d5 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 1f4b96bdb2..9a9343fe5c 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 8dc30fbf8d..a2c283de4d 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 8b9d60dcea..94a7daa65f 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 403e2ac5ce..4e00fcc342 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 1d2b5febdf..0ee5489517 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 82da7b2a66..9b119807ae 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 350e839313..1f774c1dad 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 c85d3a8da3..272e845b4f 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 8f250fe92d..059049cd7d 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 e59eb8ad4e..a3f6149e53 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 1a04fb9541..8b8965c4f5 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> -- GitLab