This is a sample repo created for https://bit.ly/hgse-github-intro.
| Column Header 1 | Column Header 2 | Column Header 3 |
|---|---|---|
| This is a test… | Another… | Another… |
$y = mx + b$ renders properly as: $y = mx + b$.https://latex.codecogs.com/png.latex?\dpi{150}y=mx+b renders through Codecogs as: .gitignoreThe following basic .gitignore prefix is a useful starting point (and includes .git/info/exclude). Add files generated by https://gitignore.io/ to that prefix — in this case those for c,c++,jekyll,java,python,r,git,latex,macos,intellij+all,pycharm+all,visualstudiocode.
######################################################################
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# For a project mostly in C, the following would be a good set of
# exclude patterns (uncomment them if you want to use them):
*.[oa]
*~
# IDE files #
#############
*.bluej
*.drjava
*.gpj
*.iml
*.ipr
*.userlibraries
.project
.classpath
# IDE directories #
###################
.idea/
.settings/
bin/
# User directories #
####################
.git/
.m2/
.gradle/
# Target build directories #
############################
target/
build/
out/
# https://gist.github.com/octocat/9257657
# 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
# Github templates are available at https://github.com/github/gitignore
🔗 permalink and 🔩 repository for this page.