Aptana: Exclude files when deploying a project to App Engine
aptana3, google-app-engine, python-2.7
Solution
You need to configure it in app.yaml. Look here for more details.
Problem
I'm using Aptana3 to deploy my python project to AppEngine. There are some huge design files that I want to keep inside the project but don't want to deploy to app-engine. Is there any configuration in Aptana that I can set and it automatically excludes my design files when deploying to App-engine?