Add .gitignore

This commit is contained in:
matthewcroughan 2022-03-31 17:36:45 +01:00
parent f9025fd06b
commit f042b0170e

12
.gitignore vendored Normal file
View file

@ -0,0 +1,12 @@
# Prevents Nix results from `nix build`, etc, from being checked in
# accidentally.
*result*
# Github Workflows are not what we use to perform CI, we use Hercules-CI
# instead.
.github/workflows
# Dockerfiles, or docker-compose files are not how we build or deploy software.
# Only Nix expressions are allowed.
*Dockerfile*
*docker-compose*