-
Notifications
You must be signed in to change notification settings - Fork 79
/
.gitattributes
29 lines (27 loc) · 992 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
24
25
26
27
28
29
#
# Auto detect text files and perform LF normalization.
#
* text=auto eol=lf
#
# Exclude parts of the project that are not required for runtime and/or simply clutter up the final
# release artifact from exported archives. The net affect of these ignores is that the plugin only
# contains what is absolutely necessary when downloaded from the Godot Asset Library.
#
# The affect of these exclusions can be tested by running `git archive` on this repository.
#
/.github export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.gitmodules export-ignore
/.gutconfig.json export-ignore
/demo/ export-ignore
/test/ export-ignore
/addons/gut/ export-ignore
/icon.png export-ignore
/icon.png.import export-ignore
/project.godot export-ignore
/default_env.tres export-ignore
/LICENSE export-ignore
/README.md export-ignore
/CODE_OF_CONDUCT.md export-ignore
* text=auto eol=lf