typescript-template/.gitignore

15 lines
271 B
Plaintext
Raw Normal View History

2023-03-30 11:50:32 +07:00
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Swap the comments on the following lines if you don't wish to use zero-installs
# Documentation here: https://yarnpkg.com/features/zero-installs
.yarn/cache
#.pnp.*
node_modules/
2023-03-30 12:05:40 +07:00
dist/