Add gitignore for all modules

Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
William Brawner 2020-09-04 13:26:38 -07:00
parent 316bd8aeae
commit d23fdafc1f
4 changed files with 4 additions and 1 deletions

1
android/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
build/

2
app/.gitignore vendored
View file

@ -1 +1 @@
/build build/

1
server/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
build/

1
shared/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
build/