diff options
author | Malfurious <m@lfurio.us> | 2024-03-11 10:23:52 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-03-11 10:23:52 -0400 |
commit | e520832bc0aadb964b703bf7f087feab80ca78ab (patch) | |
tree | 2e23c1dc9a8a64adeb6b9daa0d4216b50aa61c06 | |
parent | 1225cf17d153e3bee7ef58da47ef38b2e32b8b75 (diff) | |
download | srcnode-e520832bc0aadb964b703bf7f087feab80ca78ab.tar.gz srcnode-e520832bc0aadb964b703bf7f087feab80ca78ab.zip |
Remove gitignore
It used to be expected to copy a pubkey file into the git tree for
building the docker images (every time). This is no longer the case,
and I feel no need to keep this ignore file around.
Signed-off-by: Malfurious <m@lfurio.us>
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 2fa7496..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.pub |