Add a .gitignore under the upgrade example that keeps package.json, tsconfig.json and karma.conf.js. Also restore the files under each example.
4 lines
44 B
Plaintext
4 lines
44 B
Plaintext
!karma.conf.js
|
|
!package.json
|
|
!tsconfig.json
|