Skip to content

Commit

Permalink
fixed missing build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Mar 13, 2023
1 parent 53025bf commit 92b9cc8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ app/android/AndroidManifest.xml
app/android/res/raw/
compile_flags.txt
tags
build*
build_*
*.bak
4 changes: 4 additions & 0 deletions build/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

0 comments on commit 92b9cc8

Please sign in to comment.