Skip to content

Instantly share code, notes, and snippets.

View DassoAhmed's full-sized avatar
🎯
Focusing

ahmed Dasso DassoAhmed

🎯
Focusing
View GitHub Profile
@DassoAhmed
DassoAhmed / .gitignore
Created March 21, 2022 12:54 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #
@DassoAhmed
DassoAhmed / .gitattributes
Created March 21, 2022 12:44 — forked from Srfigie/.gitattributes
.gitattributes for Unity3D with git-lfs
## Unity ##
*.cs diff=csharp text
*.cginc text
*.shader text
*.mat merge=unityyamlmerge eol=lf
*.anim merge=unityyamlmerge eol=lf
*.unity merge=unityyamlmerge eol=lf
*.prefab merge=unityyamlmerge eol=lf