.gitignore: Ignore ./bots symlink as well
On developer systems, bots is commonly a symlink to a shared checkout, accept non-directories as well. Also, only ignore it at the top level of the project directory.
This commit is contained in:
parent
b2662eeebd
commit
07784820fd
1 changed files with 1 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -8,7 +8,7 @@ dist/
|
||||||
/.vagrant
|
/.vagrant
|
||||||
package-lock.json
|
package-lock.json
|
||||||
Test*FAIL*
|
Test*FAIL*
|
||||||
bots/
|
/bots
|
||||||
test/common/
|
test/common/
|
||||||
test/images/
|
test/images/
|
||||||
src/lib/
|
src/lib/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue