From aa43b8334aea182a442f6a88854065ec9a1f3c24 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Mon, 27 Jul 2015 00:11:11 -0400 Subject: Track project-specific config files * Remove project files from the ignore list * Add project config files as they are now * Create a new untracked file to keep track of project directory paths The reason why I never tracked project files in the repo was because I didn't want my file paths to be shared publicly. But over time I've been making changes to my `flashnotes.vim` config and wanted to be able to track those changes, especially the `ctags` ones. Now, I'm able to track those config files and still hide my file paths from public view using a set of environment variables defined in `.vim/projects/file-paths.vim`. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index fefcc04..1c0f54c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ /backup/undo/** # Custom -/projects/ +/projects/file-paths.vim # Defaults !.gitkeep -- cgit v1.2.3