blob: de33958cf66c6e01f5cda2a656049bac6cd12334 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Please do not use this ignore file to define platform specific files.
#
# For these purposes create a global .gitignore file, which is a list of rules
# for ignoring files in every Git repository on your computer.
#
# 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
# This file includes all tags, classes, and ids from your *.html templates.
hugo_stats.json
# Ignore the .npmrc file.
.npmrc
|