Skip to content

Commit

Permalink
[TASK] Add var/ to the .gitignore (#30)
Browse files Browse the repository at this point in the history
This makes sure that the cache and log files will not be committed to Git.
  • Loading branch information
oliverklee authored and Sam Tuke committed Jul 29, 2017
1 parent 4a69bcd commit e1f232c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
/bin/
/composer.lock
/nbproject
/var/
/vendor/
/web/

0 comments on commit e1f232c

Please sign in to comment.