Files
dspace-angular/.gitignore
William Welling 5514264cf6 removed and ignore package-lock.json
no reason to support and maintain both yarn lock and package lock. We
primarily use yarn for all build purposes.
2017-09-27 06:29:09 -05:00

34 lines
322 B
Plaintext

/__build__
/__server_build__
/node_modules
/typings
/tsd_typings/
npm-debug.log
/config/environment.dev.js
/config/environment.prod.js
/coverage
/dist/
/coverage/
.idea
*.ngfactory.ts
*.css.shim.ts
*.scss.shim.ts
.DS_Store
webpack.records.json
/npm-debug.log.*
morgan.log
yarn-error.log
*.css
package-lock.json