diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..17341605 --- /dev/null +++ b/.gitignore @@ -0,0 +1,38 @@ +# Builds +*.exe +*.exe~ +dist/ +build/ +bin/ +*.tmp + +# IDE files +.vscode/ +*.code-workspace +.idea/ +*~ + +# Go Specific +*.prof +*.pprof +*.out +*.coverage +coverage.txt +coverage.html + +# OS generated files +# macOS +.DS_Store +.DS_Store? +._* +.Spotlight-V100 +.Trashes +ehthumbs.db +Thumbs.db + +# Windows +Desktop.ini +$RECYCLE.BIN/ + +# Linux +.nfs*