goc/.gitignore
2021-01-26 17:09:16 +08:00

14 lines
133 B
Plaintext

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