Files
container/.gitignore
T
Danny Canter 0f18608f0e gitignore: Remove editor specific git ignore rules (#106)
These truthfully should be up to users to maintain, as trying to add
everyones editor of choice config directories here isn't ideal.

This additionally adds a section in contributing on the new stance.
2025-06-12 10:37:59 -04:00

29 lines
246 B
Plaintext

.DS_Store
bin
libexec
.build
.local
xcuserdata/
DerivedData/
.swiftpm/
.netrc
.swiftpm
workdir/
installer/
.venv/
test_results/
*.pid
*.log
*.zip
*.o
*.ext4
*.pkg
*.swp
*.tar.gz
*.tar.xz
vmlinux
# API docs for local preview only.
_site/
_serve/