[Git][reproducible-builds/reproducible-styleguide][master] 3 commits: Ignore /_site/
Chris Lamb
gitlab at salsa.debian.org
Sat Dec 15 10:39:22 CET 2018
Chris Lamb pushed to branch master at Reproducible Builds / reproducible-styleguide
Commits:
56da4483 by Chris Lamb at 2018-12-15T09:38:31Z
Ignore /_site/
- - - - -
fbb2d2a2 by Chris Lamb at 2018-12-15T09:38:31Z
Ignore .DS_Store files.
- - - - -
ca5df6df by Chris Lamb at 2018-12-15T09:38:31Z
Add missing prepend for index.js.
- - - - -
5 changed files:
- − .DS_Store
- .gitignore
- _includes/scripts.html
- − assets/.DS_Store
- − assets/images/.DS_Store
Changes:
=====================================
.DS_Store deleted
=====================================
Binary files a/.DS_Store and /dev/null differ
=====================================
.gitignore
=====================================
@@ -1,3 +1,5 @@
_site
.sass-cache
.jekyll-metadata
+/_site/
+.DS_Store
=====================================
_includes/scripts.html
=====================================
@@ -3,4 +3,4 @@
<script src="{{'/assets/javascript/popper.min.js' | prepend: site.baseurl}}"></script>
<script src="{{'/assets/javascript/bootstrap.min.js' | prepend: site.baseurl}}"></script>
<!-- <script src="{{'/assets/javascript/run_prettify.js' | prepend: site.baseurl}}"></script> /* -->
-<script type="text/javascript" src="/reproducible-builds-styleguide/assets/javascript/index.js"></script>
+<script type="text/javascript" src="{{'/assets/javascript/index.js' | prepend: site.baseurl}}"></script>
=====================================
assets/.DS_Store deleted
=====================================
Binary files a/assets/.DS_Store and /dev/null differ
=====================================
assets/images/.DS_Store deleted
=====================================
Binary files a/assets/images/.DS_Store and /dev/null differ
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-styleguide/compare/2d0dff5b6f9bbad9bfb61c6612507ee233e6a3ca...ca5df6df7c4d3bb8d87eea72891004a37fcfcf2a
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/reproducible-styleguide/compare/2d0dff5b6f9bbad9bfb61c6612507ee233e6a3ca...ca5df6df7c4d3bb8d87eea72891004a37fcfcf2a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20181215/0ffe188e/attachment.html>
More information about the rb-commits
mailing list