ソースを参照

chore(gitignore): ignore build dirs

Mustafa Arici 5 年 前
コミット
39c62f5be5
1 ファイル変更3 行追加0 行削除
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

@@ -5,6 +5,9 @@ data_import/
 *.py[cod]
 production.conf
 credentialsrc
+coverage.txt
+bin/
+bundle/
 
 # C extensions
 .#*