github.com/PandaGoAdmin/utils@v0.0.0-20211208134815-d5461603a00f/.gitignore (about) 1 #dir 2 .DS_Store 3 .buildpath 4 .git 5 .gitee 6 .idea 7 .project 8 .settings 9 .user.ini 10 .vscode 11 vendor/ 12 13 #file 14 *.bin 15 *.cgo*.c 16 *.cgo*.go 17 *.dll 18 *.dylib 19 *.exe 20 *.exe~ 21 *.log 22 *.orig 23 *.out 24 *.patch 25 *.pid 26 *.pyc 27 *.rej 28 *.so 29 *.test 30 *~ 31 .*.swp 32 ._* 33 .nfs.* 34 _cgo_* 35 _obj 36 _test 37 core 38 thumbs.db