浏览代码

chore: update .gitignore (#47)

groos 1 年之前
父节点
当前提交
ebb0325f35
共有 1 个文件被更改,包括 11 次插入1 次删除
  1. 11 1
      .gitignore

+ 11 - 1
.gitignore

@@ -1 +1,11 @@
-logs/
+# log
+logs/
+# editor config
+.idea/
+.vscode/
+# temp file
+*.o
+*.a
+# compiled product
+env
+main