-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
64 lines (50 loc) · 1.06 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
### Hugo .gitignore ###
###
### INSTRUCTIONS: Rename this file to .gitignore and place at
### top of your project structure
# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
# Temporary Hugo files
.hugo_build.lock
# Hugo-generated directory
/public/
# Dependency directories (remove if you track dependencies)
/node_modules/
/resources/_gen/
/themes/*/resources/_gen/
# Hugo cache (since Hugo v0.82.0)
/hugo_cache/
# Files generated by Hugo (e.g., when using Hugo modules)
hugo_stats.json
# Operating System generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Editor directories and files
.idea/
.vscode/
*.sublime-workspace
*.sublime-project
# Log files
*.log
# Environment variables and personal config files
.env
.env.local
.env.*.local
# Files that may contain sensitive information
/config/production/config.toml
/secrets/
# Dependency directories for Python virtual environment
venv/
.env/
# Build output directory for other static site generators
/dist/
/build/
# Node.js npm debug log
npm-debug.log*