diff options
author | José Valim <jose.valim@gmail.com> | 2010-04-04 03:47:49 -0700 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2010-04-04 03:47:49 -0700 |
commit | b352b97ff590f0db27432a8a4d3df3c632780b52 (patch) | |
tree | 18a724e92cb8d159807e109b9261cf01f6b75ec1 | |
parent | a6dc000158e806c1e82ee4af5e5c2e43e5f0493f (diff) | |
download | rails-b352b97ff590f0db27432a8a4d3df3c632780b52.tar.gz rails-b352b97ff590f0db27432a8a4d3df3c632780b52.tar.bz2 rails-b352b97ff590f0db27432a8a4d3df3c632780b52.zip |
No .DS_Store on .gitignore. Text editor files should be ignored in your ~/.gitignore.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 9c3207049f..16bffc157b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -.DS_Store *.gem pkg .bundle |