22 lines
744 B
Plaintext
22 lines
744 B
Plaintext
# Ignore the Samples symlink, which links to Samples~. This symlink exists
|
|
# so that the distributed package ships its samples in a folder called
|
|
# Samples~ (which Unity will ignore, and users can import into their projects
|
|
# when they want to), while the sameples are visible in the package when
|
|
# developing.
|
|
Samples
|
|
Samples.meta
|
|
|
|
# Ignore markdown files when packaging for asset stores - they'll be converted
|
|
# into PDFs or other more readable formats.
|
|
*.md
|
|
*.md.meta
|
|
|
|
# Ignore test files, which don't need to be shipped (they're not needed by
|
|
# end-users)
|
|
Tests
|
|
Tests.meta
|
|
|
|
# Ignore the file that defines which way we install the samples - the
|
|
# appropriate setting will be manually copied in.
|
|
YarnPackageImporter.SamplesInstallApproach.cs
|