This spec repository contains several configuratioin file to help standardize the coding style.
This gitignore file should be considered as Git global gitignore file. Some codes are copied from github/gitignore.
.DS_Store
are ignored.- vim swap files are ignored.
- some ruby files are ignored.
- some rails files are ignored.
These files are written under the Ruby Style Guide, in general, it specify those things:
- Use two-space as indent.