.gitignore 228 B

1234567891011121314151617181920212223242526
  1. # Forget these =P
  2. *~
  3. .DS_Store
  4. Desktop.ini
  5. ehthumbs.db
  6. Thumbs.db
  7. $RECYCLE.BIN/
  8. bin/
  9. _sandbox/
  10. *.sass-cache
  11. output/
  12. # Python
  13. __pycache__/
  14. *.py[cod]
  15. *$py.class
  16. # emacs-ide
  17. .emacs-ide-project*
  18. .emacs.desktop*
  19. peers-template/