summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2019-05-11 12:41:28 +0200
committerDaniel Friesel <derf@finalrewind.org>2019-05-11 12:41:28 +0200
commit4412283f3b32dbcbf772ad7f7e65a87405ad59e9 (patch)
tree73535654e3a4386b738562315b826a7ab0e68350
parent4cd88a8f50f5c07555cff93611e8d9af5ba5c518 (diff)
gitignore: Add /local
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 29532a7..65905b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,9 @@
+# Deployment-specific configuration
/travelynx.conf
+# Depndencies (when using carton/cpanm)
+/local
+
# Created by https://www.gitignore.io/api/vim,perl
# Edit at https://www.gitignore.io/?templates=vim,perl