July 2018
Intermediate to advanced
420 pages
8h 46m
English
Let's start this session using the application that we started to develop in the previous chapter. However, we will make some adjustments before continuing. First, we are going to add our code to the version control. In this way, we will not lose the progress we made in the previous chapter.
Inside the chapter-04 folder, create a new file called .gitignore and add the following code:
storage-db.DS_Store
Read now
Unlock full access