Skip to content

Commit

Permalink
Merge pull request #226 from kitsuyui/gitignore-in
Browse files Browse the repository at this point in the history
Update .gitignore
  • Loading branch information
kitsuyui authored Oct 16, 2023
2 parents f7eeaea + e317405 commit 08f5a3a
Showing 1 changed file with 21 additions and 13 deletions.
34 changes: 21 additions & 13 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# DO NOT EDIT THIS FILE
# Generated by gitignore.in
# Edit .gitignore.in instead of this file
# Run `gitignore.in` to build .gitignore
# #!/usr/bin/env bash
# # gibo: https://github.com/simonwhitaker/gibo
# # gitignore: https://pypi.python.org/pypi/gitignore
# -----------------------------------------------------------------------------
# gibo dump macOS
### Generated by gibo (https://github.com/simonwhitaker/gibo)
### https://raw.github.com/github/gitignore/e5323759e387ba347a9d50f8b0ddd16502eb71d4/Global/macOS.gitignore
### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/Global/macOS.gitignore

# General
.DS_Store
Expand Down Expand Up @@ -27,10 +36,10 @@ Icon
Network Trash Folder
Temporary Items
.apdisk


# -----------------------------------------------------------------------------
# gibo dump Windows
### Generated by gibo (https://github.com/simonwhitaker/gibo)
### https://raw.github.com/github/gitignore/e5323759e387ba347a9d50f8b0ddd16502eb71d4/Global/Windows.gitignore
### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/Global/Windows.gitignore

# Windows thumbnail cache files
Thumbs.db
Expand All @@ -56,10 +65,10 @@ $RECYCLE.BIN/

# Windows shortcuts
*.lnk


# -----------------------------------------------------------------------------
# gibo dump Linux
### Generated by gibo (https://github.com/simonwhitaker/gibo)
### https://raw.github.com/github/gitignore/e5323759e387ba347a9d50f8b0ddd16502eb71d4/Global/Linux.gitignore
### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/Global/Linux.gitignore

*~

Expand All @@ -74,10 +83,10 @@ $RECYCLE.BIN/

# .nfs files are created when an open file is removed but is still being accessed
.nfs*


# -----------------------------------------------------------------------------
# gibo dump Go
### Generated by gibo (https://github.com/simonwhitaker/gibo)
### https://raw.github.com/github/gitignore/e5323759e387ba347a9d50f8b0ddd16502eb71d4/Go.gitignore
### https://raw.github.com/github/gitignore/4488915eec0b3a45b5c63ead28f286819c0917de/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 @@ -100,6 +109,5 @@ $RECYCLE.BIN/

# Go workspace file
go.work


dist/
# -----------------------------------------------------------------------------
'dist/'
Expand Down

0 comments on commit 08f5a3a

Please sign in to comment.