Seeking 'ignorelist' git version management
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
请先登录再写评论。
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