Skip to content

Commit

Permalink
Exclude .gyp files from git language detection (#6168)
Browse files Browse the repository at this point in the history
.gyp is being detected as python which is causing CodeQL to expect a
python snapshot
  • Loading branch information
tnorling authored Jun 27, 2023
1 parent f714b51 commit 5cd5987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* text=auto
*.json linguist-language=JSON-with-Comments
*.gyp -linguist-detectable

0 comments on commit 5cd5987

Please sign in to comment.