Skip to content

Commit 21c441c

Browse files
committed
#58 ignore stryke
1 parent 2ed69d3 commit 21c441c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ yarn-error.log
4141
testem.log
4242
/typings
4343
.keys.json
44+
src/environments/keys.ts
45+
keys.ts
4446
# System Files
4547
.DS_Store
4648
Thumbs.db

src/environments/keys.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export const AUTHORITY = 'ABC';
2-
export const CLIENT_ID = 'XYZ';
3-
export const SCOPES = ['ABC'];
1+
export const AUTHORITY = 'XXX';
2+
export const CLIENT_ID = 'XXX';
3+
export const SCOPES = ['XXX'];

0 commit comments

Comments
 (0)