Skip to content

Commit 80970bc

Browse files
committed
Add export-ignore to keep package clean
1 parent 4960b40 commit 80970bc

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

.gitattributes

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
* text=auto
1+
* text=auto
2+
3+
# keep package clean
4+
/tests export-ignore
5+
/.gitattributes export-ignore
6+
/.travis.yml export-ignore
7+
/.gitignore export-ignore
8+
/phpunit.xml export-ignore
9+
/README.md export-ignore
10+
/Vagrantfile export-ignore

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Andreas Frömer
3+
Copyright (c) 2018 Andreas Frömer
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)