-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
47 lines (38 loc) · 1.39 KB
/
.gitignore
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
/mobile-connect-sdk/vendor/*
/mobile-connect-sdk/config/app.php
/mobile-connect-sdk/tmp/cache/models/*
!/mobile-connect-sdk/tmp/cache/models/empty
/mobile-connect-sdk/tmp/cache/persistent/*
!/mobile-connect-sdk/tmp/cache/persistent/empty
/mobile-connect-sdk/tmp/cache/views/*
!/mobile-connect-sdk/tmp/cache/views/empty
/mobile-connect-sdk/tmp/sessions/*
!/mobile-connect-sdk/tmp/sessions/empty
/mobile-connect-sdk/tmp/tests/*
!/mobile-connect-sdk/tmp/tests/empty
/mobile-connect-sdk/logs/*
!/mobile-connect-sdk/logs/empty
/mobile-connect-sdk/app/tmp/*
/mobile-connect-sdk/app/Config/core.php
/mobile-connect-sdk/app/Config/database.php
/mobile-connect-sdk/vendors/*
/mobile-connect-demo/vendor/*
/mobile-connect-demo/config/app.php
/mobile-connect-demo/tmp/cache/models/*
!/mobile-connect-demo/tmp/cache/models/empty
/mobile-connect-demo/tmp/cache/persistent/*
!/mobile-connect-demo/tmp/cache/persistent/empty
/mobile-connect-demo/tmp/cache/views/*
!/mobile-connect-demo/tmp/cache/views/empty
/mobile-connect-demo/tmp/sessions/*
!/mobile-connect-demo/tmp/sessions/empty
/mobile-connect-demo/tmp/tests/*
!/mobile-connect-demo/tmp/tests/empty
/mobile-connect-demo/logs/*
!/mobile-connect-demo/logs/empty
/mobile-connect-demo/app/tmp/*
/mobile-connect-demo/app/Config/core.php
/mobile-connect-demo/app/Config/database.php
/mobile-connect-demo/vendors/*
/mobile-connect-sdk/composer.lock
/mobile-connect-demo/composer.lock