chore: update gitignore with yalc (#17426)
## Description Ignore `yalc` files when developing; `yalc` helps in integrating design-system changes in development.
This commit is contained in:
parent
7301c8538f
commit
0636b19e63
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -21,3 +21,8 @@ deploy/ansible/appsmith_playbook/inventory
|
|||
app/client/perf/traces/*
|
||||
.history
|
||||
stacks
|
||||
|
||||
# yalc files
|
||||
## This is for integrating design-system changes during development
|
||||
app/client/.yalc/
|
||||
app/client/yalc.lock
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user