Skip to content

Commit 7e6d394

Browse files
authored
Merge pull request #59 from ConvertKit/gitattributes-export-ignore
Add .gitattributes
2 parents 2d317ea + 0252354 commit 7e6d394

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitattributes

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
/.github/ export-ignore
2+
/docs/ export-ignore
3+
/tests/ export-ignore
4+
.env.dist.testing export-ignore
5+
.env.example export-ignore
6+
.gitignore export-ignore
7+
/CONTRIBUTING.md export-ignore
8+
/DEPLOYMENT.md export-ignore
9+
/DEVELOPMENT.md export-ignore
10+
/phpcs.tests.xml export-ignore
11+
/phpcs.xml export-ignore
12+
/phpstan.neon.dist export-ignore
13+
/phpstan.neon.example export-ignore
14+
/phpunit.xml export-ignore
15+
/SETUP.md export-ignore
16+
/TESTING.md export-ignore

0 commit comments

Comments
 (0)