-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy path.gitattributes
33 lines (32 loc) · 1.08 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf
/.git export-ignore
/.github export-ignore
/.godot export-ignore
/.idea export-ignore
/.vscode export-ignore
/addons/godot-playfab/test export-ignore
/addons/gdUnit4 export-ignore
/addons/godotsteam export-ignore
/Assets export-ignore
/docs export-ignore
/raw_assets export-ignore
/Scenes export-ignore
/Scripts export-ignore
/Textures export-ignore
/.editorconfig export-ignore
/.gdlintrc export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.asset-template.json.hb export-ignore
/default_env.tres export-ignore
/demo-scene.gif export-ignore
/export_presets.cfg export-ignore
/GitVersion.yml export-ignore
/icon.png export-ignore
/icon.png.import export-ignore
/LICENSE export-ignore
/project.godot export-ignore
/README.md export-ignore
/runtest.cmd export-ignore
/runtest.sh export-ignore