Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shonharsh/uipath-gitattributes

This repository contains .gitattrributes files for UiPath development.
https://github.com/shonharsh/uipath-gitattributes

academic artificial-intelligence atom automation bot config csharp education git gitattributes guide learning markdown process rpa studio training-materials trending uipath windows

Last synced: 3 months ago
JSON representation

This repository contains .gitattrributes files for UiPath development.

Awesome Lists containing this project

README

        

![](https://shonharsh.github.io/curriculum-vitae/Images/Banner-UiPath-01.png)

# UiPath-GitAttributes

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.

### Getting Started

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.

### Details

###### C#

```sh
# Automatically normalize line endings for text files
* text=auto

# Language CSharp
*.xaml linguist-language=CSharp
```

###### VB.Net
```sh
# Automatically normalize line endings for text files
* text=auto

# Language VB.Net
*.xaml linguist-language=vb.net
```

### Links
- [UiPath Automation Platform](https://www.uipath.com/)
- [UiPath Studio](https://www.uipath.com/product/studio)
- [Pulsar](https://pulsar-edit.dev/) (Atom Successor) - Used for all my README.md files
- [Shon Harsh Website 127.0.0.1](https://shonharsh.github.io/curriculum-vitae/index.html)
- [This.GitHub](https://github.com/shonharsh)
- [LinkedIn](https://www.linkedin.com/in/shonharsh/)