Skip to content

Commit

Permalink
ADding .gitignore entries
Browse files Browse the repository at this point in the history
Signed-off-by: AbstractionFactory <[email protected]>
  • Loading branch information
abstractionfactory committed Jan 22, 2025
1 parent 1defea4 commit c49f140
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
.idea
*.dll
*.exe
.DS_Store
.vagrant/
*.backup
*.bak
*~
.*.swp
*.iml
*.test

vendor/

# VSCode debugging configurations
.vscode/launch.json

# Coverage
coverage.txt

# GoReleaser build directory
dist/

# Licensei cache file
.licensei.cache

# Development temp folder
tmp

0 comments on commit c49f140

Please sign in to comment.