mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-10 04:22:27 +10:00
16 lines
194 B
Plaintext
16 lines
194 B
Plaintext
# Package Manager
|
|
.pnp.*
|
|
.yarn/*
|
|
!.yarn/patches
|
|
!.yarn/plugins
|
|
!.yarn/releases
|
|
!.yarn/sdks
|
|
!.yarn/versions
|
|
|
|
# Project Dependencies
|
|
node_modules
|
|
|
|
# Environment Variables
|
|
.env
|
|
.env.*
|
|
!.env.example |