diff options
author | ChrisChrome <christophercookman@gmail.com> | 2022-08-10 02:53:29 -0600 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-18 22:40:25 +1100 |
commit | 1cadcda249875f5c7a6b1c921701b564af99e3e2 (patch) | |
tree | 4d17ebc42c6fe7b4475aa97c8510ed59a99c6431 /.gitignore | |
parent | Remove some old test logs that expose info to console (diff) | |
download | server-1cadcda249875f5c7a6b1c921701b564af99e3e2.tar.xz |
Add basic developer panel functionality - doesn't work yet
> > > Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c7f0d81b..4d1a7a01 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,9 @@ config.json .vscode/settings.json -build \ No newline at end of file +build + +*.log +*.log.ansi +*.tmp +tmp/ |