website/.gitignore

24 lines
271 B
Plaintext

node_modules/
/public
resources/
!content/en/docs/resources
# Link checker
bin/
tmp/
.idea
# File generated when running npm install
package-lock.json
yarn.lock
# vim files
*.swp
tags
# File created when running hugo locally
.hugo_build.lock
# vscode files
.vscode/