-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
.gitattributes
23 lines (22 loc) · 881 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf
/.github export-ignore
/.vscode export-ignore
/Assets export-ignore
/docs export-ignore
/Demo export-ignore
/Resources export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/Demo.cs export-ignore
/Demo.tscn export-ignore
/LICENSE export-ignore
/preview.gif export-ignore
/preview_image.png export-ignore
/preview_image.png.import export-ignore
/project.godot export-ignore
/README.md export-ignore
/TerraBrush.csproj export-ignore
/terrabrush.png export-ignore
/terrabrush.png.import export-ignore
/TerraBrush.sln export-ignore