mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-01 05:16:10 +01:00
58c644323f
* Run mocha test with module alias * Running test with babel module alias * Fix model alias * Fix model alias * Resolve module alias * Running test with babel module alias * Connect to codecov * add codecov to travis * stop if yarn test has errors * Still cannot collect data from slate modules * Try to check whether it works with codecov * Move config to nycrc * Remove nyc require * Update nyc to use src * better before_script
29 lines
279 B
Plaintext
29 lines
279 B
Plaintext
# Build files.
|
|
*.js.map
|
|
build/
|
|
dist/
|
|
lib/
|
|
|
|
# Temporary files.
|
|
tmp/
|
|
|
|
# Gitbook files.
|
|
_book/
|
|
|
|
# Package files.
|
|
lerna-debug.log
|
|
node_modules/
|
|
npm-debug.log
|
|
yarn-error.log
|
|
packages/*/yarn.lock
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# OS files.
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
|
|
# Editor files
|
|
.tern-port
|