FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
vscode-codeql/.gitattributes at main · github/vscode-codeql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
vscode-codeql
Public
Notifications
You must be signed in to change notification settings
Fork
239
Star
537
Code
Issues
146
Pull requests
8
Actions
Projects
Wiki
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
vscode-codeql
/
.gitattributes
Copy path
More file actions
More file actions
Latest commit
History
History
History
28 lines (24 loc) · 1.33 KB
Breadcrumbs
vscode-codeql
/
.gitattributes
Copy path
File metadata and controls
28 lines (24 loc) · 1.33 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
Don't allow people to merge changes to these generated files, because the result
#
may be invalid. You need to run "rush update" again.
pnpm-lock.yaml
merge
=
binary
shrinkwrap.yaml
merge
=
binary
npm-shrinkwrap.json
merge
=
binary
yarn.lock
merge
=
binary
#
Rush's JSON config files use JavaScript-style code comments. The rule below prevents pedantic
#
syntax highlighters such as GitHub's from highlighting these comments as errors. Your text editor
#
may also require a special configuration to allow comments in JSON.
#
#
For more information, see this issue: https://github.com/Microsoft/web-build-tools/issues/1088
#
*
.json
linguist-language
=
JSON-with-Comments
#
Reduce incidence of needless merge conflicts on CHANGELOG.md
#
The man page at
#
https://mirrors.edge.kernel.org/pub/software/scm/git/docs/gitattributes.html
#
suggests that this might interleave lines arbitrarily, but empirically
#
it keeps added chunks contiguous
CHANGELOG.md
merge
=
union
#
Mark some JSON files containing test data as generated so they are not included
#
as part of diffs or language statistics.
extensions
/
ql-vscode
/
src
/
stories
/
variant-analysis
/
data
/
*
.json
linguist-generated
#
Always use LF line endings, also on Windows
*
text
=
auto
eol
=
lf
Back
|
FazBrowse Home
|
New Git URL