docs(aio): remove example specific `.gitignore` files

All the files that should be ignored are defined in the
`aio/content/examples/.gitigore` folder.
This commit is contained in:
Peter Bacon Darwin 2017-06-08 21:14:04 +01:00 committed by Pete Bacon Darwin
parent 76a920651c
commit a0b30e5dfb
13 changed files with 0 additions and 87 deletions

View File

@ -1 +0,0 @@
**/*.js

View File

@ -1,7 +0,0 @@
**/*.ngfactory.ts
**/*.ngsummary.json
**/*.shim.ngstyle.ts
**/*.metadata.json
dist
!app/tsconfig.json
!rollup-config.js

View File

@ -1,45 +0,0 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
/dist
/tmp
# dependencies
/node_modules
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# misc
/.sass-cache
/connect.lock
/coverage/*
/libpeerconnection.log
npm-debug.log
testem.log
/typings
# e2e
/e2e/*.js
/e2e/*.map
#System Files
.DS_Store
Thumbs.db
!src/styles.css
!karma.conf.js
!protractor.conf.js

View File

@ -1 +0,0 @@
**/*.js

View File

@ -1 +0,0 @@
!systemjs.config.server.js

View File

@ -1,6 +0,0 @@
**/*.ngfactory.ts
**/*.metadata.json
dist
!app/tsconfig.json
!rollup.js
!src/systemjs-text-plugin.js

View File

@ -1,2 +0,0 @@
*.js
!systemjs.custom.js

View File

@ -1 +0,0 @@
!src/browser-test-shim.js

View File

@ -1,8 +0,0 @@
aot/**/*.ts
**/*.ngfactory.ts
**/*.ngsummary.json
**/*.metadata.json
**/*.js
dist
!app/tsconfig.json
!/*.js

View File

@ -1 +0,0 @@
!karma.conf.ajs.js

View File

@ -1,8 +0,0 @@
aot/**/*
!aot/index.html
dist
!app/tsconfig.json
!rollup-config.js
!karma.conf.ajs.js
!copy-dist-files.js
!systemjs.config.1.js

View File

@ -1 +0,0 @@
!tsconfig.json

View File

@ -1,5 +0,0 @@
dist
!karma.webpack.conf.js
!webpack.config.js
!config/*
!public/css/styles.css