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
7
.gitignore
vendored
7
.gitignore
vendored
|
|
@ -20,4 +20,9 @@ deploy/ansible/appsmith_playbook/inventory
|
||||||
# performance tests
|
# performance tests
|
||||||
app/client/perf/traces/*
|
app/client/perf/traces/*
|
||||||
.history
|
.history
|
||||||
stacks
|
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