File tree Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Expand file tree Collapse file tree 1 file changed +49
-0
lines changed Original file line number Diff line number Diff line change
1
+
2
+ # Created by https://www.gitignore.io/api/linux,windows,powershell
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
+ # ## PowerShell ###
20
+ # Exclude packaged modules
21
+ * .zip
22
+
23
+ # Exclude .NET assemblies from source
24
+ * .dll
25
+
26
+ # ## Windows ###
27
+ # Windows thumbnail cache files
28
+ Thumbs.db
29
+ ehthumbs.db
30
+ ehthumbs_vista.db
31
+
32
+ # Folder config file
33
+ Desktop.ini
34
+
35
+ # Recycle Bin used on file shares
36
+ $RECYCLE.BIN /
37
+
38
+ # Windows Installer files
39
+ * .cab
40
+ * .msi
41
+ * .msm
42
+ * .msp
43
+
44
+ # Windows shortcuts
45
+ * .lnk
46
+
47
+
48
+ # End of https://www.gitignore.io/api/linux,windows,powershell
49
+
You can’t perform that action at this time.
0 commit comments