Skip to content

Commit

Permalink
.gitignore fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fire1ce committed Oct 1, 2021
1 parent 506d53f commit 8cc5d9d
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
30 changes: 30 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# Node
node_modules/
.package-lock.json

# General
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon

# Thumbnails
._*

# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

0 comments on commit 8cc5d9d

Please sign in to comment.