Skip to content
Snippets Groups Projects
Commit ad98bee9 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Merge branch 'add-to-git-ignore' into 'master'

Add to git ignore

**What does this MR do?**

It adds the `.bundle` directory to the gitignore

**Why is this MR needed?**

Otherwise after you run `make` it will say that your git repo has changes. But it does not really, since that directory should not be commited.

See merge request !10
parents 21b8466a 450d90b1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -7,3 +7,4 @@ Procfile
postgresql/data
postgresql/.s.*
redis/*.conf
.bundle/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment