.gitignore 77 B

1234567891011
  1. # misc files
  2. *.swp
  3. .DS_Store
  4. # IDE files
  5. .c9/
  6. # build
  7. _site/
  8. Gemfile.lock