Reactive-Resume/.gitignore

16 lines
194 B
Plaintext
Raw Normal View History

2022-03-06 21:48:29 +00:00
# Package Manager
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
2022-03-02 16:44:11 +00:00
2022-03-06 21:48:29 +00:00
# Project Dependencies
node_modules
2022-03-02 16:44:11 +00:00
# Environment Variables
2022-03-06 21:48:29 +00:00
.env
.env.*
!.env.example