chores: fix typo and push backend/credentials directory (#2224)

* typo: add space before SCM

* chore: add .gitkeep to push credentials directory
This commit is contained in:
Seth Falco 2021-12-28 21:03:07 +01:00 committed by GitHub
parent 9d64233a5c
commit 32f6c15d53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View file

@ -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

View file

@ -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

View file