Ignore _build and quilt .pc dirs via .gitignore

This commit is contained in:
Penelope Gwen 2024-06-11 14:44:53 -06:00
parent bad9eff45e
commit b7689fcc97

4
.gitignore vendored
View file

@ -20,4 +20,6 @@
# Go workspace file
go.work
.idea/
.idea/
/.pc/
/_build/