Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create .gitattributes #1384

Merged
merged 1 commit into from Oct 26, 2022
Merged

Conversation

DaJansenGit
Copy link
Member

@DaJansenGit DaJansenGit commented Oct 26, 2022

With the added .gitattributes the Motoko language should not be displayed anymore in our used Program Languages.

As linguist only looks into the default branch we will see the results after merging into development.

To prove that it works I ran linguist locally, but locally it always detects .mo as Modelica. So let's hope for the best:

Before:

94.70%  15697520   Modelica
2.39%   396027     Python
1.46%   242400     C
0.67%   111408     HTML
0.26%   43643      CSS
0.22%   37254      JavaScript
0.09%   14241      Java
0.05%   9067       TeX
0.05%   7489       Shell
0.05%   7486       Batchfile
0.04%   6302       Makefile
0.02%   3966       C++

After:

PS D:\02_Git\linguist> docker run --rm -v D:/02_Git/AixLib/:/AixLib -w /AixLib -t linguist github-linguist
94.70%  15697520   Modelica
2.39%   396027     Python
1.46%   242400     C
0.67%   111408     HTML
0.26%   43643      CSS
0.22%   37254      JavaScript
0.09%   14241      Java
0.05%   9067       TeX
0.05%   7489       Shell
0.05%   7486       Batchfile
0.04%   6302       Makefile
0.02%   3966       C++

closes #1383

@DaJansenGit DaJansenGit linked an issue Oct 26, 2022 that may be closed by this pull request
@DaJansenGit DaJansenGit merged commit 945b7be into development Oct 26, 2022
@DaJansenGit DaJansenGit deleted the 1383-wrong-program-languages branch October 26, 2022 15:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong Program languages
2 participants