Skip to content

Commit 33d5cbd

Browse files
committed
minor #2243 [UX] Clean .gitignore / .gitattributes (rebase + merge #1969) (Kocal, smnandre)
This PR was merged into the 2.x branch. Discussion ---------- [UX] Clean .gitignore / .gitattributes (rebase + merge #1969) Finalize #1969 (thak you `@Kocal` !! 💐 ) Commits ------- ec11e49 Add `/doc` to .gitattributes export-ignore d9e9caa Clean and homogenize `src/*/.gitignore`
2 parents c9ab97f + ec11e49 commit 33d5cbd

39 files changed

+106
-54
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,7 @@ yarn-error.log
1212

1313
.doctor-rst.cache
1414
.php-cs-fixer.cache
15+
.phpunit.result.cache
16+
1517
/composer.lock
1618
/vendor

src/Autocomplete/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
/.symfony.bundle.yaml export-ignore
44
/assets/src export-ignore
55
/assets/test export-ignore
6+
/doc export-ignore
67
/phpunit.xml.dist export-ignore
78
/tests export-ignore

src/Autocomplete/.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1+
/assets/node_modules/
2+
/vendor/
13
/composer.lock
24
/phpunit.xml
3-
/vendor/
4-
/var/
55
/.phpunit.result.cache
6+
7+
/var

src/Chartjs/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
/assets/src export-ignore
55
/assets/test export-ignore
66
/assets/vitest.config.js export-ignore
7+
/doc export-ignore
78
/phpunit.xml.dist export-ignore
89
/tests export-ignore

src/Chartjs/.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1+
/assets/node_modules/
12
/vendor/
2-
.phpunit.result.cache
3-
.php_cs.cache
4-
composer.lock
3+
/composer.lock
4+
/phpunit.xml
5+
/.phpunit.result.cache

src/Cropperjs/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
/.symfony.bundle.yaml export-ignore
44
/assets/src export-ignore
55
/assets/test export-ignore
6+
/doc export-ignore
67
/phpunit.xml.dist export-ignore
78
/tests export-ignore

src/Cropperjs/.gitignore

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
vendor
2-
composer.lock
3-
.php_cs.cache
4-
.phpunit.result.cache
1+
/assets/node_modules/
2+
/vendor/
3+
/composer.lock
4+
/phpunit.xml
5+
/.phpunit.result.cache

src/Dropzone/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
/.symfony.bundle.yaml export-ignore
44
/assets/src export-ignore
55
/assets/test export-ignore
6+
/doc export-ignore
67
/phpunit.xml.dist export-ignore
78
/tests export-ignore

src/Dropzone/.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/assets/node_modules/
12
/vendor/
2-
.phpunit.result.cache
3-
composer.lock
3+
/composer.lock
4+
/phpunit.xml
5+
/.phpunit.result.cache

src/Icons/.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/.gitattributes export-ignore
22
/.gitignore export-ignore
33
/.symfony.bundle.yaml export-ignore
4+
/doc export-ignore
45
/phpunit.xml.dist export-ignore
56
/tests export-ignore

0 commit comments

Comments
 (0)