I am currently finishing up porting over our app from firebase to graphcool but I am running into a snag with pushing it to GitHub. At one point during the porting process I had the graphcool instance inside of my app but I have since moved it into a seperate folder (and repo). However, when I tried to deploy my graphcool server it created a build for my app. I can now, not delete this build. I have tried “rm -rf .build”, “rm -rf .build/“, etc. I also can no longer see the .build file through the terminal (using “ls -a” to see the hidden files). Any ideas about how to go about fixing this issue?