I have several projects, let's call them projects A, B and C. I cloned a git repo into project A, created several files, and set up a node server. Then I decided I wanted to start over so I deleted project A and waited for it to be completely deleted.
Now, when I connect to the console with projects B or project C, I can see the files that were created in project A. Files that I create in projects B and C are visible in each other as well. In project B: >touch file-b.txt >ls file-b.txt Then in project C: >ls file-b.txt >touch file-c.txt >ls file-b.txt file-c.txt Then in project B again: >ls file-b.txt file-c.txt I thought that each project was sandboxed and totally separate. With that understanding, while I was in project A, I was doing a lot of testing and experimenting and wrecked things, feeling safe that I could just delete the project and start a new one. But now I'm seeing that the changes are following me to the other projects. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/b37ac891-590b-4e03-8719-578c264fffe2o%40googlegroups.com.
