diff options
author | iximeow <git@iximeow.net> | 2022-12-04 21:07:57 +0000 |
---|---|---|
committer | iximeow <git@iximeow.net> | 2022-12-04 21:07:57 +0000 |
commit | 7734472faa9e0ecb18bab286055aceaa13c9c947 (patch) | |
tree | b659eda3d42aeb6ac993a648458f852330d97ca5 /.gitignore |
add ci driver, webserver. they work.
"work" is a strong word.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6ca7663 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/target +/jobs +state.db +*.swp |