From 370e5757f0b211a5dc4bd508a98113d67c673d62 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Mon, 27 Mar 2023 15:13:30 +0200 Subject: [PATCH] gitignore appcode dir --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ecd170b..e71f807 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,5 @@ node_modules .storage *.log app.zip -.tmp \ No newline at end of file +.tmp +appcode \ No newline at end of file