File tree 2 files changed +2
-11
lines changed
2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 1
- nbproject
2
1
._ *
3
2
.~lock. *
4
3
.buildpath
5
- .DS_Store
6
- .idea
7
4
.project
8
5
.settings
9
6
cache.properties
@@ -15,15 +12,11 @@ vendor/
15
12
# OS generated files #
16
13
# #####################
17
14
* ~
18
- .DS_Store *
19
15
.project
20
16
.settings
21
- ehthumbs.db
22
17
Icon ?
23
- Thumbs.db
24
18
.svn
25
19
.directory
26
- * .swp
27
20
.env
28
21
29
22
# IDE generated files #
@@ -39,8 +32,5 @@ Thumbs.db
39
32
* .perspectivev3
40
33
* .mode1v3
41
34
* .mode2v3
42
- * .swp
43
35
* ~.nib
44
- nbproject
45
36
.komodotools
46
- .idea
Original file line number Diff line number Diff line change @@ -23,4 +23,5 @@ after_script:
23
23
- wget https://scrutinizer-ci.com/ocular.phar
24
24
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
25
25
notifications :
26
- email : false
26
+ email : false
27
+
You can’t perform that action at this time.
0 commit comments