goc/.gitignore
2020-07-09 16:03:09 +08:00

14 lines
140 B
Plaintext

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