Created
March 23, 2021 04:09
-
-
Save a-yasui/6c0bd0de845935dde2baeb94a36d19d0 to your computer and use it in GitHub Desktop.
Gitignore_Global at macOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
__pycache__ | |
bzr-orphans | |
*.a | |
*.o | |
*.py[co] | |
*.so | |
*.sw[nop] | |
*~ | |
.#* | |
[#]*# | |
build/* | |
.DS_* | |
:2e* | |
*.mode1v3 | |
*.pbxuser | |
*.mode2v3 | |
*.xcworkspace | |
!default.xcworkspace | |
xcuserdata | |
profile | |
*.moved-aside | |
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment