Adds public directory assets to gitignore file

This commit is contained in:
Jennifer Siegfried 2016-08-04 14:15:13 -06:00
parent 7be7f97c90
commit 11fffc0cdf

3
.gitignore vendored
View File

@ -41,6 +41,9 @@ bower_components/
node_modules/ node_modules/
.DS_Store .DS_Store
## Public directory assets
public/assets
### Vim ### ### Vim ###
[._]*.s[a-w][a-z] [._]*.s[a-w][a-z]
[._]s[a-w][a-z] [._]s[a-w][a-z]