www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 28ca18741f4a5b08982c413a15693b426aeb8f71
parent da5cddbf1ec2ca3328d53268cbd4a37e3bdca752
Author: JackFirth <jackhfirth@gmail.com>
Date:   Fri, 20 Feb 2015 23:10:01 -0800

Fix gitignore

Diffstat:
M.gitignore | 11+++++------
1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,5 +1,5 @@ -./compiled/* -./*.bak -./*.html -./*.css -./*.js -\ No newline at end of file +**/compiled/* +**/*.bak +**/*.html +**/*.css +**/*.js