diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2019-05-11 12:41:28 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-11 12:41:28 +0200 | 
| commit | 4412283f3b32dbcbf772ad7f7e65a87405ad59e9 (patch) | |
| tree | 73535654e3a4386b738562315b826a7ab0e68350 | |
| parent | 4cd88a8f50f5c07555cff93611e8d9af5ba5c518 (diff) | |
gitignore: Add /local
| -rw-r--r-- | .gitignore | 4 | 
1 files changed, 4 insertions, 0 deletions
| @@ -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 | 
