Added gitignore

This commit is contained in:
Patrick Louys 2016-11-01 15:40:10 +01:00 committed by lubiana
parent 0d6350b452
commit 9d680095e8

View file

@ -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. 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) [next >>](02-composer.md)