goc/.gitignore
2020-07-23 15:43:16 +08:00

15 lines
150 B
Plaintext

# Vscode files
.vscode
# ignore log file
**/goc.log
# binary
goc
# the temp file to save service address
_svrs_address.txt
# other
*.iml
.DS_Store