Add explanations about the ! prefix in ignore files (v1.6.20)
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
# v0 ignore file
|
||||
# Additional patterns beyond .gitignore for v0's context
|
||||
|
||||
# You can use the ! prefix to include files that are excluded by .gitignore
|
||||
# Example: !important-file.log (This would include important-file.log even if *.log is in .gitignore)
|
||||
|
||||
# v0-specific temporary files
|
||||
.v0-tmp/
|
||||
|
Reference in New Issue
Block a user