Skip to content

Commit

Permalink
added gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
dobyte committed Jan 21, 2025
1 parent 38ab4a2 commit 8bd8ab3
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,21 @@ testdata/log/

# Go workspace
go.work
go.work.sum
go.work.sum

# log file
*.log
*.log_lock
*.log_symlink

# log gzip file
*.gz

# goland idea
.idea

# project run dir
*run/

# executable files
*.exe

0 comments on commit 8bd8ab3

Please sign in to comment.