Skip to content

Commit

Permalink
feat: add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
0x6e616d committed Apr 29, 2024
1 parent 8feec95 commit 3c5ab0f
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 31 deletions.
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# OS specific
.DS_Store

# Dependency directories
vendor/

# 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

# Go workspace file
go.work

# IDE configuration files
.idea/
.vscode/launch.json

# Test result
test/logs
test/result

# Environment Variables
.env.example

# Miscellaneous
command

.env
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

9 changes: 0 additions & 9 deletions .idea/tokamak-thanos-event-listener.iml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

0 comments on commit 3c5ab0f

Please sign in to comment.