forked from AnidemDex/Godot-DialogPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
28 lines (28 loc) · 1.07 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
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf
# Ignore all top level files from dowload ZIP downloads.
# This may help with the AssetLib download, making it easier to install.
/.gitattributes export-ignore
/.gitignore export-ignore
/.gitbook.yaml export-ignore
/LICENSE export-ignore
/LICENSE.md export-ignore
/README.md export-ignore
/CONTRIBUTING.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
/project.godot export-ignore
/icon.png export-ignore
/icon.svg export-ignore
/default_env.tres export-ignore
.images/ export-ignore
tests/ export-ignore
docs/ export-ignore
addons/WAT/ export-ignore
# Ignore the event system subtree too, just in case
addons/event_system_plugin/ export-ignore
.github/ export-ignore
*.png filter=lfs diff=lfs merge=lfs -text
*.wav filter=lfs diff=lfs merge=lfs -text
*.ogg filter=lfs diff=lfs merge=lfs -text
*.svg filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text