File tree 3 files changed +33
-18
lines changed
3 files changed +33
-18
lines changed Original file line number Diff line number Diff line change 1
- * text =auto
1
+ * text =auto
2
2
3
- * .txt text eol =lf
4
- * .md text eol =lf
5
- * .json text eol =lf
6
- * .yml text eol =lf
7
- * .xml text eol =lf
8
- .nvmrc text eol =lf
9
- * .ts text eol =lf
10
- * .js text eol =lf
11
- * .php text eol =lf
3
+ # Mark code files with the correct EOL.
4
+ * .txt text eol =lf
5
+ * .md text eol =lf
6
+ * .json text eol =lf
7
+ * .yml text eol =lf
8
+ * .xml text eol =lf
9
+ .nvmrc text eol =lf
10
+ * .ts text eol =lf
11
+ * .js text eol =lf
12
+ * .php text eol =lf
12
13
13
14
* .png binary
15
+
16
+ # Prevent Packagist from distributing some files.
17
+ /. * export-ignore
18
+ /README.md export-ignore
19
+ /CHANGELOG.md export-ignore
20
+ /src export-ignore
21
+ /package.json export-ignore
22
+ /package-lock.json export-ignore
23
+ /node_modules export-ignore
24
+ /composer.lock export-ignore
25
+ /vendor export-ignore
26
+ /extension.js export-ignore
27
+ /extension.js.map export-ignore
28
+ /jest.config.json export-ignore
29
+ /* .tar export-ignore
30
+ /* .vsix export-ignore
31
+ /tsconfig.json export-ignore
32
+ /webpack.config.js export-ignore
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.0.1] - 2024-01-29
10
+ ### Fixed
11
+ - Composer package should not contain unnecessary files.
12
+
9
13
## [ 3.0.0] - 2024-01-29
10
14
### Added
11
15
- Support using an ` obliviousharmony/vscode-phpcs-integration ` Composer package to provide
Original file line number Diff line number Diff line change 18
18
" vscode-phpcbf"
19
19
],
20
20
"readme" : " assets/phpcs-integration/README.md" ,
21
- "archive" : {
22
- "exclude" : [
23
- " *" ,
24
- " !/composer.json" ,
25
- " !/LICENSE.txt" ,
26
- " !/assets/phpcs-integration"
27
- ]
28
- },
29
21
"prefer-stable" : true ,
30
22
"minimum-stability" : " dev" ,
31
23
"require-dev" : {
You can’t perform that action at this time.
0 commit comments