diff options
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,10 +6,11 @@ # 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 +/public # Temporary lock file while building. .hugo_build.lock |
