/ easyshell-agent / .gitignore
.gitignore
1 # Build output 2 easyshell-agent 3 easyshell-agent.exe 4 5 # Go 6 vendor/ 7 *.test 8 *.out 9 10 # IDE 11 .idea/ 12 .vscode/ 13 14 # OS 15 .DS_Store 16 Thumbs.db
1 # Build output 2 easyshell-agent 3 easyshell-agent.exe 4 5 # Go 6 vendor/ 7 *.test 8 *.out 9 10 # IDE 11 .idea/ 12 .vscode/ 13 14 # OS 15 .DS_Store 16 Thumbs.db