goc/.gitignore
2020-08-17 10:50:14 +08:00

12 lines
126 B
Plaintext

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