mirror of
https://github.com/ptarmiganlabs/butler-sos.git
synced 2025-12-19 09:47:53 -05:00
42 lines
934 B
Plaintext
42 lines
934 B
Plaintext
# -----------------------------
|
|
# Exclude files from releases
|
|
# git files
|
|
.gitattributes export-ignore
|
|
.gitignore export-ignore
|
|
.github export-ignore
|
|
# misc development config files
|
|
.vscode export-ignore
|
|
src/.dockerignore export-ignore
|
|
src/.eslintrc.yml export-ignore
|
|
src/.jshintrc export-ignore
|
|
src/.prettierignore export-ignore
|
|
src/.prettierrc.yaml export-ignore
|
|
src/.snyk export-ignore
|
|
src/Dockerfile export-ignore
|
|
.codeclimate.yml export-ignore
|
|
.editorconfig export-ignore
|
|
.jshintrc export-ignore
|
|
.release-please-manifest.json export-ignore
|
|
release-please-config.json export-ignore
|
|
renovate.json export-ignore
|
|
release-config export-ignore
|
|
release export-ignore
|
|
release-macos export-ignore
|
|
|
|
# general text files
|
|
|
|
# -----------------------------
|
|
# Enforce Unix newlines
|
|
* text eol=lf
|
|
|
|
# -----------------------------
|
|
# binaries
|
|
*.ai binary
|
|
*.psd binary
|
|
*.jpg binary
|
|
*.gif binary
|
|
*.png binary
|
|
*.jpeg binary
|
|
*.qvf binary
|
|
*.zip binary
|