diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 22 |
1 files changed, 13 insertions, 9 deletions
| @@ -1,9 +1,13 @@ | |||
| 1 | node_modules/ | 1 | # Generated files by hugo |
| 2 | tmp/ | 2 | /public/ |
| 3 | package-lock.json | 3 | /resources/_gen/ |
| 4 | openring-build.html | 4 | /assets/jsconfig.json |
| 5 | .firebase/ | 5 | hugo_stats.json |
| 6 | public/ | 6 | |
| 7 | .DS_Store | 7 | # Executable may be added to repository |
| 8 | .log | 8 | hugo.exe |
| 9 | sandbox/ | 9 | hugo.darwin |
| 10 | hugo.linux | ||
| 11 | |||
| 12 | # Temporary lock file while building | ||
| 13 | /.hugo_build.lock | ||
