github.com/wtfutil/wtf@v0.43.0/.gitignore (about) 1 ### Go ### 2 # Binaries for programs and plugins 3 *.exe 4 *.exe~ 5 *.dll 6 ftw* 7 *.so 8 *.dylib 9 10 # Test binary, build with `go test -c` 11 *.test 12 13 # Output of the go coverage tool, specifically when used with LiteIDE 14 *.out 15 16 # Misc 17 .DS_Store 18 gcal/client_secret.json 19 gspreadsheets/client_secret.json 20 profile.pdf 21 report.* 22 .vscode 23 24 # All things node 25 node_modules/ 26 package-lock.json 27 28 #intellij idea 29 .idea/ 30 31 dist/* 32 bin/