Aupajo/almanack

View on GitHub
templates/gitignore

Summary

Maintainability
Test Coverage
# Ignore OS artifacts
.DS_Store
Thumbs.db

# Ignore cache files
/.sass-cache
/.cache
/tmp/*

# But not the tmp directory itself
!/tmp/.keep