hasura / ddn-sample-app

MIT License
6 stars 3 forks source link

git ignore for JS files #27

Closed rahulagarwal13 closed 3 months ago

rahulagarwal13 commented 3 months ago

special gitignore, if we change them they should be tracked. But the project language should not change to javascript. Is this possible? https://github.com/hasura/ddn_beta_ecommerce/tree/main/Composability/ProductHomePage/REST%20Implementation

soorajshankar commented 3 months ago

This seems tricky, we can make these files markdown (.md) files so that we get both code highlights and easier way to visualise the comments

soorajshankar commented 3 months ago

https://github.com/hasura/ddn_beta_ecommerce/pull/39 ^ this could potentially solve this