mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-09 01:32:45 +00:00
52 lines
788 B
Plaintext
52 lines
788 B
Plaintext
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# IDEs
|
|
.buildpath
|
|
.project
|
|
.settings/
|
|
.build/
|
|
.idea/
|
|
public/
|
|
nbproject/
|
|
|
|
# Vagrant
|
|
.vagrant/
|
|
|
|
# FE Setup
|
|
.bin/node_modules/
|
|
/node_modules/
|
|
src/node_modules/
|
|
exampleSite/node_modules/
|
|
src/npm-debug.log.*
|
|
npm-debug.log
|
|
/npm-debug.log*
|
|
/dist/
|
|
/src/client.config.json
|
|
/styleguide/
|
|
/docs/
|
|
|
|
/junit.xml
|
|
partials/structure/stylesheet.html
|
|
|
|
# Created by https://www.toptal.com/developers/gitignore/api/hugo
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=hugo
|
|
|
|
### Hugo ###
|
|
# Generated files by hugo
|
|
/public/
|
|
/resources/_gen/
|
|
/assets/jsconfig.json
|
|
hugo_stats.json
|
|
|
|
# Executable may be added to repository
|
|
hugo.exe
|
|
hugo.darwin
|
|
hugo.linux
|
|
|
|
# Temporary lock file while building
|
|
.hugo_build.lock
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/hugo
|