diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,7 +6,10 @@ # https://help.github.com/articles/ignoring-files/#create-a-global-gitignore # Directories to ignore (do not add trailing '/'s, they skip symlinks). +# Generated files from NPM. /node_modules/ +# Generated files by hugo. public/ +# Temporary lock file while building. .hugo_build.lock |
