mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-23 14:05:55 +08:00
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:
parent
9d64233a5c
commit
32f6c15d53
3 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
0
backend/credentials/.gitkeep
Normal file
0
backend/credentials/.gitkeep
Normal file
Loading…
Add table
Reference in a new issue