Skip to content

Commit 9a113e5

Browse files
committed
[IMP] *: Add macOS specific files to ignore list
closes #809 Related: ingadhoc/sale#1471 Related: ingadhoc/product#822 Related: ingadhoc/odoo-academic#329 Related: ingadhoc/miscellaneous#303 Related: ingadhoc/purchase#281 Related: ingadhoc/partner#137 Signed-off-by: Andrés Zacchino <az@adhoc.inc>
1 parent 4c17406 commit 9a113e5

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.gitignore

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,36 @@ coverage.xml
6060

6161
# Sphinx documentation
6262
docs/_build/
63+
64+
### macOS ###
65+
# General
66+
.DS_Store
67+
.AppleDouble
68+
.LSOverride
69+
70+
# Icon must end with two \r
71+
Icon
72+
73+
74+
# Thumbnails
75+
._*
76+
77+
# Files that might appear in the root of a volume
78+
.DocumentRevisions-V100
79+
.fseventsd
80+
.Spotlight-V100
81+
.TemporaryItems
82+
.Trashes
83+
.VolumeIcon.icns
84+
.com.apple.timemachine.donotpresent
85+
86+
# Directories potentially created on remote AFP share
87+
.AppleDB
88+
.AppleDesktop
89+
Network Trash Folder
90+
Temporary Items
91+
.apdisk
92+
93+
### macOS Patch ###
94+
# iCloud generated files
95+
*.icloud

0 commit comments

Comments
 (0)