PromucFlow_constructor/.gitignore
f0c1s 0636b19e63
chore: update gitignore with yalc (#17426)
## Description

Ignore `yalc` files when developing; `yalc` helps in integrating design-system changes in development.
2022-10-10 11:14:48 +05:30

29 lines
487 B
Plaintext

.DS_Store
.idea
*.iml
.env
.vscode/*
app/client/cypress.env.json
stacks
# to ignore the node_modeules folder
node_modules
# to ignore the package-lock.json file
package-lock.json
# test coverage
coverage-summary.json
app/client/cypress/locators/Widgets.json
deploy/ansible/appsmith_playbook/inventory
# performance tests
app/client/perf/traces/*
.history
stacks
# yalc files
## This is for integrating design-system changes during development
app/client/.yalc/
app/client/yalc.lock