chore(gitignore): add exception for Debate_ directories
Add rules to include directories starting with "Debate_" and their contents in version control.
This commit is contained in:
parent
d6a0871ae6
commit
12e5e067c3
4
.gitignore
vendored
4
.gitignore
vendored
@ -4,5 +4,9 @@
|
||||
# Except markdown files
|
||||
!*.md
|
||||
|
||||
# Except directories beginning with "Debate_" and their contents
|
||||
!Debate_*/
|
||||
!Debate_*/**
|
||||
|
||||
# And this gitignore
|
||||
!.gitignore
|
||||
|
||||
Loading…
Reference in New Issue
Block a user