mirror of
https://github.com/jimathy/jim-boarding.git
synced 2026-03-31 06:23:54 -04:00
Automate release zips and make them generate the folder name correctly This helps users download a correctly named script so they dont end up with a script with a version number in the title
12 lines
335 B
Plaintext
12 lines
335 B
Plaintext
# VCS / CI noise
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
.github/** export-ignore
|
|
.gitmodules export-ignore
|
|
|
|
# Dev tooling/config
|
|
.vscode/** export-ignore
|
|
*.code-workspace export-ignore
|
|
.editorconfig export-ignore
|
|
.eslintrc* export-ignore
|
|
.prettier* export-ignore |