mirror of
https://github.com/jeessy2/ddns-go.git
synced 2024-11-25 16:46:24 +08:00
a4bcbc80b9
* 增加 Makefile 优化编译脚本,并添加相应的说明 * 清除不需要的文件 * 将 binddata 加入编译脚本中 * 将第三方文件纳入本地 * update documents and some tiny modify * 增加 配置文件,统一格式 * use bootstrap.min.css * fix: indent Co-authored-by: 明城 <mingcheng@users.noreply.github.com> Co-authored-by: jeessy2 <454207171@qq.com>
34 lines
326 B
Plaintext
34 lines
326 B
Plaintext
# Compiled Object files, Static and Dynamic libs (Shared Objects)
|
|
*.o
|
|
*.a
|
|
*.so
|
|
/ddns-go
|
|
__*
|
|
|
|
# Folders
|
|
_obj
|
|
_test
|
|
.vagrant
|
|
releases
|
|
tmp
|
|
/.idea/
|
|
vendor/
|
|
/dist
|
|
|
|
# Architecture specific extensions/prefixes
|
|
trace.out
|
|
*.out
|
|
.DS_Store
|
|
_testmain.go
|
|
|
|
*.exe
|
|
*.test
|
|
*.prof
|
|
profile.cov
|
|
coverage.html
|
|
/go.sum
|
|
|
|
# Emacs backup files
|
|
*~
|
|
.*~
|