add local_* to gitignore

stepan-k
Stepan Krapivin 8 years ago
parent d5ce019277
commit 399f7f36b2
  1. 3
      .gitignore

3
.gitignore vendored

@ -20,4 +20,5 @@ static/cache/*
/node_modules/ /node_modules/
/tmp/ /tmp/
!/dist !/dist
.sass-cache .sass-cache
local_*

Loading…
Cancel
Save