Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit b7e0dbb

Browse files
authored
Merge pull request #8525 from magento/hg-configignore
Config Guide: Fix link to external file
2 parents 1f34d64 + 74f743f commit b7e0dbb

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

src/guides/v2.4/config-guide/prod/config-reference-gitignore.md

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
group: configuration-guide
3+
title: .gitignore reference
4+
functional_areas:
5+
- Configuration
6+
- System
7+
- Setup
8+
---
9+
10+
We include a base `.gitignore` file with the {{site.data.var.ce}} project repository. See [the latest Magento `.gitignore`](https://raw.githubusercontent.com/magento/magento2/2.4/.gitignore) file. If you need to add a file that is in the `.gitignore` list, you can use the -f (force) option when staging a commit:
11+
12+
```bash
13+
git add <path/filename> -f
14+
```

0 commit comments

Comments
 (0)