This is very annoying. My IDE puts a .idea file in the project, which is in my gitignore. micro-dev does not seem to respect the --ignore flag. I have tried:
--ignore=.idea/
--ignore=.idea/*
--ignore=**/*.xml
--ignore=*.xml
And all other kinds of patterns. Unfortunately combined with #55 it makes micro-dev pretty unusable right now :'(
This is very annoying. My IDE puts a
.ideafile in the project, which is in my gitignore.micro-devdoes not seem to respect the--ignoreflag. I have tried:--ignore=.idea/--ignore=.idea/*--ignore=**/*.xml--ignore=*.xmlAnd all other kinds of patterns. Unfortunately combined with #55 it makes
micro-devpretty unusable right now :'(