diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c0f69ee --- /dev/null +++ b/.gitignore @@ -0,0 +1,31 @@ +# Binaries +./epimetheus +prometheus-pusher + +# Test coverage +coverage.out +coverage.html +*.prof + +# Logs +*.log + +# OS files +.DS_Store +Thumbs.db + +# IDE +.vscode/ +.idea/ +*.swp +*.swo + +# Test data +test-*.csv +test-*.json + +# Temporary files +tmp/ +benchmark-data-100mb.csv +benchmark-results/ +OLD/ |
