Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save mrwanashraf/a23f0c328b8da9384bd5c68b99768307 to your computer and use it in GitHub Desktop.

Select an option

Save mrwanashraf/a23f0c328b8da9384bd5c68b99768307 to your computer and use it in GitHub Desktop.
make github detect gdscript in the languages section
### 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