diff --git a/artifacts/.gitignore b/artifacts/.gitignore new file mode 100644 index 0000000..640fde6 --- /dev/null +++ b/artifacts/.gitignore @@ -0,0 +1,14 @@ +# Generated live deployment and demo evidence must stay outside source control. +demo-release/ +deployment/ +screenshots/ +*.log +*.db +*.db-wal +*.db-shm +*.zip +*.tar +*.tar.gz + +# Keep this policy file. +!.gitignore