Skip to content

Commit 92aee98

Browse files
committed
add gitattributes, see #948
1 parent 92478e1 commit 92aee98

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.gitattributes

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/docker/ export-ignore
2+
/examples/ export-ignore
3+
/extras/ export-ignore
4+
/src/index.php export-ignore
5+
/tests/ export-ignore
6+
/.gitattributes export-ignore
7+
/.gitignore export-ignore
8+
/.htaccess export-ignore
9+
/*.php export-ignore
10+
/*.sh export-ignore
11+
/docker-compose.yml export-ignore
12+
/Dockerfile export-ignore

0 commit comments

Comments
 (0)