# For building with Google Cloud Build using the gcloud command line tool. # Similar to .gitignore, except we want the /config/*.secrete.exs uploaded for the build. # App artifacts /_build /db /deps /*.ez # Generated on crash by the VM erl_crash.dump # Generated on crash by NPM npm-debug.log /assets/package-lock.json # Static artifacts /assets/node_modules # Since we are building assets from assets/, # we ignore priv/static. You may want to comment # this depending on your deployment strategy. /priv/static/