Skip to content

Commit

Permalink
Merge pull request #129 from kitsuyui/gitignore-in
Browse files Browse the repository at this point in the history
Update .gitignore
  • Loading branch information
kitsuyui authored Oct 19, 2023
2 parents 3b246c2 + 5166188 commit 3d1af77
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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 list' and `gi list'
# -----------------------------------------------------------------------------
# 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 @@ -14,10 +22,10 @@

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


# -----------------------------------------------------------------------------
# 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 @@ -43,10 +51,10 @@ $RECYCLE.BIN/

# Windows shortcuts
*.lnk


# -----------------------------------------------------------------------------
# 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 @@ -74,10 +82,10 @@ Icon
Network Trash Folder
Temporary Items
.apdisk


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

# Logs
logs
Expand Down Expand Up @@ -209,5 +217,3 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*


Expand Down

0 comments on commit 3d1af77

Please sign in to comment.