Skip to content

Commit

Permalink
.gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveLombardo authored and DaveLomber committed May 16, 2022
1 parent 44d00db commit 0660c0a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -278,3 +278,10 @@ fastlane/test_output
iOSInjectionProject/

*.xcarchive

#environment
environment.ts
environment.prod.ts

sample-chat-cordova/www/*
sample-chat-cordova/www/*/
1 change: 1 addition & 0 deletions sample-chat-cordova/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"description": "A sample Apache Cordova application that responds to the deviceready event.",
"main": "index.js",
"scripts": {
"install_dependencies": "cd chat-angular && npm install",
"config": "cd chat-angular && npm run config",
"build": "cd chat-angular && npm run build && cd .. && sh ./add_cordova_js.sh"
},
Expand Down

0 comments on commit 0660c0a

Please sign in to comment.