build(aio): use own `.gitignore` file

This commit is contained in:
Georgios Kalpakas 2017-03-13 12:35:16 +02:00 committed by Miško Hevery
parent f92591054b
commit 4cef5dddc6
2 changed files with 11 additions and 4 deletions

4
.gitignore vendored
View File

@ -26,7 +26,3 @@ yarn-error.log
# rollup-test output
/modules/rollup-test/dist/
# angular.io
/aio/src/content/docs
/aio/dist

11
aio/.gitignore vendored Normal file
View File

@ -0,0 +1,11 @@
# Ignore node_modules
node_modules
# Ignore npm/yarn debug log
npm-debug.log
yarn-error.log
# Ignore generated content
/dist
/src/content/docs
/.sass-cache