<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zsh.git/.gitignore, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cnjoe.info/git/zsh.git/atom/.gitignore?h=master</id>
<link rel='self' href='http://cnjoe.info/git/zsh.git/atom/.gitignore?h=master'/>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/'/>
<updated>2025-01-24T20:39:17Z</updated>
<entry>
<title>chore: ignore `.zwc` files (#12936)</title>
<updated>2025-01-24T20:39:17Z</updated>
<author>
<name>Eduardo Roberto</name>
<email>euamotubaina@gmail.com</email>
</author>
<published>2025-01-24T20:39:17Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=3bd48b12c8047a12986c79b825ea2451fe5f0ddb'/>
<id>urn:sha1:3bd48b12c8047a12986c79b825ea2451fe5f0ddb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: add `.idea` directory to `.gitignore`</title>
<updated>2023-02-17T16:30:39Z</updated>
<author>
<name>Carlo Sala</name>
<email>carlosalag@protonmail.com</email>
</author>
<published>2023-02-17T15:42:59Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=aace3a6144a859d877927746a865de820e5af838'/>
<id>urn:sha1:aace3a6144a859d877927746a865de820e5af838</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: add vscode workspace settings to gitignore (#11108)</title>
<updated>2022-10-07T12:40:13Z</updated>
<author>
<name>Erik Thorelli</name>
<email>ethorelli@gmail.com</email>
</author>
<published>2022-10-07T12:40:13Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=11daa7dd5f22acadef1135000e92cc899e22c134'/>
<id>urn:sha1:11daa7dd5f22acadef1135000e92cc899e22c134</id>
<content type='text'>
There are workspace settings for vscode plugins that make contributing to ohmyzsh easier. However, these would be noisy for users, especially for those that don't use vscode.</content>
</entry>
<entry>
<title>Feature/ionic plugin aliases (#8494)</title>
<updated>2019-12-29T04:35:31Z</updated>
<author>
<name>khalil choudhry</name>
<email>khalilchoudhry2@gmail.com</email>
</author>
<published>2019-12-29T04:35:31Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=b0be0439e5d99e186a9ae084eb4ed69c51d4b7cb'/>
<id>urn:sha1:b0be0439e5d99e186a9ae084eb4ed69c51d4b7cb</id>
<content type='text'>
* Add DS_Store to gitignore

* Add ionic aliases

* Add ionic plugin readme
</content>
</entry>
<entry>
<title>Use safer append to hook function arrays (#8406)</title>
<updated>2019-11-19T17:47:12Z</updated>
<author>
<name>Jacob Tomaw</name>
<email>jacob.tomaw@gmail.com</email>
</author>
<published>2019-11-19T17:47:12Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=1ba0af650ac575a7d35b10146d2e7a7b3b2e2ae6'/>
<id>urn:sha1:1ba0af650ac575a7d35b10146d2e7a7b3b2e2ae6</id>
<content type='text'>
Use add-zsh-hook to add functions to hooks. That way they won't be added again
when doing `source ~/.zshrc` multiple times.

Co-authored-by: Marc Cornellà &lt;marc.cornella@live.com&gt;</content>
</entry>
<entry>
<title>meta: ignore example files in custom directory</title>
<updated>2019-04-26T14:59:46Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2019-04-26T14:59:46Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=f5b2d9c7ce8ced5a4ec67a4ecfa877e6951124ef'/>
<id>urn:sha1:f5b2d9c7ce8ced5a4ec67a4ecfa877e6951124ef</id>
<content type='text'>
Fixes #7801</content>
</entry>
<entry>
<title>Tidy up gitignore file</title>
<updated>2016-05-12T11:53:05Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2015-08-01T12:47:36Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=54ace41f3ce890f76cc455aac3aea0b10a467411'/>
<id>urn:sha1:54ace41f3ce890f76cc455aac3aea0b10a467411</id>
<content type='text'>
- `custom/example.zshcache` doesn't exist anymore: it's safe to
  ignore.

- `*.swp` files are ignored for no apparent reason. There's nothing
  in the codebase that generates them. This was introduced by @lepht
  in commit f78218f6 on 24 May 2011.

- Files `locals.zsh` and `projects.zsh` are no longer supported for
  putting custom configuration there.

  This is since commit 8debd09 where files were put in a lib/
  folder, but failed to modify the .gitignore file as well.

  The init script was modified as well, so those files aren't even
  being sourced: they are safe to be deleted or ported into a custom
  script.
</content>
</entry>
<entry>
<title>Use .gitkeep files to keep cache/ and log/ directories</title>
<updated>2016-05-12T11:52:34Z</updated>
<author>
<name>Marc Cornellà</name>
<email>marc.cornella@live.com</email>
</author>
<published>2015-12-15T10:16:02Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=66e7e7d9ca78a5e62664abbb3c5c72e163119afb'/>
<id>urn:sha1:66e7e7d9ca78a5e62664abbb3c5c72e163119afb</id>
<content type='text'>
Instead of .easter-egg files we now have empty .gitkeep files,
like is done as an informal standard.
</content>
</entry>
<entry>
<title>Merge pull request #1117 from Peeja/move-example-plugin</title>
<updated>2014-03-22T22:58:00Z</updated>
<author>
<name>Robby Russell</name>
<email>robby@planetargon.com</email>
</author>
<published>2014-03-22T22:58:00Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=668886e20376479961250c9c44b8c0673e62f11d'/>
<id>urn:sha1:668886e20376479961250c9c44b8c0673e62f11d</id>
<content type='text'>
Move example plugin to the custom plugins directory.</content>
</entry>
<entry>
<title>Minor gitignore fix.</title>
<updated>2013-10-25T05:40:55Z</updated>
<author>
<name>Kaiwen Xu</name>
<email>kevin@kevxu.net</email>
</author>
<published>2013-10-25T05:40:55Z</published>
<link rel='alternate' type='text/html' href='http://cnjoe.info/git/zsh.git/commit/?id=e3c489bd08236828286e01b4561e6b73b5e518bd'/>
<id>urn:sha1:e3c489bd08236828286e01b4561e6b73b5e518bd</id>
<content type='text'>
(Sorry my bad).
</content>
</entry>
</feed>
