OSDN Git Service

Fixed README.md
[serene/rules-and-use.git] / .gitignore
1 # Created by https://www.gitignore.io/api/windows,visualstudiocode
2 # Edit at https://www.gitignore.io/?templates=windows,visualstudiocode
3
4 ### VisualStudioCode ###
5 .vscode/*
6 !.vscode/settings.json
7 !.vscode/tasks.json
8 !.vscode/launch.json
9 !.vscode/extensions.json
10
11 ### VisualStudioCode Patch ###
12 # Ignore all local history of files
13 .history
14
15 ### Windows ###
16 # Windows thumbnail cache files
17 Thumbs.db
18 ehthumbs.db
19 ehthumbs_vista.db
20
21 # Dump file
22 *.stackdump
23
24 # Folder config file
25 [Dd]esktop.ini
26
27 # Recycle Bin used on file shares
28 $RECYCLE.BIN/
29
30 # Windows Installer files
31 *.cab
32 *.msi
33 *.msix
34 *.msm
35 *.msp
36
37 # Windows shortcuts
38 *.lnk
39
40 # End of https://www.gitignore.io/api/windows,visualstudiocode