Add .gitignore
This commit is contained in:
parent
f9025fd06b
commit
f042b0170e
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal 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*
|
Loading…
Add table
Reference in a new issue