In .gitignore what’s the difference between
dir
dir/
dir/*
?
As more real-life scenario, consider config
instead of dir
, when there are config
-dirs and config
-files
In .gitignore what’s the difference between
dir
dir/
dir/*
?
As more real-life scenario, consider config
instead of dir
, when there are config
-dirs and config
-files