Modified Files

+ Large Binary files now tracked by LFS (inside .gitattributes)

+ Debug, Collections and Developers directories inside the .gitignore file
This commit is contained in:
Steven Medeiros Melo
2023-05-10 20:53:21 -04:00
parent a1b7171d86
commit 0cb6ec2b34
2 changed files with 18 additions and 1 deletions

5
.gitignore vendored
View File

@@ -72,3 +72,8 @@ Plugins/*/Intermediate/*
# Cache files for the editor to use
DerivedDataCache/*
# User specific files
Debug/*
Collections/*
Developers/*