aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2022-03-06 00:01:05 +0530
committerGitHub <noreply@github.com>2022-03-05 18:31:05 +0000
commit47aecbca538d1109b37853eb4912cfe80b7804df (patch)
tree88ac663027a767af7cd66cf7681019009ad07586 /.gitignore
parent208e49e4d51891f2a3d16647ceb43eef9eebfce6 (diff)
Follow-up fixes to snapshot deployment (#1768)
* scripts/deploy-snapshot: ensure GITHUB_WORKSPACE is set when script is run * scripts/deploy-snapshot: prevent command output from breaking comparison * scripts/deploy-snapshot: fix shellcheck nits * gitignore: add outputs directory * github: pass privileged token to deployment script
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 6dbf3b8c..d647d4bc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -153,3 +153,6 @@ fabric.properties
!/gradle/wrapper/gradle-wrapper.jar
# End of https://www.gitignore.io/api/androidstudio,gradle
+
+# Default output directory for APK and Bundle collection tasks
+app/outputs