Skip to content

Instantly share code, notes, and snippets.

@matthewjrallen
Created July 4, 2023 08:17
Show Gist options
  • Save matthewjrallen/79f26af2912bd5ccdfc2f430224df39a to your computer and use it in GitHub Desktop.
Save matthewjrallen/79f26af2912bd5ccdfc2f430224df39a to your computer and use it in GitHub Desktop.
Gitignore
# MacOS #
############
# 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
# Packages #
############
# it's better to unpack these files and commit the raw source
# git has its own built in compression methods
*.7z
*.dmg
*.gz
*.iso
*.jar
*.rar
*.tar
*.zip
# Logs and databases #
######################
*.log
# other files #
###############
*.ps
*.psd
*.ai
*.eps
*.tiff
# Folders #
###########
node_modules
.sass-cache
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment