Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - github.com/google/docsy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f2a1c177037993219d3292991e830e38b518cdcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
node_modules/
package-lock.json

# Hugo
.hugo_build.lock
/public
resources/

# vim temporary files
*~
*.sw?

# system files
.DS_Store

# IDE files
.idea

# VS Code
/.vscode/**
!/.vscode/cspell.json