Browse Source

.hgignore: Ignoring .pyc files and database files

David Leonard 10 năm trước cách đây
mục cha
commit
d999937beb
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      .hgignore

+ 5 - 1
.hgignore

@@ -1 +1,5 @@
-.DS_Store
+syntax: glob
+
+.DS_Store
+db.sqlite3
+*.pyc