microsoft / qsharp-compiler

Q# compiler, command line tool, and Q# language server
https://docs.microsoft.com/quantum
MIT License
684 stars 172 forks source link

Prevent GitHub from excluding the build/ directory #1616

Closed minestarks closed 1 year ago

minestarks commented 1 year ago

Add a .gitattributes file, as described in the GitHub documentation, to prevent GitHub from excluding this folder from "Go to file". In our repo, this file contains lots of build scripts, so it helps when they're easily findable.

For the same change in another QDK repo, see: https://github.com/microsoft/qdk/pull/346