mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-06 22:44:14 +00:00
Ignore vendor/bundle folder
This commit is contained in:
11
.gitignore
vendored
11
.gitignore
vendored
@@ -6,14 +6,15 @@
|
|||||||
|
|
||||||
# Ignore bundler config.
|
# Ignore bundler config.
|
||||||
/.bundle
|
/.bundle
|
||||||
|
vendor/bundle/
|
||||||
|
|
||||||
# Ignore the default SQLite database.
|
# Ignore the default SQLite database.
|
||||||
/db/*.sqlite3
|
db/*.sqlite3
|
||||||
/db/*.sqlite3-journal
|
db/*.sqlite3-journal
|
||||||
|
|
||||||
# Ignore all logfiles and tempfiles.
|
# Ignore all logfiles and tempfiles.
|
||||||
/log/*.log
|
log/*.log
|
||||||
/tmp
|
tmp
|
||||||
.rvmrc
|
.rvmrc
|
||||||
/deploy/prod.env
|
deploy/prod.env
|
||||||
frontend/node_modules
|
frontend/node_modules
|
||||||
|
|||||||
Reference in New Issue
Block a user