Browse Source

chore(gitignore): ignore build dirs

Mustafa Arici 5 năm trước cách đây
mục cha
commit
39c62f5be5
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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