diff options
| author | Mark Otto <[email protected]> | 2012-03-10 16:23:52 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-10 16:23:52 -0800 |
| commit | 6a2c5191526ed01795d912eb0755884b6e301899 (patch) | |
| tree | 50cb7a3fb29e2224abaefaf1136e0bdffb4b299f | |
| parent | 5de8b277c6bcc1102e61fa41e1f498617e5fcbf8 (diff) | |
| parent | 922b5fba5379531e38761c49be86d1ef82ed6b02 (diff) | |
| download | bootstrap-6a2c5191526ed01795d912eb0755884b6e301899.tar.xz bootstrap-6a2c5191526ed01795d912eb0755884b6e301899.zip | |
Merge pull request #2503 from maxbublik/patch-1
ignore Apple Double files
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 19700fef0..5e8b7abb9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ # OS or Editor folders .DS_Store +._* Thumbs.db .cache .project |
