Skip to content

Commit 6898b66

Browse files
authored
Merge pull request #1 from pythoninthegrass/gitignore
2 parents 9bb7e45 + d63f0dd commit 6898b66

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,31 @@ cython_debug/
172172

173173
# PyPI configuration file
174174
.pypirc
175+
176+
# General
177+
.DS_Store
178+
.AppleDouble
179+
.LSOverride
180+
181+
# Icon must end with two \r
182+
Icon
183+
184+
185+
# Thumbnails
186+
._*
187+
188+
# Files that might appear in the root of a volume
189+
.DocumentRevisions-V100
190+
.fseventsd
191+
.Spotlight-V100
192+
.TemporaryItems
193+
.Trashes
194+
.VolumeIcon.icns
195+
.com.apple.timemachine.donotpresent
196+
197+
# Directories potentially created on remote AFP share
198+
.AppleDB
199+
.AppleDesktop
200+
Network Trash Folder
201+
Temporary Items
202+
.apdisk

Intro Sessions/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)