Files
QuadsKeepr/.gitignore
T
2018-04-08 01:24:18 -04:00

20 lines
302 B
Plaintext

dist/
docs/generated/
test/
node_modules/
*.d.ts
*.js*
!./*.js
!*.json
*.html
npm-debug.log
debug.log
# 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