🛠 Add .gitignore to build directory

This commit is contained in:
Dan Jones 2024-10-28 11:30:52 -05:00
commit 31ebd4ed91
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,2 +1 @@
build/
.task/ .task/

2
build/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
*
!.gitignore