Add public/assets to .gitignore

It gets populated if rails server is run locally without cap deploy
This commit is contained in:
Type-kun 2017-06-09 19:26:19 +05:00
parent 4336b04242
commit b3de24f282

1
.gitignore vendored
View File

@ -9,6 +9,7 @@ db/*.sqlite3
log/*.log
tmp/*
public/data
public/assets
vendor/cache/*.gem
.sass-cache
.DS_Store