# Add no patterns to .gitignore except for files generated by the build.
cmd/cue/cue
**/*.test
/dist
/.unity-bin
**/__debug_bin
**/.DS_Store
**/*.exe

# We use test module paths like mod.test or externalmod.test.
# Don't exclude those as if they were test binaries.
!**/*mod.test
