Skip to content

Commit

Permalink
fix git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaalves committed Jun 25, 2019
1 parent 4f9b14b commit 67e1ccd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Ignore everything
*

# Don't ignore directories, so we can recurse into them
*/

# Don't ignore .gitignore
.gitignore
Expand All @@ -14,4 +12,6 @@
!.pdf
!.pyc
!.deps
!__pycache__
!__pycache__
!.ipynb_checkpoints
!.DS_Store

0 comments on commit 67e1ccd

Please sign in to comment.