On Oct 23, 7:37 am, Terje Dahl <[email protected]> wrote:
> Every time I uppload to appengine, the script first does:
>
> Scanning files on local disk.
> Scanned 500 files.
> Scanned 1000 files.
> Scanned 1500 files.
> Scanned 2000 files.
> Scanned 2500 files.
> Scanned 3000 files.
> Scanned 3500 files.
> Scanned 4000 files.
>
> Is there some way to find out:
> a. What/where all these scanned files are?

Well "where" is everything under the project directory.  I don't
believe the SDK tools provide a way to see what they are, but
something like find(1) should be able to give you a good idea.

> b. Tell the script where/what to scan and not scan?

You can set files to ignore in app.yaml.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to