github.com/chanxuehong/wechat@v0.0.0-20230222024006-36f0325263cd/.gitignore (about) 1 # Folder view configuration files 2 .DS_Store 3 Desktop.ini 4 5 # Thumbnail cache files 6 Thumbs.db 7 8 # Files that might appear on external disks 9 .Spotlight-V100 10 .Trashes 11 12 # Binaries for programs and plugins 13 *.exe 14 *.dll 15 *.so 16 *.dylib 17 18 # Test binary, build with `go tests -c` 19 *.test 20 21 # Output of the go coverage tool, specifically when used with LiteIDE 22 *.out 23 24 # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736 25 .glide/ 26 27 # IntelliJ IDEA 28 .idea/ 29 *.iml