Skip to content

Commit 08a3226

Browse files
committed
Fix for the config .gitignore.
Signed-off-by: Mloc-Argent <[email protected]>
1 parent 10cb810 commit 08a3226

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.gitignore

-6
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,3 @@
44
*.rsc
55
*.dmb
66
*.lk
7-
8-
#ignore any files in config/, except those in subdirectories.
9-
/config/*
10-
!/config/*/*
11-
12-
/baystation12.int

config/.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#ignore everything here, except subdirectories.
2+
*
3+
!*/

0 commit comments

Comments
 (0)