Files
container/.gitignore
Kathryn Baldauf a84389e517 Remove editor specific git ignore rules (#197)
These should be up to users to maintain, as trying to add everyones
editor of choice config directories here isn't ideal.

Matches https://github.com/apple/containerization/pull/106

Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>
2025-06-13 14:47:16 -07:00

29 lines
251 B
Plaintext

.DS_Store
bin
libexec
.build
.local
xcuserdata/
DerivedData/
Packages/
.swiftpm/
.netrc
.swiftpm
api-docs/
workdir/
installer/
.venv/
.clitests/
test_results/
*.pid
*.log
*.zip
*.o
*.ext4
*.pkg
*.swp
# API docs for local preview only.
_site/
_serve/