gitignore
This commit is contained in:
commit
0f43e98ef8
1 changed files with 9 additions and 0 deletions
9
.gitignore
vendored
Normal file
9
.gitignore
vendored
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
.bundle
|
||||||
|
.rbx/
|
||||||
|
db/*.sqlite3
|
||||||
|
log/*.log
|
||||||
|
tmp/
|
||||||
|
.sass-cache/
|
||||||
|
coverage/*
|
||||||
|
*.swp
|
||||||
|
public/uploads/
|
Loading…
Reference in a new issue