EngineCodeSolutions/.gitignore

27 lines
301 B
Plaintext

# Ignore Hugo build output
/public/
/resources/_gen/
# Ignore Hugo's working directories
/.hugo_build.lock
/.hugoenv
# npm
node_modules/
package-lock.json
/static/js/bundle.js
# Ignore IDE files
/.vscode/
/.idea/
# Ignore macOS files
.DS_Store
# Ignore temporary files
*~
*.swp
*.bak
*.tmp
*.log