Hello World

skippy motto

Read Me

Contents

Home | 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

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


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.

Build Status GitHub release npm version GitHub forks GitHub stars GitHub license

GitHub release GitHub forks GitHub stars GitHub license

GitHub release GitHub forks GitHub stars GitHub license

GitHub release GitHub forks GitHub stars GitHub license

GitHub release npm GitHub forks GitHub stars GitHub license

Build Status GitHub release npm version GitHub forks GitHub stars GitHub license

Cite this page:

Goodfellow, Rob "Read Me." Hello World (blog), 25 Jan 2019, https://otherness-space.github.io/spring-demo-materialize-scss/readme.

expand_less