Skip to content

Commit

Permalink
Merge pull request #246 from kitsuyui/gitignore-in
Browse files Browse the repository at this point in the history
Update .gitignore
  • Loading branch information
kitsuyui authored Jun 15, 2024
2 parents b9fefa5 + 773fb60 commit c0903e5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# -----------------------------------------------------------------------------
# gibo dump macOS
### Generated by gibo (https://github.com/simonwhitaker/gibo)
### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/Global/macOS.gitignore
### https://raw.github.com/github/gitignore/8779ee73af62c669e7ca371aaab8399d87127693/Global/macOS.gitignore

# General
.DS_Store
Expand Down Expand Up @@ -39,7 +39,7 @@ Temporary Items
# -----------------------------------------------------------------------------
# gibo dump Windows
### Generated by gibo (https://github.com/simonwhitaker/gibo)
### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/Global/Windows.gitignore
### https://raw.github.com/github/gitignore/8779ee73af62c669e7ca371aaab8399d87127693/Global/Windows.gitignore

# Windows thumbnail cache files
Thumbs.db
Expand Down Expand Up @@ -68,7 +68,7 @@ $RECYCLE.BIN/
# -----------------------------------------------------------------------------
# gibo dump Linux
### Generated by gibo (https://github.com/simonwhitaker/gibo)
### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/Global/Linux.gitignore
### https://raw.github.com/github/gitignore/8779ee73af62c669e7ca371aaab8399d87127693/Global/Linux.gitignore

*~

Expand All @@ -86,7 +86,7 @@ $RECYCLE.BIN/
# -----------------------------------------------------------------------------
# gibo dump Go
### Generated by gibo (https://github.com/simonwhitaker/gibo)
### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/Go.gitignore
### https://raw.github.com/github/gitignore/8779ee73af62c669e7ca371aaab8399d87127693/Go.gitignore

# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
Expand All @@ -109,5 +109,9 @@ $RECYCLE.BIN/

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

# env file
.env
# -----------------------------------------------------------------------------
dist/
Expand Down

0 comments on commit c0903e5

Please sign in to comment.