diff options
| author | iceyrazor <iceyfoxservers@gmail.com> | 2024-08-25 04:08:32 -0500 |
|---|---|---|
| committer | iceyrazor <iceyfoxservers@gmail.com> | 2024-08-25 04:08:32 -0500 |
| commit | 12b3accd30ad27d2f635971e40b33c536d228a21 (patch) | |
| tree | 2ad9f589d05a279eab01ed1a1565a04cb61c6239 /.gitignore | |
init
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b23deca --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +src/** +src +static/** +*.md +hoedown +config.txt +discord_api.txt +!test.md +!README.md +.clangd +post/** |
