diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index b77ef62..0000000 --- a/.gitignore +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 1 | # Generated files by hugo | ||
| 2 | /public/ | ||
| 3 | /resources/_gen/ | ||
| 4 | /assets/jsconfig.json | ||
| 5 | hugo_stats.json | ||
| 6 | |||
| 7 | # Executable may be added to repository | ||
| 8 | hugo.exe | ||
| 9 | hugo.darwin | ||
| 10 | hugo.linux | ||
| 11 | |||
| 12 | # Temporary lock file while building | ||
| 13 | /.hugo_build.lock | ||
| 14 | |||
| 15 | # Openring build | ||
| 16 | themes/simple/layouts/partials/openring.html | ||
| 17 | |||
| 18 | # NodeJS | ||
| 19 | node_modules/ | ||
| 20 | package-lock.json | ||
