# 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