libf 2 年之前
父节点
当前提交
a2f63ea930
共有 2 个文件被更改,包括 35 次插入0 次删除
  1. 35 0
      remotecmd/.gitignore
  2. 二进制
      remotecmd/remote/.DS_Store

+ 35 - 0
remotecmd/.gitignore

@@ -0,0 +1,35 @@
+# Compiled Object files, Static and Dynamic libs (Shared Objects)
+*.iml
+
+# Folders
+_obj
+_test
+.idea
+.vscode
+.github
+
+# vscode workspace
+workspace.code-workspace
+
+# temp file in macos
+.DS_Store
+
+# Architecture specific extensions/prefixes
+*.[568vq]
+[568vq].out
+
+__pycache__
+
+*/*
+!*/*.*
+!*/*/
+
+*/*/*
+!*/*/*.*
+!*/*/*/
+
+*.exe
+*.class
+*.tmp
+*.zip
+*.txt

二进制
remotecmd/remote/.DS_Store