Skip to content

Commit

Permalink
chore: adding base gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
aatmmr committed Oct 23, 2024
1 parent 05d8ea6 commit 10f035e
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# macOS specific ignores
.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

# Windows specific ignores
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

# Folder config file
[Dd]esktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows shortcuts
*.lnk

# Linux specific ignores
*~
.nfs*

0 comments on commit 10f035e

Please sign in to comment.