diff --git a/.gitignore b/.gitignore index f6f6526b6..fe4ad543c 100644 --- a/.gitignore +++ b/.gitignore @@ -89,7 +89,7 @@ purgeCfCache.sh static/adtest.html backend/lastId.txt backend/log_success.txt -backend/credentials +backend/credentials/*.json backend/.env static/adtest.html diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc4746e36..557c99319 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ If you are not a developer and wish to contribute themes, new languages, or quot #### Git -Git is optional but we recommend you utilize it. Monkeytype uses the Git source control management system(SCM) for its version control. Assuming you don't have experience typing commands in the command line, we suggest installing [Sourcetree](https://www.sourcetreeapp.com/). You will be able to utilize the power of Git without needing to remember any cryptic commands. However using a Git client won't give you access to the full functionality of Git but provides an easy to understand graphical user interface (GUI). Once you have downloaded Sourcetree, run the installer. While installing Sourcetree, keep your eyes peeled for the option to also install Git with Sourcetree. This is the option you will need to look for in order to install Git. **Make sure to click yes in the installer to install Git with Sourcetree.** +Git is optional but we recommend you utilize it. Monkeytype uses the Git source control management system (SCM) for its version control. Assuming you don't have experience typing commands in the command line, we suggest installing [Sourcetree](https://www.sourcetreeapp.com/). You will be able to utilize the power of Git without needing to remember any cryptic commands. However using a Git client won't give you access to the full functionality of Git but provides an easy to understand graphical user interface (GUI). Once you have downloaded Sourcetree, run the installer. While installing Sourcetree, keep your eyes peeled for the option to also install Git with Sourcetree. This is the option you will need to look for in order to install Git. **Make sure to click yes in the installer to install Git with Sourcetree.** #### NodeJS and NPM diff --git a/backend/credentials/.gitkeep b/backend/credentials/.gitkeep new file mode 100644 index 000000000..e69de29bb