9 lines
144 B
Plaintext
9 lines
144 B
Plaintext
# Ignore actual asset files (they're copyrighted and large)
|
|
*.pak
|
|
*.unity3d
|
|
*.bundle
|
|
|
|
# But keep the directory structure
|
|
!.gitignore
|
|
!README.md
|