Skip to content

Commit 9ea4a82

Browse files
claudef3l1x
authored andcommitted
Cleanup: remove obsolete files
1 parent bb1d01b commit 9ea4a82

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Not archived
22
.docs export-ignore
3+
.github export-ignore
34
tests export-ignore
45
.editorconfig export-ignore
56
.gitattributes export-ignore
67
.gitignore export-ignore
7-
.travis.yml export-ignore
88
Makefile export-ignore
99
phpstan.neon export-ignore
1010
README.md export-ignore

.github/.kodiak.toml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# IDE
22
/.idea
3+
/.vscode
34

45
# Composer
56
/vendor
67
/composer.lock
78

89
# Tests
910
/temp
11+
/tests/tmp
1012
/coverage.xml
13+
/coverage.html

0 commit comments

Comments
 (0)