github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/.gitattributes (about)

     1  # Ignore everything except Go files in the root directory and its subdirectories
     2  /**/*.go linguist-vendored=false
     3  
     4  # Indicate that doc/contains Go documentation
     5  /doc/** linguist-language=Markdown
     6  
     7  # We indicate that static_source/contains TypeScript code
     8  /static_source/** linguist-language=TypeScript
     9  
    10  # Specify the main language of the repository as Go
    11  * linguist-language=Go