Skip to content

Commit fb97238

Browse files
authored
Exclude files in production (#193)
* Exclude files in production With this .gitattributes files, unwanted files/folders in production are not installed. By default, I propose you to keep only the library and template files. Feel free to ask if you have any reason to keep some of them. * Update .gitattributes As per @dunglas comments
1 parent 1063eea commit fb97238

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitattributes

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
data export-ignore
2+
tests export-ignore
3+
.editorconfig export-ignore
4+
.php_cs.dist export-ignore
5+
.travis.yml export-ignore
6+
box.json.dist export-ignore
7+
composer.lock export-ignore
8+
CONTRIBUTING.md export-ignore
9+
phpstan.neon export-ignore
10+
phpunit.xml.dist export-ignore
11+
scoper.inc.php export-ignore

0 commit comments

Comments
 (0)