Skip to content

Commit

Permalink
ignore vendor dir
Browse files Browse the repository at this point in the history
  • Loading branch information
rshewitt committed Jun 19, 2024
1 parent 254b1ff commit bdd7eeb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# Ignore bundler config.
/.bundle

# Local gems
vendor/

# Ignore the default SQLite database.
/db/*.sqlite3
/db/*.sqlite3-journal
Expand All @@ -30,3 +33,6 @@

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

# mac system files
.DS_STORE
Empty file removed vendor/.keep
Empty file.

0 comments on commit bdd7eeb

Please sign in to comment.