Commit eaf3294
committed
minor #4643 DX: Update .gitattributes and move ci-integration.sh to root of the project (kubawerlos, keradus)
This PR was merged into the 2.15 branch.
Discussion
----------
DX: Update .gitattributes and move ci-integration.sh to root of the project
This PR:
- adds leading `/` for paths in `.gitattributes` to indicate better they starts from project's root
- excludes all hidden paths (row `/.*`) from distribution by assumption hidden path is the one starting with dot
- fixes `box.json` to `box.json.dist` in `.gitattributes`
- excludes `phpstan.neon` from distribution
- moves `ci-integration.sh` from `dev-tool` to root
- excludes `dev-tools` from distribution
Commits
-------
9756467 DX: .gitattributes - sort entries
d77b693 Update .gitattributes and move ci-integration.sh to root of the projectFile tree
5 files changed
+22
-27
lines changed- src/Console/Command
- tests/Smoke
5 files changed
+22
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
24 | 19 | | |
25 | 20 | | |
26 | | - | |
27 | 21 | | |
28 | | - | |
29 | 22 | | |
| 23 | + | |
30 | 24 | | |
31 | | - | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | | - | |
| 288 | + | |
289 | 289 | | |
290 | 290 | | |
291 | 291 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
0 commit comments