diff --git a/.env.sample b/.env.sample new file mode 100644 index 0000000..aa4bcac --- /dev/null +++ b/.env.sample @@ -0,0 +1,7 @@ +AGAIN_REPOSITORY= +AGAIN_USERNAME= +AGAIN_BRANCH= +AGAIN_DOMAIN=github.com +AGAIN_CPU=5 +AGAIN_LANGUAGE=rust +AGAIN_REMOTE=origin diff --git a/.gitignore b/.gitignore index 8e41e8c..5692125 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,3 @@ continuous commit .env .env.copy -.env.sample