forked from bitwes/Gut
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
24 lines (22 loc) · 833 Bytes
/
.gitattributes
File metadata and controls
24 lines (22 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Normalize EOL for all files that Git considers text files.
* text=auto eol=lf
# Exclude all top-level files and directories
# (except addons) from zip downloads.
# This makes installing Gut through the AssetLib
# easier, because no files and folders need to
# be unchecked.
/.gitattributes export-ignore
/.gitignore export-ignore
/CHANGES.md export-ignore
/default_env.tres export-ignore
/icon.png export-ignore
/icon.png.import export-ignore
/project.godot export-ignore
/README.md export-ignore
/.gutconfig.json export-ignore
/readme_gutconfig.json export-ignore
/scenes export-ignore
/scratch export-ignore
/scripts export-ignore
/templates export-ignore
/test export-ignore