<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dotvim/.gitignore, branch master</title>
<subtitle>My vim configuration</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/'/>
<entry>
<title>Track project-specific config files</title>
<updated>2015-07-27T04:11:11+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2015-07-27T04:11:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=aa43b8334aea182a442f6a88854065ec9a1f3c24'/>
<id>aa43b8334aea182a442f6a88854065ec9a1f3c24</id>
<content type='text'>
* 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`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add backup directories</title>
<updated>2014-05-01T01:03:29+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-05-01T01:03:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=ef30c20c778ea80e03cc9799e0da939a35936850'/>
<id>ef30c20c778ea80e03cc9799e0da939a35936850</id>
<content type='text'>
* Add backup directories using .gitkeep files
* .gitignore:
  - ignore files in the three backup directories
  - ensure that .gitkeep files are not ignored
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add backup directories using .gitkeep files
* .gitignore:
  - ignore files in the three backup directories
  - ensure that .gitkeep files are not ignored
</pre>
</div>
</content>
</entry>
<entry>
<title>.gitignore: change `projects/` to `/projects/`</title>
<updated>2014-05-01T01:01:56+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-05-01T01:01:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=4341bad253e4448b4e98845e7a3f9883816a80e4'/>
<id>4341bad253e4448b4e98845e7a3f9883816a80e4</id>
<content type='text'>
Only ignore the projects/ dir in the repository root. Who knows? we
might have a projects/ directory somewhere else in here that we want
to hold on to.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only ignore the projects/ dir in the repository root. Who knows? we
might have a projects/ directory somewhere else in here that we want
to hold on to.
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial commit: .vimrc form 2014.04.20</title>
<updated>2014-04-20T19:20:22+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-04-20T19:20:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/dotvim/commit/?id=ebcfa2eded08423e6f0531fc351b6674a4ae24b5'/>
<id>ebcfa2eded08423e6f0531fc351b6674a4ae24b5</id>
<content type='text'>
.vimrc from today. Will be re-adding my plugins as git submodules.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
.vimrc from today. Will be re-adding my plugins as git submodules.
</pre>
</div>
</content>
</entry>
</feed>
