Skip to content

Commit 9c68073

Browse files
committed
update gitignore and gitattributes
1 parent 535c690 commit 9c68073

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.gitattributes

+12
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,14 @@
11
includes/admin-page.php linguist-language=HTML+PHP
22
includes/servers-list.php linguist-language=HTML+PHP
3+
4+
/.github export-ignore
5+
/assets export-ignore
6+
/tests export-ignore
7+
.editorconfig export-ignore
8+
.gitattributes export-ignore
9+
.gitignore export-ignore
10+
.php_cs export-ignore
11+
.travis.yml export-ignore
12+
composer.json export-ignore
13+
phpunit.xml export-ignore
14+
readme.txt export-ignore

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
/.vscode
21
/vendor
3-
composer.lock
2+
composer.lock

0 commit comments

Comments
 (0)