This repository was archived by the owner on Mar 18, 2021. It is now read-only.
File tree 7 files changed +5
-39
lines changed
7 files changed +5
-39
lines changed Original file line number Diff line number Diff line change 1
1
# Created by .ignore support plugin (hsz.mobi)
2
2
# ## OSX template
3
- .DS_Store
4
3
.AppleDouble
5
4
.LSOverride
6
5
7
- # Icon must end with two \r
8
- Icon
9
-
10
6
# Thumbnails
11
7
._ *
12
8
@@ -40,10 +36,6 @@ nb-configuration.xml
40
36
Session.vim
41
37
.netrwhist
42
38
* ~
43
- # ## Windows template
44
- # Windows image file caches
45
- Thumbs.db
46
- ehthumbs.db
47
39
48
40
# Folder config file
49
41
Desktop.ini
@@ -66,13 +58,11 @@ $RECYCLE.BIN/
66
58
.env
67
59
# ## Eclipse template
68
60
* .pydevproject
69
- .metadata
70
61
.gradle
71
62
bin /
72
63
tmp /
73
64
* .tmp
74
65
* .bak
75
- * .swp
76
66
* ~.nib
77
67
local.properties
78
68
.settings /
@@ -109,29 +99,6 @@ local.properties
109
99
110
100
* .iml
111
101
112
- # # Directory-based project format:
113
- .idea /
114
- # if you remove the above rule, at least ignore the following:
115
-
116
- # User-specific stuff:
117
- # .idea/workspace.xml
118
- # .idea/tasks.xml
119
- # .idea/dictionaries
120
-
121
- # Sensitive or high-churn files:
122
- # .idea/dataSources.ids
123
- # .idea/dataSources.xml
124
- # .idea/sqlDataSources.xml
125
- # .idea/dynamic.xml
126
- # .idea/uiDesigner.xml
127
-
128
- # Gradle:
129
- # .idea/gradle.xml
130
- # .idea/libraries
131
-
132
- # Mongo Explorer plugin:
133
- # .idea/mongoSettings.xml
134
-
135
102
# # File-based project format:
136
103
* .ipr
137
104
* .iws
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ before_script:
10
10
- composer install --no-interaction --prefer-source
11
11
12
12
script :
13
- - composer test
13
+ - composer test
Original file line number Diff line number Diff line change 198
198
distributed under the License is distributed on an "AS IS" BASIS,
199
199
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
200
See the License for the specific language governing permissions and
201
- limitations under the License.
201
+ limitations under the License.
Original file line number Diff line number Diff line change @@ -51,4 +51,4 @@ The Apache license Version 2.0. Please see [License File](LICENSE.md) for more i
51
51
52
52
[ link-packagist ] : https://packagist.org/packages/fingo/laravel-cache-fallback
53
53
[ link-travis ] : https://travis-ci.org/fingo/laravel-cache-fallback
54
- [ link-downloads ] : https://packagist.org/packages/fingo/laravel-cache-fallback
54
+ [ link-downloads ] : https://packagist.org/packages/fingo/laravel-cache-fallback
Original file line number Diff line number Diff line change 7
7
" cache" ,
8
8
" fallback" ,
9
9
" cache fallback" ,
10
- " fingo/laravel-cache-fallback" ,
11
10
" fingo" ,
12
11
" laravel-cache-fallback"
13
12
],
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ protected static function getFacadeAccessor()
19
19
{
20
20
return 'laravel-cache-fallback ' ;
21
21
}
22
- }
22
+ }
Original file line number Diff line number Diff line change @@ -48,4 +48,4 @@ public function register()
48
48
49
49
$ this ->registerCommands ();
50
50
}
51
- }
51
+ }
You can’t perform that action at this time.
0 commit comments