17 lines
250 B
Text
17 lines
250 B
Text
/coverage
|
|
/node_modules
|
|
/jsconfig.json
|
|
/npm-debug.log
|
|
/.vscode
|
|
/.DS_Store
|
|
/.eslintcache
|
|
|
|
# These are artifacts from various scripts
|
|
/dist
|
|
/archive
|
|
/mithril.js
|
|
/mithril.min.js
|
|
/stream/stream.min.js
|
|
|
|
# And the examples are ignored (for now).
|
|
/examples
|