Fix gitignore rules for sample module

This commit is contained in:
Nabeel Shahzad
2017-12-01 14:56:52 -06:00
parent 21c7fa4dc6
commit 50cda0aa1d
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@@ -54,4 +54,3 @@ error_log
.sass-cache
.DS_Store
Sample/

2
modules/.gitignore vendored
View File

@@ -3,4 +3,4 @@
# But keep the sample and this file around
!.gitignore
!Sample/**
!Sample/*