mirror of
https://github.com/samsonjs/grape-active_model_serializers.git
synced 2026-04-27 14:57:43 +00:00
Merged in readme
This commit is contained in:
commit
cbbe2e79d9
1 changed files with 16 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
*.rbc
|
||||||
|
*.sassc
|
||||||
|
.sass-cache
|
||||||
|
capybara-*.html
|
||||||
|
.rspec
|
||||||
|
/.bundle
|
||||||
|
/vendor/bundle
|
||||||
|
/log/*
|
||||||
|
/tmp/*
|
||||||
|
/db/*.sqlite3
|
||||||
|
/public/system/*
|
||||||
|
/coverage/
|
||||||
|
/spec/tmp/*
|
||||||
|
**.orig
|
||||||
|
rerun.txt
|
||||||
|
pickle-email-*.html
|
||||||
Loading…
Reference in a new issue