I've searched my box. I have no global or local .gitignore file. the dir's and files are not in in .git/info/excludes
but if I git status --ignored
my dir's are listed there. Even if I change the dir names they are still in the list of ignored items.
Any ideas would be handy
edit
# On branch master
# Initial commit.
#
# Ignored files:
# (use "git add -f <file>..." to include in what will be committed)
#
# dir1/
# dir2/
nothing to commit (create/copy files and use "git add" to track)
yes there are files and folders in dir 1 and 2
I tried git check-ignore dir1
No output was returned