Skip to content

Commit

Permalink
Remove questionable entries added to .gitignore
Browse files Browse the repository at this point in the history
It removes `.gitignore` entries that are not strictly related to `vite_ruby`:

- `node_modules`: related to JavaScript package managers
- `*.local`: probably user-specific entry that should be added to user's global gitignore
- `.DS_Store`: same as `*.local`
  • Loading branch information
mdesantis authored Jan 15, 2022
1 parent b6a8b5c commit 631c68b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions vite_ruby/lib/vite_ruby/cli/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ def install_gitignore
/public/vite
/public/vite-dev
/public/vite-test
node_modules
*.local
.DS_Store
GITIGNORE
end

Expand Down

0 comments on commit 631c68b

Please sign in to comment.