diff options
| -rw-r--r-- | .gitignore | 18 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..734c2a1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +### Generated by gibo (https://github.com/simonwhitaker/gibo) +### https://raw.github.com/github/gitignore/6eeebe6f49678aacd8311ce079842c971b3ebe96/community/Golang/Hugo.gitignore + +# Generated files by hugo +/public/ +/resources/_gen/ +/assets/jsconfig.json +hugo_stats.json + +# Executable may be added to repository +hugo.exe +hugo.darwin +hugo.linux + +# Temporary lock file while building +/.hugo_build.lock + + diff --git a/README.md b/README.md new file mode 100644 index 0000000..9c648d5 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +# Corrupt Lamar Docs |
