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.
|
# Ignore bundler config.
|
||||||
/.bundle
|
/.bundle
|
||||||
|
|
||||||
# Ignore the default SQLite database.
|
|
||||||
/db/*.sqlite3
|
|
||||||
/db/*.sqlite3-journal
|
|
||||||
|
|
||||||
# Ignore all logfiles and tempfiles.
|
# Ignore all logfiles and tempfiles.
|
||||||
/log/*
|
/log/*
|
||||||
!/log/.keep
|
!/log/.keep
|
||||||
/tmp
|
/tmp
|
||||||
|
|
||||||
# Ignore Intellij files
|
|
||||||
.idea/
|
|
||||||
*.iml
|
|
||||||
*.iws
|
|
||||||
|
|
||||||
public/uploads
|
public/uploads
|
||||||
public/downloads
|
public/downloads
|
||||||
doc/*.svg
|
doc/*.svg
|
||||||
uploads/*
|
uploads/*
|
||||||
coverage/**/*
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.byebug_history
|
.byebug_history
|
||||||
.env
|
.env
|
||||||
|
|
Loading…
Add table
Reference in a new issue