I am new to Google App Engine and I am having problem with deploying my application as I am getting the following errors
"SEVERE: Invalid character in filename: __static__/resources/js/morris.js-0.5.1/node_modules/gaze/test/fixtures/Project (LO)/one.js"
"com.google.appengine.tools.admin.LocalIOException: Applications are limited to 10000 files, you have 18867.
Unable to update app: Applications are limited to 10000 files, you have 18867."
The application has only 300 files and I am using eclipse neon. I have uninstalled eclipse and reinstalled it. I have deleted all the node modules in my local disk. I don't know from where the files are getting pulled.
When I searched the site one of the suggestions was to remove unwanted plugins. I looked at my Eclipse plugins, there are lots of them. I did not install anything, so I don't have any idea what to remove.
Eclipse Plugin window image
Is it a bug in eclipse or any configuration setting I have to take care? Please help.