Skip to content

Commit 7ea7341

Browse files
committed
.gitignore updated
1 parent b7e705e commit 7ea7341

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
# Compiled
22
*.pyc
33

4-
# Vagrant
5-
/.vagrant/
6-
/Vagrantfile
7-
84
# Tests
95
/tests/test_project/compressor/
106
/.coverage
@@ -16,3 +12,7 @@
1612
/*.egg-info/
1713
/.eggs/
1814
/.cache/
15+
16+
# Vagrant
17+
/.vagrant/
18+
/Vagrantfile

0 commit comments

Comments
 (0)