diff options
author | Felipe Erias <felipeerias@igalia.com> | 2021-11-22 14:54:26 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 14:54:26 +0900 |
commit | dce4b304fac44639505f3204ba83e7f2d10dcb72 (patch) | |
tree | d82a0ba99f9f5adbfe75f042ad57b07d55ba7bf6 | |
parent | 1f88d88f3f37e0f9f23cbb71d17a2d9aa24c384d (diff) |
Update .gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -44,3 +44,6 @@ app.*.map.json /android/app/debug /android/app/profile /android/app/release + +# the linux folder should be present when buikding for AGL +linux/ |