Skip to content

Commit 62a35b1

Browse files
committed
chore: add .gitignore
1 parent 93d1783 commit 62a35b1

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed

.gitignore

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/linux,macos,visualstudiocode
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=linux,macos,visualstudiocode
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+
29+
# Thumbnails
30+
._*
31+
32+
# Files that might appear in the root of a volume
33+
.DocumentRevisions-V100
34+
.fseventsd
35+
.Spotlight-V100
36+
.TemporaryItems
37+
.Trashes
38+
.VolumeIcon.icns
39+
.com.apple.timemachine.donotpresent
40+
41+
# Directories potentially created on remote AFP share
42+
.AppleDB
43+
.AppleDesktop
44+
Network Trash Folder
45+
Temporary Items
46+
.apdisk
47+
48+
### macOS Patch ###
49+
# iCloud generated files
50+
*.icloud
51+
52+
### VisualStudioCode ###
53+
.vscode/*
54+
!.vscode/settings.json
55+
!.vscode/tasks.json
56+
!.vscode/launch.json
57+
!.vscode/extensions.json
58+
!.vscode/*.code-snippets
59+
60+
# Local History for Visual Studio Code
61+
.history/
62+
63+
# Built Visual Studio Code Extensions
64+
*.vsix
65+
66+
### VisualStudioCode Patch ###
67+
# Ignore all local history of files
68+
.history
69+
.ionide
70+
71+
# End of https://www.toptal.com/developers/gitignore/api/linux,macos,visualstudiocode

0 commit comments

Comments
 (0)