fixed missing build dir

This commit is contained in:
matlabbe
2023-03-13 03:20:06 -07:00
parent 53025bf059
commit 92b9cc89e0
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@@ -10,5 +10,5 @@ app/android/AndroidManifest.xml
app/android/res/raw/ app/android/res/raw/
compile_flags.txt compile_flags.txt
tags tags
build* build_*
*.bak *.bak

4
build/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore