embark/.gitignore
Michael Bradley, Jr 53191447f5 build: use yarn for reproducible builds and CI
yarn.lock files are generated for embark and embark-ui, and their package.json
files and other npm related files are updated to support and require using yarn
for development of embark itself and for embark's CI.
2018-11-20 09:25:42 -06:00

17 lines
211 B
Plaintext

.idea
.node-xmlhttprequest-sync-*
.tern-port
.vscode
NOTES
TODO
dist
embark-*.tgz
node_modules
npm-debug.log*
npm-shrinkwrap.json
package
package-lock.json
src/test/cli_shim/.cid
yarn-debug.log*
yarn-error.log*