Skip to content

Commit

Permalink
Update .gitignore with relevant Node.js and Yarn ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
RagnarLothbrok-Odin committed Dec 3, 2023
1 parent 1de5d86 commit 4f7a321
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
# macOS generated files
.DS_Store

# ========================
# Node.js related files
# ========================

# Dependency directories
node_modules/

# Environment variables
.env

Expand All @@ -35,7 +28,7 @@ build/

# Yarn: lock file and error log
yarn-error.log
.yarn/install-state.gz
.yarn/
.pnp.cjs
.pnp.loader.mjs

Expand Down

0 comments on commit 4f7a321

Please sign in to comment.