Skip to content

Instantly share code, notes, and snippets.

View dabates's full-sized avatar

David Bates dabates

View GitHub Profile
@dabates
dabates / .gitignore
Created December 1, 2020 18:39
unity gitignore
# Created by https://www.gitignore.io/api/unity,windows,visualstudio,jetbrains+all,visualstudiocode
# Edit at https://www.gitignore.io/?templates=unity,windows,visualstudio,jetbrains+all,visualstudiocode
### JetBrains+all ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
# User-specific stuff
.idea/**/workspace.xml
@dabates
dabates / yardoc_cheatsheet.md
Last active September 17, 2015 17:25 — forked from chetan/yardoc_cheatsheet.md
YARD cheatsheet

YARD CHEATSHEET http://yardoc.org

cribbed from http://pastebin.com/xgzeAmBn

Templates to remind you of the options and formatting for the different types of objects you might want to document using YARD.

Modules

Namespace for classes and modules that handle serving documentation over HTTP

@dabates
dabates / .gitignore
Last active August 29, 2015 14:06 — forked from octocat/.gitignore
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #