- Correct docs generation to always fetch its dependency - Don't try to close a handle that's already been closed by other methods - Allow the release script to actually be testable.
16 lines
228 B
Text
16 lines
228 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
|
|
|
|
# And the examples are ignored (for now).
|
|
/examples
|