Skip to content

Commit

Permalink
Gitignore change (#82)
Browse files Browse the repository at this point in the history
* Allow new files in lib to be added via git.

At the moment, they were ignored since .gitignore was ignoring lib
because of the python virtual environment.

* Needed to put a slash in front...

* Wording.
  • Loading branch information
xforever1313 authored and jwflory committed Oct 23, 2018
1 parent 626b573 commit bdb42a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Expand Up @@ -48,4 +48,8 @@ docs/_build

# Docker Compose file
# Remove when image is pushed to Docker Hub or similar
docker-compose.yml
docker-compose.yml

# Allow teleirc's lib, which would otherwise be ignored from the python Virtualenv
# ignores above
!/lib/

0 comments on commit bdb42a1

Please sign in to comment.