libf 2 vuotta sitten
vanhempi
commit
a2f63ea930
2 muutettua tiedostoa jossa 35 lisäystä ja 0 poistoa
  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