github.com/m3db/m3@v1.5.1-0.20231129193456-75a402aa583b/.gitignore (about) 1 *~ 2 *.out 3 *.test 4 *.xml 5 *.swp 6 .idea/ 7 .vscode/ 8 *.iml 9 *.ipr 10 *.iws 11 *.cov 12 *.html 13 *.tmp 14 .DS_Store 15 test.log 16 17 # go modules manages this 18 vendor/ 19 20 # Build binaries 21 bin/ 22 23 # go tool binaries installed via `go install` 24 _tools/ 25 26 # Debug binaries 27 debug.test 28 29 # Test data 30 test-data 31 32 # Coverage imports 33 coverage_imports.go 34 coverage/ 35 36 # Release directory 37 dist/ 38 39 # Node 40 node_modules/ 41 build/ 42 npm-debug.log* 43 yarn-debug.log* 44 yarn-error.log* 45 46 # Site ignores 47 site/public 48 site/v* 49 site/.hugo_build.lock 50 51 tmp 52 53 # Automatically copied over from generated assets 54 site/static/openapi 55 # Used to serve swagger documentation 56 !**/openapi/*.html 57 58 # Vagrant 59 .vagrant