diff options
author | Jed Fox <git@jedfox.com> | 2023-03-28 11:39:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-28 19:39:01 +0300 |
commit | 20e1e84884376b3fb44ffbfd48d478b2934b0b5e (patch) | |
tree | 817c4973a1e38682a4aa6bf679cb928865cd5169 /.gitignore | |
parent | c1f885067c61191a07a1aedf684168dda62f3f71 (diff) |
deploy : add a Package.swift for SwiftPM support (#393)
* Add a Package.swift for SwiftPM support
* Swap from exclusions to allowlist
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,7 @@ .vscode/ .DS_Store +.build/ build/ build-em/ build-debug/ @@ -27,3 +28,7 @@ compile_commands.json .envrc .direnv/ + +.venv +__pycache__ +.swiftpm |