Skip to content

Commit 1d0eedf

Browse files
authored
chore: Update .gitignore to include Linux, macOS, and Windows entries (#27)
1 parent e0e7796 commit 1d0eedf

File tree

1 file changed

+77
-3
lines changed

1 file changed

+77
-3
lines changed

.gitignore

Lines changed: 77 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
1-
# Created by https://www.toptal.com/developers/gitignore/api/python,visualstudiocode,pycharm
2-
# Edit at https://www.toptal.com/developers/gitignore?templates=python,visualstudiocode,pycharm
1+
# Created by https://www.toptal.com/developers/gitignore/api/python,linux,macos,windows,pycharm,visualstudiocode
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=python,linux,macos,windows,pycharm,visualstudiocode
3+
4+
### Linux ###
5+
*~
6+
7+
# temporary files which can be created if a process still has a handle open of a deleted file
8+
.fuse_hidden*
9+
10+
# KDE directory preferences
11+
.directory
12+
13+
# Linux trash folder which might appear on any partition or disk
14+
.Trash-*
15+
16+
# .nfs files are created when an open file is removed but is still being accessed
17+
.nfs*
18+
19+
### macOS ###
20+
# General
21+
.DS_Store
22+
.AppleDouble
23+
.LSOverride
24+
25+
# Icon must end with two \r
26+
Icon
27+
28+
29+
# Thumbnails
30+
._*
31+
32+
# Files that might appear in the root of a volume
33+
.DocumentRevisions-V100
34+
.fseventsd
35+
.Spotlight-V100
36+
.TemporaryItems
37+
.Trashes
38+
.VolumeIcon.icns
39+
.com.apple.timemachine.donotpresent
40+
41+
# Directories potentially created on remote AFP share
42+
.AppleDB
43+
.AppleDesktop
44+
Network Trash Folder
45+
Temporary Items
46+
.apdisk
47+
48+
### macOS Patch ###
49+
# iCloud generated files
50+
*.icloud
351

452
### PyCharm ###
553
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
@@ -305,4 +353,30 @@ pyrightconfig.json
305353
.history
306354
.ionide
307355

308-
# End of https://www.toptal.com/developers/gitignore/api/python,visualstudiocode,pycharm
356+
### Windows ###
357+
# Windows thumbnail cache files
358+
Thumbs.db
359+
Thumbs.db:encryptable
360+
ehthumbs.db
361+
ehthumbs_vista.db
362+
363+
# Dump file
364+
*.stackdump
365+
366+
# Folder config file
367+
[Dd]esktop.ini
368+
369+
# Recycle Bin used on file shares
370+
$RECYCLE.BIN/
371+
372+
# Windows Installer files
373+
*.cab
374+
*.msi
375+
*.msix
376+
*.msm
377+
*.msp
378+
379+
# Windows shortcuts
380+
*.lnk
381+
382+
# End of https://www.toptal.com/developers/gitignore/api/python,linux,macos,windows,pycharm,visualstudiocode

0 commit comments

Comments
 (0)