-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
644adc8
commit 6a7a23c
Showing
3 changed files
with
33 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,32 @@ | ||
* text=auto | ||
* text=auto | ||
|
||
*.txt text eol=lf | ||
*.md text eol=lf | ||
*.json text eol=lf | ||
*.yml text eol=lf | ||
*.xml text eol=lf | ||
.nvmrc text eol=lf | ||
*.ts text eol=lf | ||
*.js text eol=lf | ||
*.php text eol=lf | ||
# Mark code files with the correct EOL. | ||
*.txt text eol=lf | ||
*.md text eol=lf | ||
*.json text eol=lf | ||
*.yml text eol=lf | ||
*.xml text eol=lf | ||
.nvmrc text eol=lf | ||
*.ts text eol=lf | ||
*.js text eol=lf | ||
*.php text eol=lf | ||
|
||
*.png binary | ||
|
||
# Prevent Packagist from distributing some files. | ||
/.* export-ignore | ||
/README.md export-ignore | ||
/CHANGELOG.md export-ignore | ||
/src export-ignore | ||
/package.json export-ignore | ||
/package-lock.json export-ignore | ||
/node_modules export-ignore | ||
/composer.lock export-ignore | ||
/vendor export-ignore | ||
/extension.js export-ignore | ||
/extension.js.map export-ignore | ||
/jest.config.json export-ignore | ||
/*.tar export-ignore | ||
/*.vsix export-ignore | ||
/tsconfig.json export-ignore | ||
/webpack.config.js export-ignore |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters