Read Me

Contents

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

Blank repo.

  • A
  • B
    • C
    • D
  • E

Where

Blank

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

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

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

* *

jekyll logo

Want a Jekyll website built?

Hire a Jekyll developer