Differences between the directName and directName/ in .gitignore.
In the .gitignore there can edit like this:
venv
venv/
the vevn is a directory.
so what's the differences between them?
Differences between the directName and directName/ in .gitignore.
In the .gitignore there can edit like this:
venv
venv/
the vevn is a directory.
so what's the differences between them?
venv/ will basically ignore whole of the directory.