This repository has been archived on 2023-05-29. You can view files and clone it, but cannot push or open issues or pull requests.
fp-ts-training/.gitignore
dependabot[bot] f5babc5737
Bump typescript from 4.9.3 to 4.9.4 (#106)
* Bump typescript from 4.9.3 to 4.9.4

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.3 to 4.9.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.3...v4.9.4)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* 🙈 Ignore install-state

* ⬆️ Upgrade yarn

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Beg <a.behaghel@inato.com>
2022-12-23 09:27:51 +01:00

16 lines
169 B
Plaintext

# yarn stuff
yarn-error.log*
.yalc
yalc.lock
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
node_modules
dist
.DS_Store