Skip to content

Instantly share code, notes, and snippets.

View progklb's full-sized avatar
🐢

Kevin Lloyd Baynham progklb

🐢
View GitHub Profile
@progklb
progklb / .gitattributes
Last active October 24, 2022 13:20
[Git Attributes (Standardized)] A standardized Git attributes files for working with Git LFS. #git
# C#
*.cs text eol=lf diff=csharp
# Java
*.java text eol=lf diff=java
# Javascript
*.js text eol=lf
# Python
@progklb
progklb / .gitignore
Created October 24, 2022 13:22
[Git Ignore (Unity)] Standardized Git Ignore file for Unity projects. #unity #git
# This .gitignore file should be placed at the root of your Unity project directory
#
# Get latest from https://github.com/github/gitignore/blob/master/Unity.gitignore
#
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/