diff --git a/.env b/.env new file mode 100644 index 0000000..8c5d269 --- /dev/null +++ b/.env @@ -0,0 +1,10 @@ +# Create a .env.local file and modify this values + +# Generate a token in your Github settings -> Developer settings -> Personal access tokens +GH_TOKEN=XXXXX + +# Add both your name and your email for Git commits +GIT_AUTHOR_NAME=Your name +GIT_AUTHOR_EMAIL=Your email +GIT_COMMITTER_NAME=Your name +GIT_COMMITTER_EMAIL=Your email \ No newline at end of file diff --git a/.gitignore b/.gitignore index cd4db4b..a85a6cc 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ *.DS_Store lib node_modules +.env.local \ No newline at end of file