Cleanup
This commit is contained in:
parent
c2f369e808
commit
973f6f8e47
2 changed files with 5 additions and 2 deletions
2
.gitattributes
vendored
2
.gitattributes
vendored
|
|
@ -129,7 +129,7 @@ LightingData.asset binary
|
|||
*.tiff lfs
|
||||
*.webp lfs
|
||||
|
||||
# Design Source Files (Imported from asd.gitattributes)
|
||||
# Design Source Files
|
||||
*.ai lfs
|
||||
*.afdesign lfs
|
||||
*.afphoto lfs
|
||||
|
|
|
|||
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,3 +1,7 @@
|
|||
# -------------------------------------------------------------------------
|
||||
# UNITY GITIGNORE
|
||||
# -------------------------------------------------------------------------
|
||||
|
||||
# Core Unity ignores
|
||||
# .utmp is used by newer Unity versions/packages
|
||||
.utmp/
|
||||
|
|
@ -90,7 +94,6 @@ crashlytics-build.properties
|
|||
# -------------------------------------------------------------------------
|
||||
|
||||
# Addressables
|
||||
# (File 1 had superior coverage here vs File 2's basic "aa" rule)
|
||||
/ServerData
|
||||
/[Aa]ssets/StreamingAssets/aa*
|
||||
/[Aa]ssets/AddressableAssetsData/link.xml*
|
||||
|
|
|
|||
Loading…
Reference in a new issue