Commit fa15869
committed
fix(gitignore): allow docs/build directory without requiring -f flag
Fix gitignore pattern to properly allow docs/build/ documentation
directory while still ignoring build artifacts in other locations.
Changes:
- Move !docs/build exception closer to **/build pattern
- Remove outdated comment about requiring git add -f
- Simplify gitignore configuration
Benefits:
- docs/build/ files can be added normally without -f
- Build artifacts still properly ignored elsewhere
- Clearer gitignore structure1 parent 0f94ae9 commit fa15869
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | 42 | | |
46 | 43 | | |
47 | 44 | | |
| |||
0 commit comments