Skip to content

Commit f658828

Browse files
author
PsCustomObject
committed
Fixed post formatting
1 parent a40cd5c commit f658828

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

_posts/2025-05-04-getting-started-with-gitignore.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ To create a `.gitignore` file:
2727

2828
```bash
2929
touch .gitignore
30-
3130
```
3231

3332
3. Open the file in your preferred text editor and add patterns for files/directories to ignore.
@@ -45,21 +44,6 @@ node_modules/
4544
dist/
4645
```
4746

48-
3. Open the file in your preferred text editor and add patterns for files/directories to ignore.
49-
50-
Example:
51-
52-
```gitignore
53-
# Ignore node_modules directory
54-
node_modules/
55-
56-
# Ignore all .log files
57-
*.log
58-
59-
# Ignore build output
60-
dist/
61-
```
62-
6347
---
6448

6549
## 🔄 Applying `.gitignore` to Already Tracked Files

0 commit comments

Comments
 (0)