Skip to content

Commit c9198a5

Browse files
committed
copyedit
1 parent 42bc88d commit c9198a5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

organize/mintignore.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ The `.mintignore` file allows you to exclude specific files and directories from
88

99
Use `.mintignore` to keep drafts, internal notes, and source files out of your public documentation while maintaining them in your repository.
1010

11-
## Creating a .mintignore file
11+
## Create a .mintignore file
1212

13-
Create a `.mintignore` file in the root of your docs directory. This file uses the same pattern syntax as `.gitignore`, making it familiar and easy to configure.
13+
Create a `.mintignore` file in the root of your docs directory. This file uses the same pattern syntax as `.gitignore`.
1414

1515
```plaintext .mintignore
1616
# Exclude draft documents
@@ -24,20 +24,20 @@ internal/
2424
private-notes.md
2525
```
2626

27-
When Mintlify builds your documentation, it reads the `.mintignore` file and excludes any matching files or directories from processing. Excluded files:
27+
When Mintlify builds your documentation, it reads the `.mintignore` file and excludes any matching files or directories from processing.
2828

29-
- Won't appear in your published documentation
30-
- Won't be indexed for search
31-
- Won't be accessible to visitors
29+
Excluded files:
30+
- Don't appear in your published documentation.
31+
- Aren't indexed for search.
32+
- Aren't accessible to visitors.
3233

3334
<Note>
34-
Unlike [hidden pages](/organize/hidden-pages), files excluded by `.mintignore`
35-
are completely removed from your site and cannot be accessed by URL.
35+
Unlike [hidden pages](/organize/hidden-pages), files excluded by `.mintignore` are completely removed from your site and cannot be accessed by URL.
3636
</Note>
3737

3838
## Pattern syntax
3939

40-
The `.mintignore` file follows `.gitignore` syntax. Here are common patterns:
40+
The `.mintignore` file follows `.gitignore` syntax. Some common patterns include:
4141

4242
| Pattern | Description |
4343
| ------------------ | ---------------------------------------------- |

0 commit comments

Comments
 (0)