-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
55 lines (46 loc) · 776 Bytes
/
.gitignore
File metadata and controls
55 lines (46 loc) · 776 Bytes
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
# modified Allowlisting gitignore
# Ignore everything
*
!/.dockerignore
!/.gitignore
!/.gitkeep
!/.github/**/*.yaml
!/.nojekyll
!exampleSite/.nojekyll
!LICENSE
!VERSION
!Makefile
!README.md
!theme.toml
!config.yaml
!hugo.toml
# hugo modules
!go.sum
!go.mod
# npm & webpack
!package.json
!package.hugo.json
!webpack.config.js
!postcss.config.js
!tailwind.config.js
# theme components
!archetypes/**
!assets/**
!layouts/**
!static/**
!exampleSite/**
exampleSite/resources/
exampleSite/public/
/
# one document directory to consolidate them all
!docs/**/*.md
# but allow the above files in (sub)directories
!*/
# explicitly ignore experimentation and in-progress development
exp/**
node_modules/**
public/**
package-lock.json
.hugo_build.lock
resources/
hugo_stats.json