# Create a .dcignore file

To ignore certain files and directories, for example, `node_modules`, create a `.dcignore` file. You can create it in any directory on any level, starting from the directory where your Project resides. The file syntax is identical to `.gitignore`.

* Snyk recommends adding the file when there is no `.gitignore` file. Adding the file significantly reduces the files that need to be uploaded and speeds up the analysis.
* To quickly add the default `.dcignore` file, use the command provided by VS Code and the Snyk extension, `snyk create .dcignore file`, and save the newly created `.dcignore` file.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.snyk.io/developer-tools/snyk-ide-plugins-and-extensions/visual-studio-code-extension/create-a-.dcignore-file.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
