We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a40cd5c commit f658828Copy full SHA for f658828
_posts/2025-05-04-getting-started-with-gitignore.md
@@ -27,7 +27,6 @@ To create a `.gitignore` file:
27
28
```bash
29
touch .gitignore
30
-
31
```
32
33
3. Open the file in your preferred text editor and add patterns for files/directories to ignore.
@@ -45,21 +44,6 @@ node_modules/
45
44
dist/
46
47
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
63
---
64
65
## 🔄 Applying `.gitignore` to Already Tracked Files
0 commit comments