-
Notifications
You must be signed in to change notification settings - Fork 25
/
.gitignore
30 lines (25 loc) · 1.17 KB
/
.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
###############################################################################
### Visual Studio and Visual Studio Code directories
###############################################################################
.vs
.vscode
###############################################################################
### 11ty output directory
###############################################################################
_site/
###############################################################################
### Node Modules
###############################################################################
node_modules/
###############################################################################
### All files inside the /documentation/api directory except for the index.md
### DocFx will generate .yml files in this directory as part of the build
### process and they should not be committed to the.
###############################################################################
/api/*
!/api/index.md
###############################################################################
### OS Specific
###############################################################################
.DS_Store
[Tt]humbs.db