Skip to content

Commit 372f9c4

Browse files
author
Sam Goody
committed
.gitignore: Common ignores
1 parent c1debec commit 372f9c4

File tree

1 file changed

+75
-0
lines changed

1 file changed

+75
-0
lines changed

.gitignore

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,76 @@
11
node_modules
2+
3+
### Common Ignores from https://github.com/github/gitignore/tree/main/Global ###
4+
5+
# General
6+
.DS_Store
7+
.AppleDouble
8+
.LSOverride
9+
10+
# Icon must end with two \r
11+
Icon
12+
13+
# Thumbnails
14+
._*
15+
16+
# Files that might appear in the root of a volume
17+
.DocumentRevisions-V100
18+
.fseventsd
19+
.Spotlight-V100
20+
.TemporaryItems
21+
.Trashes
22+
.VolumeIcon.icns
23+
.com.apple.timemachine.donotpresent
24+
25+
# Windows thumbnail cache files
26+
Thumbs.db
27+
Thumbs.db:encryptable
28+
ehthumbs.db
29+
ehthumbs_vista.db
30+
31+
# Dump file
32+
*.stackdump
33+
34+
# Folder config file
35+
[Dd]esktop.ini
36+
37+
# Recycle Bin used on file shares
38+
$RECYCLE.BIN/
39+
40+
# Windows Installer files
41+
*.cab
42+
*.msi
43+
*.msix
44+
*.msm
45+
*.msp
46+
47+
# Windows shortcuts
48+
*.lnk
49+
50+
*~
51+
52+
# temporary files which can be created if a process still has a handle open of a deleted file
53+
.fuse_hidden*
54+
55+
# KDE directory preferences
56+
.directory
57+
58+
# Linux trash folder which might appear on any partition or disk
59+
.Trash-*
60+
61+
# .nfs files are created when an open file is removed but is still being accessed
62+
.nfs*
63+
64+
# VSCode
65+
.vscode/*
66+
!.vscode/settings.json
67+
!.vscode/tasks.json
68+
!.vscode/launch.json
69+
!.vscode/extensions.json
70+
!.vscode/*.code-snippets
71+
72+
# Local History for Visual Studio Code
73+
.history/
74+
75+
# Built Visual Studio Code Extensions
76+
*.vsix

0 commit comments

Comments
 (0)