Experimenting with AT Protocol to hit up your friends
at main 732 B view raw
1# If you prefer the allow list template instead of the deny list, see community template: 2# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore 3# 4# Binaries for programs and plugins 5*.exe 6*.exe~ 7*.dll 8*.so 9*.dylib 10 11# Test binary, built with `go test -c` 12*.test 13 14# Code coverage profiles and other test artifacts 15*.out 16coverage.* 17*.coverprofile 18profile.cov 19 20# Dependency directories (remove the comment below to include it) 21# vendor/ 22 23# Go workspace file 24go.work 25go.work.sum 26 27# env file 28.env 29.envrc 30 31# IntelliJ related 32*.iml 33*.ipr 34*.iws 35.idea/ 36 37# Editor/IDE 38.idea/ 39.vscode/ 40 41# Miscellaneous 42*.class 43*.log 44*.pyc 45*.swp 46.DS_Store 47.atom/ 48.build/ 49.buildlog/ 50.history 51.svn/ 52.swiftpm/ 53migrate_working_dir/