aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-25 13:42:37 -0300
committerEuAndreh <eu@euandre.org>2019-05-25 13:42:37 -0300
commit5d07bbf58e1312552fb162146a4795d60022d18b (patch)
tree9420d79853a1d311f4f349f4cbf01d0c1d4326f1 /.gitignore
parentFormat default.nix (nixfmt offense) (diff)
downloadserver-5d07bbf58e1312552fb162146a4795d60022d18b.tar.gz
server-5d07bbf58e1312552fb162146a4795d60022d18b.tar.xz
Add /result to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5546558..f785cc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,5 @@
# Terraform
-/.terraform/ \ No newline at end of file
+/.terraform/
+
+# Nix
+/result \ No newline at end of file