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

Commit 74f743f

Browse files
committed
Create config-reference-gitignore.md
1 parent 4db1be1 commit 74f743f

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
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)