layout: default permalink: /readme date: 2019.01.25


Read Me

Contents

[Home]( {{ site.url }} ) | About | Who | What | Where | Why | How

Notes

Note 1 | Note 2

Appendix

.gitattributes | .gitignore | .exclude

Credits


About

This is a starter repo.

Who

Your Mom's blank repo.

What

Spring Demo 2019

  • A
  • B
    • C
    • D
  • E

Where

Built local with an Atom editor on a Win 10 64 host and git on a VboxVM for an Ubuntu guest .

Why

Blank

How


Notes

Note 1

Note 2


Appendix

.gitattributes

Git attribute data also allows you to do some interesting things when exporting an archive of your project.

.git                    export-ignore
.gitignore              export-ignore
.gitattributes          export-ignore
.travis.yml             export-ignore
codesniffer.ruleset.xml export-ignore

https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#Exporting-Your-Repository

.gitignore

_site
.sass-cache
node_modules
# blank*
# assets/vendor

####################################################
# https://help.github.com/articles/ignoring-files/ #
####################################################

###################
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so

############
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip

######################
# Logs and databases #
######################
*.log
*.sql
*.sqlite

######################
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
*.nfo

##################
# Ruby.gitignore #
##################

Gemfile
/tmp/

## Environment normalization:
/.bundle/
/vendor/bundle
/lib/bundler/man/

# for a library or gem, you might want to ignore these files since the code is
# intended to run in multiple environments; otherwise, check them in:
Gemfile.lock
# .ruby-version
# .ruby-gemset

# unless supporting rvm < 1.11.0 or doing something fancy, ignore this:
.rvmrc

####################
# Jekyll.gitignore #
####################

_site/
.sass-cache/
.jekyll-cache/
.jekyll-metadata

################################################
# npm_modules.gitignore dependency directories #
################################################

# node_modules/

.exclude

  • Explicit repository excludes
  • [Explicit repository excludes](https://help.github.com/articles/ignoring-files/#explicit-repository-excludes)

Credits

Third party resources applied in this repo. Each resource uses a GPL compatible license. The resources are listed according to each individual license, as noted, and have links where applicable.

  • Bootstrap v4.2.1
    • Sleek, intuitive, and powerful front-end framework for faster and easier web development.
    • Copyright (c) 2011-2018 Twitter, Inc.
    • Copyright (c) 2011-2018 The Bootstrap Authors

  • jQuery v3.3.1

  • Popper.js v1.14.6
    • A library used to position poppers in web applications.
    • A popper is an element on the screen which "pops out" from the natural flow of your application.
    • Common examples of poppers are tooltips, popovers, and drop-downs.
    • Copyright © 2016 Federico Zivolo and contributors

  • PrismJS v1.15.0
    • Prism is a lightweight, extensible syntax highlighter, built with modern web standards in mind. It’s used in thousands of websites, including some of those you visit daily.
    • Copyright (c) 2012 Lea Verou
    • https://prismjs.com/

{% include cite-page.html %}