Initial commit
This commit is contained in:
44
.gitignore
vendored
Normal file
44
.gitignore
vendored
Normal file
@ -0,0 +1,44 @@
|
||||
# Hugo default output directory
|
||||
/public/
|
||||
|
||||
# Generated files by hugo
|
||||
/resources/_gen/
|
||||
/assets/jsconfig.json
|
||||
hugo_stats.json
|
||||
|
||||
# Temporary lock file while building
|
||||
/.hugo_build.lock
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# IDE specific files
|
||||
.idea
|
||||
.vscode
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Node modules if you're using npm
|
||||
node_modules/
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
# Local Netlify folder
|
||||
.netlify
|
||||
|
||||
# Build files
|
||||
dist/
|
||||
|
||||
# Temporary files
|
||||
*~
|
||||
\#*\#
|
Reference in New Issue
Block a user