Website/themes/liftoff/.gitignore
Martin Gasque 0ba3f3c7c5 Initial commit
Will it deploy one day ?
2024-02-20 08:59:37 +01:00

25 lines
371 B
Plaintext

### Hugo ###
public/
resources
# Don't ignore themes folder in your actual project .gitignore if using submodules!
/themes/
.hugo_build.lock
# Hugo Pipes
/assets/jsconfig.json
hugo_stats.json
# Hugo executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux
### JS ###
/node_modules
### Netlify ###
/netlify
### System
.DS_Store
### Editor
*.code-workspace