Closed bharathkumarchowdary closed 1 year ago
There is a .gitignore file in that folder, are you sure that the folder isn't ignored by configuration?
I was running this command for deploying while the gh-pages branch was checked out
npx angular-cli-ghpages --dir=dist/engg-calc/ --branch=gh-pages
realised if I run that command while on any other branch(master), the deletion of .idea folder files is not happening. Those files were untouched
I'm sure that if I run the above command while being on gh-pages branch, it will definitely delete all source code and also files of .idea
I have no idea how to reproduce this issue. Feel free to reopen this issue if you have a demo to reproduce the problem.
When using angular-cli-ghpages for deploying to GitHub Pages with this command
npx angular-cli-ghpages --dir=dist/engg-calc/ --branch=gh-pages
the following files from .idea folder which is a configuration storage folder for IntelliJ IDEA IDEs like WebStorm etc, are getting deleted