libf 2 år sedan
förälder
incheckning
a2f63ea930
2 ändrade filer med 35 tillägg och 0 borttagningar
  1. 35 0
      remotecmd/.gitignore
  2. BIN
      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

BIN
remotecmd/remote/.DS_Store