OSDN Git Service

edit 依存関係
[serene/serenelinux-system-pkg.git] / .gitignore
1 # Created by https://www.gitignore.io/api/linux,macos,windows
2 # Edit at https://www.gitignore.io/?templates=linux,macos,windows
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 # Thumbnails
29 ._*
30
31 # Files that might appear in the root of a volume
32 .DocumentRevisions-V100
33 .fseventsd
34 .Spotlight-V100
35 .TemporaryItems
36 .Trashes
37 .VolumeIcon.icns
38 .com.apple.timemachine.donotpresent
39
40 # Directories potentially created on remote AFP share
41 .AppleDB
42 .AppleDesktop
43 Network Trash Folder
44 Temporary Items
45 .apdisk
46
47 ### Windows ###
48 # Windows thumbnail cache files
49 Thumbs.db
50 ehthumbs.db
51 ehthumbs_vista.db
52
53 # Dump file
54 *.stackdump
55
56 # Folder config file
57 [Dd]esktop.ini
58
59 # Recycle Bin used on file shares
60 $RECYCLE.BIN/
61
62 # Windows Installer files
63 *.cab
64 *.msi
65 *.msix
66 *.msm
67 *.msp
68
69 # Windows shortcuts
70 *.lnk
71
72 # End of https://www.gitignore.io/api/linux,macos,windows