File tree Expand file tree Collapse file tree 1 file changed +121
-0
lines changed
Expand file tree Collapse file tree 1 file changed +121
-0
lines changed Original file line number Diff line number Diff line change 1+ # Created by https://www.toptal.com/developers/gitignore/api/windows,macos,linux,lua
2+ # Edit at https://www.toptal.com/developers/gitignore?templates=windows,macos,linux,lua
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+ # ## Lua ###
20+ # Compiled Lua sources
21+ luac.out
22+
23+ # luarocks build files
24+ * .src.rock
25+ * .zip
26+ * .tar.gz
27+
28+ # Object files
29+ * .o
30+ * .os
31+ * .ko
32+ * .obj
33+ * .elf
34+
35+ # Precompiled Headers
36+ * .gch
37+ * .pch
38+
39+ # Libraries
40+ * .lib
41+ * .a
42+ * .la
43+ * .lo
44+ * .def
45+ * .exp
46+
47+ # Shared objects (inc. Windows DLLs)
48+ * .dll
49+ * .so
50+ * .so. *
51+ * .dylib
52+
53+ # Executables
54+ * .exe
55+ * .out
56+ * .app
57+ * .i * 86
58+ * .x86_64
59+ * .hex
60+
61+
62+ # ## macOS ###
63+ # General
64+ .DS_Store
65+ .AppleDouble
66+ .LSOverride
67+
68+ # Icon must end with two \r
69+ Icon
70+
71+
72+ # Thumbnails
73+ ._ *
74+
75+ # Files that might appear in the root of a volume
76+ .DocumentRevisions-V100
77+ .fseventsd
78+ .Spotlight-V100
79+ .TemporaryItems
80+ .Trashes
81+ .VolumeIcon.icns
82+ .com.apple.timemachine.donotpresent
83+
84+ # Directories potentially created on remote AFP share
85+ .AppleDB
86+ .AppleDesktop
87+ Network Trash Folder
88+ Temporary Items
89+ .apdisk
90+
91+ # ## macOS Patch ###
92+ # iCloud generated files
93+ * .icloud
94+
95+ # ## Windows ###
96+ # Windows thumbnail cache files
97+ Thumbs.db
98+ Thumbs.db:encryptable
99+ ehthumbs.db
100+ ehthumbs_vista.db
101+
102+ # Dump file
103+ * .stackdump
104+
105+ # Folder config file
106+ [Dd ]esktop.ini
107+
108+ # Recycle Bin used on file shares
109+ $RECYCLE.BIN /
110+
111+ # Windows Installer files
112+ * .cab
113+ * .msi
114+ * .msix
115+ * .msm
116+ * .msp
117+
118+ # Windows shortcuts
119+ * .lnk
120+
121+ # End of https://www.toptal.com/developers/gitignore/api/windows,macos,linux,lua
You can’t perform that action at this time.
0 commit comments