This commit is contained in:
parent
28bd84cd87
commit
05179c864b
31
.gitignore
vendored
31
.gitignore
vendored
@ -1,2 +1,31 @@
|
|||||||
public/
|
# Hugo's default build folder
|
||||||
|
/public/
|
||||||
|
|
||||||
|
# Hugo's data folder (optional, depends on your project)
|
||||||
|
/data/
|
||||||
|
|
||||||
|
# Hugo's cache folder
|
||||||
|
/cache/
|
||||||
|
|
||||||
|
# Hugo's content folder can have media, drafts or temporary files that you don't want to commit
|
||||||
|
/content/drafts/
|
||||||
|
/content/images/
|
||||||
|
/content/sections/
|
||||||
|
|
||||||
|
# OS generated files
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# IDE or text editor files
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Node.js and other dependencies
|
||||||
|
node_modules/
|
||||||
|
yarn.lock
|
||||||
|
package-lock.json
|
||||||
|
|
||||||
|
# Temporary files
|
||||||
|
*.bak
|
||||||
|
*.swp
|
||||||
.hugo_build.lock
|
.hugo_build.lock
|
Loading…
Reference in New Issue
Block a user