Kaynağa Gözat

Update gitignore, README.

tags/v0.2
Ben Kurtovic 10 yıl önce
ebeveyn
işleme
e9e2adec63
2 değiştirilmiş dosya ile 9 ekleme ve 5 silme
  1. +7
    -3
      .gitignore
  2. +2
    -2
      README.md

+ 7
- 3
.gitignore Dosyayı Görüntüle

@@ -1,3 +1,7 @@
build/
dist/
*.egg-info/
*.pyc
*.egg
*.egg-info
.DS_Store
__pycache__
build
dist

+ 2
- 2
README.md Dosyayı Görüntüle

@@ -80,5 +80,5 @@ For a list of all command arguments and abbreviations:

gitup --help

Finally, all paths can be either absolute (e.g. /path/to/repo) or relative
(e.g. ../my/repo).
Finally, all paths can be either absolute (e.g. `/path/to/repo`) or relative
(e.g. `../my/repo`).

Yükleniyor…
İptal
Kaydet