Skip to content

Commit

Permalink
clean up .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed Feb 4, 2025
1 parent effe5b2 commit 5a9bc43
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ routes.txt
# Bundle installs
vendor/bundle/

# shakapacker & node
/public/packs
/public/packs-test
node_modules/
Expand All @@ -66,10 +67,3 @@ yarn-*.log*
# the recommendation of the gem. We also don't ignore .env since that's where default values for
# configurations will go.
.env*.local

/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity

0 comments on commit 5a9bc43

Please sign in to comment.