Remove useless lines from .gitignore
This commit is contained in:
parent
d150fdb52f
commit
31c1014103
1 changed files with 0 additions and 10 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -7,25 +7,15 @@
|
|||
# Ignore bundler config.
|
||||
/.bundle
|
||||
|
||||
# Ignore the default SQLite database.
|
||||
/db/*.sqlite3
|
||||
/db/*.sqlite3-journal
|
||||
|
||||
# Ignore all logfiles and tempfiles.
|
||||
/log/*
|
||||
!/log/.keep
|
||||
/tmp
|
||||
|
||||
# Ignore Intellij files
|
||||
.idea/
|
||||
*.iml
|
||||
*.iws
|
||||
|
||||
public/uploads
|
||||
public/downloads
|
||||
doc/*.svg
|
||||
uploads/*
|
||||
coverage/**/*
|
||||
.DS_Store
|
||||
.byebug_history
|
||||
.env
|
||||
|
|
Loading…
Reference in a new issue