Commit 6d269c2e authored by Nicole's avatar Nicole
Browse files

add git ignore

parent bf51e247
1 merge request!9653BS3: Restore examples back to main repo
Showing with 51 additions and 14 deletions
+51 -14
.gitignore 0 → 100644
# 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
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<link href="../bootstrap/bootstrap.css" rel="stylesheet"> <link href="../bootstrap/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href="example.css" rel="stylesheet"> <link href="carousel.css" rel="stylesheet">
</head> </head>
<!-- NAVBAR <!-- NAVBAR
================================================== --> ================================================== -->
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<link href="../bootstrap/bootstrap.css" rel="stylesheet"> <link href="../bootstrap/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href="example.css" rel="stylesheet"> <link href="grid.css" rel="stylesheet">
</head> </head>
<body> <body>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<link href="../bootstrap/bootstrap.css" rel="stylesheet"> <link href="../bootstrap/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href="example.css" rel="stylesheet"> <link href="jumbotron-narrow.css" rel="stylesheet">
</head> </head>
<body> <body>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<link href="../bootstrap/bootstrap.css" rel="stylesheet"> <link href="../bootstrap/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href="example.css" rel="stylesheet"> <link href="jumbotron.css" rel="stylesheet">
</head> </head>
<body> <body>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<link href="../bootstrap/bootstrap.css" rel="stylesheet"> <link href="../bootstrap/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href="example.css" rel="stylesheet"> <link href="justified-nav.css" rel="stylesheet">
</head> </head>
<body> <body>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<link href="../bootstrap/bootstrap.css" rel="stylesheet"> <link href="../bootstrap/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href="example.css" rel="stylesheet"> <link href="navbar-fixed-top.css" rel="stylesheet">
</head> </head>
<body> <body>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<link href="../bootstrap/bootstrap.css" rel="stylesheet"> <link href="../bootstrap/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href="example.css" rel="stylesheet"> <link href="navbar-static-top.css" rel="stylesheet">
</head> </head>
<body> <body>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<link href="../bootstrap/bootstrap.css" rel="stylesheet"> <link href="../bootstrap/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href="example.css" rel="stylesheet"> <link href="navbar.css" rel="stylesheet">
</head> </head>
<body> <body>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<link href="../bootstrap/bootstrap.css" rel="stylesheet"> <link href="../bootstrap/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href="example.css" rel="stylesheet"> <link href="offcanvas.css" rel="stylesheet">
</head> </head>
<body> <body>
...@@ -109,6 +109,6 @@ ...@@ -109,6 +109,6 @@
<!-- jQuery and plugin --> <!-- jQuery and plugin -->
<script src="http://code.jquery.com/jquery.js"></script> <script src="http://code.jquery.com/jquery.js"></script>
<script src="example.js"></script> <script src="offcanvas.js"></script>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<link href="../bootstrap/bootstrap.css" rel="stylesheet"> <link href="../bootstrap/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href="example.css" rel="stylesheet"> <link href="signin.css" rel="stylesheet">
</head> </head>
<body> <body>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<link href="../bootstrap/bootstrap.css" rel="stylesheet"> <link href="../bootstrap/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href="example.css" rel="stylesheet"> <link href="starter-template.css" rel="stylesheet">
</head> </head>
<body> <body>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<link href="../bootstrap/bootstrap.css" rel="stylesheet"> <link href="../bootstrap/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href="example.css" rel="stylesheet"> <link href="sticky-footer-navbar.css" rel="stylesheet">
</head> </head>
<body> <body>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<link href="../bootstrap/bootstrap.css" rel="stylesheet"> <link href="../bootstrap/bootstrap.css" rel="stylesheet">
<!-- Custom styles for this template --> <!-- Custom styles for this template -->
<link href="example.css" rel="stylesheet"> <link href="sticky-footer.css" rel="stylesheet">
</head> </head>
<body> <body>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment