diff options
author | Marc Coquand <marc@mccd.space> | 2024-05-10 15:04:43 -0500 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-05-10 15:04:43 -0500 |
commit | 4175da366830c0ef3bf40ddb1e6594ac5dbe3866 (patch) | |
tree | 14e84c6382fe063c1608485e2656dd245ff03198 /.gitignore | |
download | apbox-4175da366830c0ef3bf40ddb1e6594ac5dbe3866.tar.gz apbox-4175da366830c0ef3bf40ddb1e6594ac5dbe3866.tar.bz2 apbox-4175da366830c0ef3bf40ddb1e6594ac5dbe3866.zip |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..88f9974 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +_build/* |