diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
1 files changed, 9 insertions, 3 deletions
| diff --git a/.gitignore b/.gitignore index 09230f9..3ddb969 100644 --- a/.gitignore +++ b/.gitignore | |||
| @@ -8,8 +8,7 @@ | |||
| 8 | /.bundle | 8 | /.bundle |
| 9 | 9 | ||
| 10 | # Ignore the default SQLite database. | 10 | # Ignore the default SQLite database. |
| 11 | /db/*.sqlite3 | 11 | /db/*.sqlite3* |
| 12 | /db/*.sqlite3-journal | ||
| 13 | 12 | ||
| 14 | # Ignore all logfiles and tempfiles. | 13 | # Ignore all logfiles and tempfiles. |
| 15 | /log/* | 14 | /log/* |
| @@ -22,9 +21,16 @@ | |||
| 22 | /tmux*.log | 21 | /tmux*.log |
| 23 | *.swp | 22 | *.swp |
| 24 | tags | 23 | tags |
| 24 | !tags/ | ||
| 25 | 25 | ||
| 26 | .byebug_history | 26 | .byebug_history |
| 27 | .DS_Store | 27 | .DS_Store |
| 28 | *.swo | 28 | *.swo |
| 29 | /public/uploads | 29 | /public/uploads |
| 30 | config/database.yml | 30 | /storage |
| 31 | |||
| 32 | misc | ||
| 33 | |||
| 34 | /config/master.key | ||
| 35 | |||
| 36 | /config/credentials/production.key | ||
