Tweak to `.gitignore` so that only the `tsconfig.json` files in subdirectories are ignored, not the one directly in this `_examples` folder. Also, add a package.json script definition for `http-server` for more convenient access (w/o invoking tsc as is forced in the script definition given in `_boilerplate/package.json`.
23 lines
351 B
Plaintext
23 lines
351 B
Plaintext
# _exampleBoilerplateFiles
|
|
.editorconfig
|
|
karma.conf.js
|
|
karma-test-shim.js
|
|
package.json
|
|
*/**/styles.css
|
|
systemjs.config.js
|
|
*/**/tsconfig.json
|
|
tslint.json
|
|
wallaby.js
|
|
|
|
_test-output
|
|
**/ts/**/*.js
|
|
**/js-es6*/**/*.js
|
|
**/ts-snippets/**/*.js
|
|
*.d.ts
|
|
|
|
!**/*e2e-spec.js
|
|
!systemjs.config.1.js
|
|
!**/systemjs.config.extras.js
|
|
!_boilerplate/*
|
|
_boilerplate/a2docs.css
|