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

.gitignore - github.com/NormandErwan/Blogpaper.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 454f81450af2394e3221b5312118e5c64fdb4d15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Hugo default output directory
**/public

# Hugo binaries for local testing
bin

# NPM
**/node_modules

## OS Files
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/

# OSX
.DS_Store

# IDE
.vscode