Skip to content

Commit

Permalink
Added gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Louys committed Nov 1, 2016
1 parent ec3656b commit 625bf8f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 01-front-controller.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,10 @@ If there is an error, go back and try to fix it. If you only see a blank page, c

Now would be a good time to commit your progress. If you are not already using Git, set up a repository now. This is not a Git tutorial so I won't go over the details. But using version control should be a habit, even if it is just for a tutorial project like this.

Some editors and IDE's put their own files into your project folders. If that is the case, create a `.gitignore` file in your project root and exclude the files/directories. Below is an example for PHPStorm:

```
.idea/
```

[next >>](02-composer.md)

0 comments on commit 625bf8f

Please sign in to comment.