Skip to content

Commit 9162fa3

Browse files
committed
clean up
1 parent 52ae387 commit 9162fa3

File tree

3 files changed

+2
-76
lines changed

3 files changed

+2
-76
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ ideas.md
33
out/**
44
.myshell/**
55
.myshell-testing/**
6-
**/__pycache__/**
6+
**/__pycache__/**
7+
i__**

make-changelog.py

-73
This file was deleted.

src/commands/sync

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ function sync_command {
3131
function sync_collection {
3232
collection_name=$1
3333

34-
# return if collection name ends with .git
35-
3634
if [[ ${collection_name: -5} == "-mshx" ]]; then
3735
return
3836
fi

0 commit comments

Comments
 (0)