diff --git a/.gitignore b/.gitignore index e59919c42f..6899818c96 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,3 @@ yarn-error.log # rollup-test output /modules/rollup-test/dist/ - -# angular.io -/aio/src/content/docs -/aio/dist diff --git a/aio/.gitignore b/aio/.gitignore new file mode 100644 index 0000000000..0f522e8c87 --- /dev/null +++ b/aio/.gitignore @@ -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