Skip to content

Commit 2ad44d9

Browse files
committed
🔧 Add gitignore
1 parent 8efa79c commit 2ad44d9

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

.gitignore

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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+

0 commit comments

Comments
 (0)