tomekwi/mithril-n

View on GitHub
.gitignore

Summary

Maintainability
Test Coverage
# Files ignored by Git
# ====================

# - Built files,
/dist/
/dist.es5/

# - All files and directories starting with "#",
\#*

# - Automatically installed dependencies,
node_modules/
bower_components/

# - Editor files.
*.sublime-project
*.sublime-workspace