mithril-vndb/.eslintignore
2022-02-22 09:01:10 +01:00

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