Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 83e570d

Browse files
author
Petr Knap
committed
Updated .git*
1 parent e772149 commit 83e570d

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.gitattributes

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1+
/app export-ignore
2+
/bin export-ignore
13
/tests export-ignore
4+
/var export-ignore
5+
/web export-ignore
26
/.gitattributes export-ignore
37
/.gitignore export-ignore
8+
/composer.lock export-ignore
9+
/Dockerfile export-ignore
10+
/Makefile export-ignore
411
/phpunit.xml export-ignore

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/.idea/
22
/vendor/
3-
/*.lock
4-
/*.log
3+
/*.composer.lock
4+
/*.phpunit.log

0 commit comments

Comments
 (0)