Link to home
Start Free TrialLog in
Avatar of fantamen
fantamenFlag for Italy

asked on

Git Settings in VS 2013

I'm new with use of Git in Visual Studio.

I've created a repository in my web space and syncronization seems to work correctly. What I'm not able to configure is the exclusion of some folders from commits operations.
In VS ide I've found the Git Settings panel divided in Global Settings and Repository Settings. The first contains my credentials and the second one has two files called .gitignore and .gitattributes. I've attached .gitignore. The last two lines of the file contains folders to exclude. Every time I commit Installazioni and Simboli folders are included and i have to exclude manually. Someone can help me?
gitIgnore.txt
Avatar of pepr
pepr

Were the Insallazioni and Simboli folders added earlier? If yes, the .gitignore does not apply to them.
Avatar of fantamen

ASKER

It's possible. However is there a method to ignore these files?

Thank you
ASKER CERTIFIED SOLUTION
Avatar of pepr
pepr

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you
You are welcome ;)