-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitignore
34 lines (28 loc) · 854 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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
# Playwright test results
/test-results
# Playwright report.
/playwright-report
# Playwright blob report.
/blob-report
# Playwright cache.
/playwright/.cache
# Ignore generated content
/exampleSite/public
# Files to ignore:
# 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