mirror of
https://github.com/jimathy/jim_bridge.git
synced 2026-08-17 05:56:02 +01:00
16 lines
508 B
Plaintext
16 lines
508 B
Plaintext
# VCS / CI noise
|
|
/.gitattributes export-ignore
|
|
/.gitignore export-ignore
|
|
/.gitmodules export-ignore
|
|
/.github export-ignore
|
|
|
|
# Dev tooling/config
|
|
/.vscode export-ignore
|
|
*.code-workspace export-ignore
|
|
/.editorconfig export-ignore
|
|
/.eslintrc* export-ignore
|
|
/.prettier* export-ignore
|
|
|
|
# Omit release-only helpers
|
|
/server/restaurantchecker.lua export-ignore
|
|
/server/installitems.lua export-ignore |