From 65a032e5c9781140cd8a17ed84cc074d74ab04f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Heiko=20Bernl=C3=B6hr?= Date: Thu, 29 Sep 2022 17:24:48 +0200 Subject: Update gitignore --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a027106..f36d79f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ # or operating system, you probably want to add a global ignore instead: # git config --global core.excludesfile '~/.gitignore_global' +/db/migrate/*.off +*.bak + # Ignore bundler config. /.bundle @@ -17,5 +20,8 @@ /vendor -# VIM swap files +# VIM *.swp +/dev.vim + +/public -- cgit v1.2.3