Created
August 26, 2020 20:35
-
-
Save mrwanashraf/a23f0c328b8da9384bd5c68b99768307 to your computer and use it in GitHub Desktop.
make github detect gdscript in the languages section
This file contains hidden or 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
| ### make github detect gdscript in the languages section | |
| # navigate to path where your godot project is | |
| > 🐧Linux/Unix, MacOS | |
| echo "*.gd linguist-language=GDScript" > .gitattributes | |
| > 🪟 Windows | |
| 1- create a file named .gitattributes inside godot project | |
| 2- paste "*.gd linguist-language=GDScript" inside of it without "" | |
| > save and push to github |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment