## Description
- Introduced task-list.mdc for guidelines on creating and managing task
lists in Markdown format, detailing structure and maintenance practices.
- Added TASKS.md to .gitignore to prevent tracking of project-specific
task files.
Fixes #`Issue Number`
_or_
Fixes `Issue URL`
> [!WARNING]
> _If no issue exists, please create an issue first, and check with the
maintainers if the issue is valid._
## Automation
/ok-to-test tags=""
### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results -->
> [!CAUTION]
> If you modify the content in this section, you are likely to disrupt
the CI result for your PR.
<!-- end of auto-generated comment: Cypress test results -->
## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [ ] No
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Documentation**
- Introduced a new guideline document outlining best practices for
creating and maintaining task lists in Markdown files, including
structure, maintenance, and AI usage instructions.
- **Chores**
- Updated the `.gitignore` file to exclude `TASKS.md` from version
control, ensuring project-specific task files are not tracked.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
48 lines
894 B
Plaintext
48 lines
894 B
Plaintext
.DS_Store
|
|
*.iml
|
|
.env
|
|
|
|
stacks
|
|
/deploy/docker/fs/opt/appsmith/info.json
|
|
|
|
# Server artifacts
|
|
/deploy/docker/fs/opt/appsmith/server
|
|
|
|
# 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
|
|
|
|
# helm dependencies
|
|
deploy/helm/charts
|
|
|
|
# yalc files
|
|
## This is for integrating design-system changes during development
|
|
app/client/.yalc/
|
|
app/client/yalc.lock
|
|
|
|
# editor related
|
|
.vscode/*
|
|
.idea
|
|
.fleet/*
|
|
app/client/.fleet/*
|
|
.lens
|
|
|
|
# Observability related local storage
|
|
utils/observability/tempo-data/*
|
|
|
|
# Ignore the mongo data backup directory for Mongo to PG migrations
|
|
mongo-data**
|
|
|
|
# ignore the task file as it will be different for different project implementations.
|
|
TASKS.md
|