After creating a .gitignore file I still have Library folder?

image

after creating GitIgnore I still have Library folder !! what should I do?

Hi Sharif,

The .gitignore file doesn’t indicate folders which should be deleted, so having a /library directory (and others) is normal. The .gitignore file simply instruction Git which files should be excluded from your repository.

Hope this helps :slight_smile:


See also;

thanks Rob so much <3

1 Like

You’re very welcome :slight_smile:

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms