mirror of
https://github.com/angular/angular.js.git
synced 2026-03-30 20:37:14 +00:00
Previously, in order to deploy to Firebase from `scripts/docs.angularjs.org-firebase/`, we had to copy the `firebase.json` file to the repository root and adjust the contained paths accordingly. By running the `firebase` CLI directly (instead of via `yarn`), we are able to deploy from `docs.angularjs.org-firebase/` directly. This simplifies the deployment (and local testing) process and paves the way for also deploying from `code.angularjs.org-firebase/` in a subsequent commit.
28 lines
440 B
Plaintext
28 lines
440 B
Plaintext
/build/
|
|
/benchpress-build/
|
|
.DS_Store
|
|
gen_docs.disable
|
|
test.disable
|
|
regression/temp*.html
|
|
performance/temp*.html
|
|
.idea/workspace.xml
|
|
*~
|
|
*.swp
|
|
angular.js.tmproj
|
|
node_modules/
|
|
angular.xcodeproj
|
|
.firebase/
|
|
.idea
|
|
*.iml
|
|
.agignore
|
|
.lvimrc
|
|
libpeerconnection.log
|
|
npm-debug.log
|
|
/tmp/
|
|
.vscode
|
|
*.log
|
|
*.stackdump
|
|
scripts/code.angularjs.org-firebase/deploy
|
|
scripts/docs.angularjs.org-firebase/deploy
|
|
scripts/docs.angularjs.org-firebase/functions/content
|