Add public/assets to .gitignore
It gets populated if rails server is run locally without cap deploy
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -9,6 +9,7 @@ db/*.sqlite3
|
||||
log/*.log
|
||||
tmp/*
|
||||
public/data
|
||||
public/assets
|
||||
vendor/cache/*.gem
|
||||
.sass-cache
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user