.gitignore 172 B

123456789101112131415161718192021
  1. /bin/
  2. /node_modules/
  3. /vendor/
  4. /constants.local.php
  5. # Temp files
  6. *~
  7. *.bak
  8. *.backup
  9. *.cache
  10. \#*
  11. .\#*
  12. *\#
  13. *.swp
  14. *.swap
  15. *.sav
  16. *.save
  17. *.autosav
  18. *.autosave
  19. *.sass-cache
  20. sass.sh