forked from TheDuckCow/godot-road-generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
22 lines (20 loc) · 875 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# LFS attributes
# Export ignores, so that these files are ignored when someone installs the
# plugin from the Godot Asset Library. You can test the changes by
# running: `git archive`
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.gut_editor_config.json export-ignore
/.gutconfig.json export-ignore
/CONTRIBUTING.md export-ignore
/default_env.tres export-ignore
/demo/ export-ignore
/icon.png export-ignore
/icon.png.import export-ignore
/LICENSE export-ignore
/project.godot export-ignore
/README.md export-ignore
/release.sh export-ignore
/run_tests.sh export-ignore
/test/ export-ignore