Skip to content

Commit

Permalink
Add .gitignore (open-telemetry#2)
Browse files Browse the repository at this point in the history
Mostly borrowed from Otel Collecor repo.
  • Loading branch information
tigrannajaryan authored Nov 3, 2021
1 parent f40cfef commit 6cc9f4d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# GoLand IDEA
/.idea/
*.iml

# VS Code
.vscode/
.devcontainer/

# Emacs
*~
\#*\#

# Miscellaneous files
*.sw[op]
*.DS_Store

# Coverage
coverage.out
coverage.txt
coverage.html

0 comments on commit 6cc9f4d

Please sign in to comment.