diff options
author | Thomas Park <thomas@thomaspark.me> | 2013-05-15 12:41:18 -0400 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.me> | 2013-05-15 12:41:18 -0400 |
commit | 6a8ac7c30f7eb6c2659c1204e7e18c5f6b5e2db3 (patch) | |
tree | e2bd0a0f31b872828bba7e2a063835d0bcc5ea22 /.gitignore | |
parent | a0301ec877680ff7c1e138cc4035cd957b273aed (diff) |
revert gitignore to ignore components and build
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,2 +1,4 @@ +.idea +components node_modules -.DS_Store +build |