Skip to content

Commit 5863f80

Browse files
authored
[Maintenance] Configure .gitattributes (#421)
| Q | A | --------------- | ----- | Branch? | 1.7 | Bug fix? | kinda | New feature? | no | Related tickets | related #412
2 parents fb1ee77 + da59ceb commit 5863f80

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitattributes

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
/.github export-ignore
2+
/etc export-ignore
3+
/spec export-ignore
4+
/tests/Application export-ignore
5+
/tests/DataFixtures export-ignore
6+
/tests/DependencyInjection export-ignore
7+
/tests/Integration export-ignore
8+
/tests/Service export-ignore
9+
/tests/Unit export-ignore
10+
.editorconfig export-ignore
11+
.gitattributes export-ignore
12+
.gitignore export-ignore
13+
behat.yml.dist export-ignore
14+
ecs.php export-ignore
15+
node_modules export-ignore
16+
phpspec.yml.dist export-ignore
17+
phpstan.neon.dist export-ignore
18+
phpunit.xml.dist export-ignore
19+
rector.php export-ignore
20+
symfony.lock export-ignore

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/vendor/
2+
/var/
23
/node_modules/
34
/composer.lock
45

0 commit comments

Comments
 (0)