You've already forked ChangeLinr
mirror of
https://github.com/FullScreenShenanigans/ChangeLinr.git
synced 2026-04-28 12:58:58 -07:00
24 lines
343 B
Plaintext
24 lines
343 B
Plaintext
dist/
|
|
docs/generated/
|
|
test/
|
|
node_modules/
|
|
*.d.ts
|
|
*.js*
|
|
!./*.js
|
|
!*.json
|
|
*.html
|
|
npm-debug.log
|
|
debug.log
|
|
|
|
# Code coverage
|
|
coverage.json
|
|
coverage/
|
|
|
|
# Added by shenanigans-manager for maps testing
|
|
Maps.test.ts
|
|
|
|
# Local development typically uses npm install --link
|
|
# Package lock files aren't updated by linked installs
|
|
package-lock.json
|
|
yarn.lock
|