mirror of
https://github.com/PatrickJS/PatrickJS-starter.git
synced 2026-03-26 06:52:22 +00:00
* Update readme to reflect the latest updates of project * Replace inactive `inline-manifest-webpack-plugin` with the maintained fork `webpack-inline-manifest-plugin`, version 4.0.0 is for webpack 3, version 4.0.1+ for webpack 4+ * Minor updates for package dependencies * Minor updates for package dependencies * Disable sourceMap by default for prod build and provide EVN option to enable it * minor change by providing uglify cache to improve build process for prod * Because of npm 5 and yarn, no need to force cache clean, verify should be enough * Update dependencies
83 lines
1.0 KiB
Plaintext
83 lines
1.0 KiB
Plaintext
# tipe.io
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# SonarQube sonar-scanner temp directory
|
|
.scannerwork
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Users Environment Variables
|
|
.lock-wscript
|
|
|
|
# OS generated files #
|
|
.DS_Store
|
|
ehthumbs.db
|
|
Icon?
|
|
Thumbs.db
|
|
|
|
# Node Files #
|
|
/node_modules/
|
|
/bower_components/
|
|
npm-debug.log
|
|
/npm-debug.log.*
|
|
|
|
# Coverage #
|
|
/coverage/
|
|
|
|
# Generic Unit Sonar Reports #
|
|
/reports/
|
|
|
|
# Typing #
|
|
/src/typings/tsd/
|
|
/typings/
|
|
/tsd_typings/
|
|
|
|
# Dist #
|
|
/dist
|
|
/public/__build__/
|
|
/src/*/__build__/
|
|
/__build__/**
|
|
/public/dist/
|
|
/src/*/dist/
|
|
/dist/**
|
|
/.awcache
|
|
.webpack.json
|
|
/compiled/
|
|
dll/
|
|
temp
|
|
tmp
|
|
webpack-cache
|
|
|
|
# Doc #
|
|
/doc/
|
|
/documentation/
|
|
|
|
# IDE #
|
|
.idea/
|
|
*.swp
|
|
|
|
|
|
# Angular #
|
|
*.ngfactory.ts
|
|
*.css.shim.ts
|
|
*.ngsummary.json
|
|
*.shim.ngstyle.ts
|