Created
November 22, 2022 06:17
-
-
Save monry/3f0286c51243069be915393f1a0b180f to your computer and use it in GitHub Desktop.
Global .gitignore, put this file to `.config/git/ignore`.
This file contains hidden or 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
# General | |
*.DS_Store | |
.AppleDouble | |
.LSOverride | |
.envrc | |
# 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 | |
# vim swap files | |
.*.sw* | |
# IDE | |
.idea/ | |
.vscode/ | |
*.csproj.DotSettings |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment