gitignore
This commit is contained in:
commit
93efff9452
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