Seeking 'ignorelist' git version management Follow
Hello!
I work with the Git version control
I want ausschliesen directories and files from the version management.
With Php Storm I have a 'ignorelist' created.
If I now in my working directory look, then I can this 'ignorelist' not found.
Who can help with an idea?
Sincerely yours
Stephan
Please sign in to leave a comment.
Hello!
you have to create a .gitignore file manually and all files there. WebStorm doesn't add files specified in Settings/Version Control/Ignored Files to .gitignore
Please vote for http://youtrack.jetbrains.com/issue/IDEA-60354