.gitignore 151 B

123456789101112131415161718192021
  1. # Forget these =P
  2. lib/
  3. projects/
  4. # emacs
  5. *~
  6. # Mac
  7. .DS_Store
  8. # Windows
  9. Desktop.ini
  10. ehthumbs.db
  11. Thumbs.db
  12. $RECYCLE.BIN/
  13. bin/
  14. _sandbox/
  15. *.sass-cache