.gitignore 77 B

12345678
  1. # custom files
  2. custom/
  3. # temp files directories
  4. cache/
  5. log/
  6. *.swp
  7. .DS_Store