Skip to content

Commit

Permalink
Fixing gitignore to ignore images directory
Browse files Browse the repository at this point in the history
This fixes JeetShetty#22
  • Loading branch information
mtlynch committed Apr 18, 2017
1 parent 25e3d98 commit 7064d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -10,7 +10,7 @@ tmp
npm-debug.log

# Images are not under source control.
app/images/
app/images

# Ignore vim temp files.
*.swp
Expand Down

0 comments on commit 7064d61

Please sign in to comment.