From 0636b19e632adc118929a74ed23a4dcd35633745 Mon Sep 17 00:00:00 2001 From: f0c1s Date: Mon, 10 Oct 2022 11:14:48 +0530 Subject: [PATCH] chore: update gitignore with yalc (#17426) ## Description Ignore `yalc` files when developing; `yalc` helps in integrating design-system changes in development. --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a9bd327675..a37763e088 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,9 @@ deploy/ansible/appsmith_playbook/inventory # performance tests app/client/perf/traces/* .history -stacks \ No newline at end of file +stacks + +# yalc files +## This is for integrating design-system changes during development +app/client/.yalc/ +app/client/yalc.lock