Browse Source

add build and dist directories to gitignore

oz123 11 năm trước cách đây
mục cha
commit
7b619ef880
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      .gitignore

+ 2 - 0
.gitignore

@@ -1 +1,3 @@
 *.pyc
 *.pyc
+build/*
+dist/*