# Binaries for programs and plugins *.exe *.exe~ *.dll *.so *.dylib # Test binary, built with `go test -c` *.test # Output of the go coverage tool, specifically when used with LiteIDE *.out # Dependency directories (remove the comment below to include it) # vendor/ # Go workspace file go.work # Build output /bin/ /build/ /dist/ # IDE files .vscode/ .idea/ *.swp *.swo *~ # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db .github/ # Logs *.log logs/ # Runtime data pids *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ # nyc test coverage .nyc_output # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) .grunt # Bower dependency directory (https://bower.io/) bower_components # node_modules (if any Node.js tools are used) node_modules/ # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # dotenv environment variables file .env .env.test .env.local .env.development .env.production # Config files with sensitive data configs/*_private.yaml configs/*_secret.yaml configs/production.yaml # Temporary files *.tmp *.temp /tmp/ # Editor files *.sublime-project *.sublime-workspace # JetBrains IDEs .idea/ *.iml *.iws # Visual Studio Code .vscode/ !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json # Vim *.swp *.swo # Emacs *~ \#*\# /.emacs.desktop /.emacs.desktop.lock *.elc auto-save-list tramp .\#* # Local development local/ *.local # Certificate files *.pem *.key *.crt *.p12 # Database files *.db *.sqlite *.sqlite3 # Debug files debug debug.test __debug_bin