This repository contains .gitattributes files for UiPath development. The .gitattributes file allows the GitHub linguist detect a file type. In this case it would be to set the .xaml file to C# or VB.Net.
Download or create the .gitattributes file and put it in the root of the project. This should be the UiPath project and also the folder used for the git init
command.
# Automatically normalize line endings for text files
* text=auto
# Language CSharp
*.xaml linguist-language=CSharp
# Automatically normalize line endings for text files
* text=auto
# Language VB.Net
*.xaml linguist-language=vb.net
- UiPath Automation Platform
- UiPath Studio
- Pulsar (Atom Successor) - Used for all my README.md files
- Shon Harsh Website 127.0.0.1
- This.GitHub