-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
77 lines (77 loc) · 3.96 KB
/
Copy path.gitignore
File metadata and controls
77 lines (77 loc) · 3.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
JSLab-4/poker-angular/angular-poker/e2e/src/app.e2e-spec.ts
JSLab-4/poker-angular/angular-poker/e2e/src/app.po.ts
JSLab-4/poker-angular/angular-poker/e2e/protractor.conf.js
JSLab-4/poker-angular/angular-poker/e2e/tsconfig.e2e.json
JSLab-4/poker-angular/angular-poker/src/app/card/card.component.css
JSLab-4/poker-angular/angular-poker/src/app/card/card.component.html
JSLab-4/poker-angular/angular-poker/src/app/card/card.component.spec.ts
JSLab-4/poker-angular/angular-poker/src/app/card/card.component.ts
JSLab-4/poker-angular/angular-poker/src/app/card-deck/card-deck.component.css
JSLab-4/poker-angular/angular-poker/src/app/card-deck/card-deck.component.html
JSLab-4/poker-angular/angular-poker/src/app/card-deck/card-deck.component.spec.ts
JSLab-4/poker-angular/angular-poker/src/app/card-deck/card-deck.component.ts
JSLab-4/poker-angular/angular-poker/src/app/app.component.css
JSLab-4/poker-angular/angular-poker/src/app/app.component.html
JSLab-4/poker-angular/angular-poker/src/app/app.component.spec.ts
JSLab-4/poker-angular/angular-poker/src/app/app.component.ts
JSLab-4/poker-angular/angular-poker/src/app/app.module.ts
JSLab-4/poker-angular/angular-poker/src/app/poker-cards.service.spec.ts
JSLab-4/poker-angular/angular-poker/src/app/poker-cards.service.ts
JSLab-4/poker-angular/angular-poker/src/app/poker-hands.service.spec.ts
JSLab-4/poker-angular/angular-poker/src/app/poker-hands.service.ts
JSLab-4/poker-angular/angular-poker/src/assets/images/clubs.png
JSLab-4/poker-angular/angular-poker/src/assets/images/diamonds.png
JSLab-4/poker-angular/angular-poker/src/assets/images/hearts.png
JSLab-4/poker-angular/angular-poker/src/assets/images/spades.png
JSLab-4/poker-angular/angular-poker/src/assets/.gitkeep
JSLab-4/poker-angular/angular-poker/src/environments/environment.prod.ts
JSLab-4/poker-angular/angular-poker/src/environments/environment.ts
JSLab-4/poker-angular/angular-poker/src/browserslist
JSLab-4/poker-angular/angular-poker/src/favicon.ico
JSLab-4/poker-angular/angular-poker/src/index.html
JSLab-4/poker-angular/angular-poker/src/karma.conf.js
JSLab-4/poker-angular/angular-poker/src/main.ts
JSLab-4/poker-angular/angular-poker/src/polyfills.ts
JSLab-4/poker-angular/angular-poker/src/styles.css
JSLab-4/poker-angular/angular-poker/src/test.ts
JSLab-4/poker-angular/angular-poker/src/tsconfig.app.json
JSLab-4/poker-angular/angular-poker/src/tsconfig.spec.json
JSLab-4/poker-angular/angular-poker/src/tslint.json
JSLab-4/poker-angular/angular-poker/.editorconfig
JSLab-4/poker-angular/angular-poker/.gitignore
JSLab-4/poker-angular/angular-poker/angular.json
JSLab-4/poker-angular/angular-poker/package.json
JSLab-4/poker-angular/angular-poker/package-lock.json
JSLab-4/poker-angular/angular-poker/README.md
JSLab-4/poker-angular/angular-poker/tsconfig.json
JSLab-4/poker-angular/angular-poker/tslint.json
JSLab-4/poker-react/public/img/clubs.png
JSLab-4/poker-react/public/img/clubs.xcf
JSLab-4/poker-react/public/img/diamonds.png
JSLab-4/poker-react/public/img/diamonds.xcf
JSLab-4/poker-react/public/img/French_suits.svg.png
JSLab-4/poker-react/public/img/hearts.png
JSLab-4/poker-react/public/img/hearts.xcf
JSLab-4/poker-react/public/img/spades.png
JSLab-4/poker-react/public/img/spades.xcf
JSLab-4/poker-react/public/favicon.ico
JSLab-4/poker-react/public/index.html
JSLab-4/poker-react/public/manifest.json
JSLab-4/poker-react/src/Components/Card/Card.js
JSLab-4/poker-react/src/Components/CardDeck/CardDeck.js
JSLab-4/poker-react/src/poker-js/poker.js
JSLab-4/poker-react/src/poker-js/poker.txt
JSLab-4/poker-react/src/poker-js/pokerCards.js
JSLab-4/poker-react/src/poker-js/pokerHands.js
JSLab-4/poker-react/src/poker-js/pokerTests.js
JSLab-4/poker-react/src/App.css
JSLab-4/poker-react/src/App.js
JSLab-4/poker-react/src/App.test.js
JSLab-4/poker-react/src/index.css
JSLab-4/poker-react/src/index.js
JSLab-4/poker-react/src/logo.svg
JSLab-4/poker-react/src/serviceWorker.js
JSLab-4/poker-react/.gitignore
JSLab-4/poker-react/package.json
JSLab-4/poker-react/package-lock.json
JSLab-4/poker-react/README.md