You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The thing is, many of the files that I have present are SQL, and also, people dealing in data analysis and SQL improvements will benefit from this as it shows that their portfolio does contain "SQL" files as well, which is necessary as no one will visit every repo in search for it.
Describe the solution you'd like
The solution i used was simple add a line in .gitattributes as:
*.sql linguist-detectable=true
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The thing is, many of the files that I have present are SQL, and also, people dealing in data analysis and SQL improvements will benefit from this as it shows that their portfolio does contain "SQL" files as well, which is necessary as no one will visit every repo in search for it.
Describe the solution you'd like
The solution i used was simple add a line in .gitattributes as:
*.sql linguist-detectable=true
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: