Skip to content

Commit

Permalink
Remove duplicate entries in .gitignore
Browse files Browse the repository at this point in the history
The .gitignore could still be better organized
  • Loading branch information
aaronskiba committed Jan 2, 2025
1 parent 45ebfc9 commit 5efd5fd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -98,22 +98,14 @@ node_modules

spec/examples.txt
.postcssrc.yml
/public/packs
/public/packs-test
/node_modules
yarn-debug.log*
.yarn-integrity

# Ignore master key for decrypting credentials and more.
/config/master.key
/config/credentials.yml.enc

/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
/app/assets/builds/*
!/app/assets/builds/.keep
!/app/assets/builds/.gitkeep
Expand Down

0 comments on commit 5efd5fd

Please sign in to comment.