forked from danielmartin0/PlanetsLib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
30 lines (27 loc) · 857 Bytes
/
.gitattributes
File metadata and controls
30 lines (27 loc) · 857 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
25
26
27
28
# Auto detect text files and perform LF normalization
* text=auto
# files that should not get included in a release zip
README.md export-ignore
README_images export-ignore
.vscode export-ignore
.git export-ignore
.github export-ignore
.gitignore export-ignore
.gitattributes export-ignore
graphics/mipgenerator export-ignore
*.xcf export-ignore
*.gif export-ignore
graphics/research-center export-ignore
graphics/greenhouse/preview export-ignore
archive.sh export-ignore
update_documentation.sh export-ignore
docs export-ignore
docs_templates export-ignore
config.ld export-ignore
*.html export-ignore
*.ltp export-ignore
*.css export-ignore
.venv export-ignore
*.bat export-ignore
# .bat files are ignored in releases because they are forbidden on the Factorio portal. Sh files are included because they are not banned by the portal
*.exe export-ignore