-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
46 lines (37 loc) · 868 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
## Ignore Visual Studio temporary files, build results, and
## files generated by popular Visual Studio add-ons.
##
## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore
.gitignore
# Visual Studio 2015/2017 cache/options directory
.vs/
# Visual Studio cache files
# files ending in .cache can be ignored
*.[Cc]ache
# but keep track of directories ending in .cache
!?*.[Cc]ache/
# Node.js Tools for Visual Studio
.ntvs_analysis.dat
node_modules/
# VS Code files for those working on multiple tools
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace
# Local History for Visual Studio Code
.history/
.Attic/
ide
oda
lopikula
nami
.npm/
# This is an intermediary artefact
multikey_webcrypto.ts
# Artefact of deno doc
!docs/~
!docs/~/
!docs/lib/*/~
!docs/lib/*/~/