Add some ignores folders in gitignore

This commit is contained in:
Luciano Jr 2017-01-24 13:26:03 +00:00
parent 89bab93846
commit 3c70e5e23b

8
.gitignore vendored
View File

@ -30,12 +30,14 @@ lib/**/*.css.shim.ts
lib/**/*.shim.ngstyle.ts lib/**/*.shim.ngstyle.ts
# other # other
/dist /dist/
/demo/build /demo/build
.tmp .tmp
compiled compiled
/coverage /coverage/
.ghpages-tmp .ghpages-tmp
stats.json stats.json
.idea .idea/
demo/dist/
demo/releases/