Update gitignore to include some content directories
parent
ee5878e999
commit
3907be01cb
|
|
@ -27,14 +27,14 @@ kubernetes.github.io.iml
|
||||||
nohup.out
|
nohup.out
|
||||||
|
|
||||||
# Hugo output
|
# Hugo output
|
||||||
public/
|
/public/
|
||||||
resources/
|
/resources/
|
||||||
.hugo_build.lock
|
.hugo_build.lock
|
||||||
|
|
||||||
# Netlify Functions build output
|
# Netlify Functions build output
|
||||||
package-lock.json
|
package-lock.json
|
||||||
functions/
|
/functions/
|
||||||
node_modules/
|
/node_modules/
|
||||||
|
|
||||||
# Generated files when building with make container-build
|
# Generated files when building with make container-build
|
||||||
.config/
|
.config/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue