瀏覽代碼

update .gitignore

yll 4 年之前
父節點
當前提交
ede77b8467
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      .gitignore

+ 9 - 0
.gitignore

@@ -5,3 +5,12 @@
 
 
 # Ignore weibo data file
 # Ignore weibo data file
 testdata/weibo_data.txt
 testdata/weibo_data.txt
+
+# temp files
+*.exe
+*.log
+*.toml
+
+# editor
+.vscode
+.idea