> For the complete documentation index, see [llms.txt](https://sygnal.gitbook.io/sygnal-webflow-components/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sygnal.gitbook.io/sygnal-webflow-components/technical-notes/code-components.md).

# Code Components

## Remove .env from Git&#x20;

De-Auth existing keys, if .env has already been checked in&#x20;

```
echo .env >> .gitignore
git rm --cached .env 
git commit -m "Stop tracking .env" 
```

## De-Authorizing API Keys&#x20;

If you need to de-authorize and recreate an API key, go to;

* Go to the authorized Webflow workspace dashboard&#x20;
* Open Apps & Integrations / Manage&#x20;
* Under Connected Apps, find Webflow CLI and open it&#x20;
* Remove access for any Code Components you want &#x20;
