diff options
| author | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-03-05 18:11:43 -0500 |
|---|---|---|
| committer | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-03-05 18:11:43 -0500 |
| commit | 9b839a93b98b850aa77087218d4862b97fb24d15 (patch) | |
| tree | bc1034652d4f982e8388b4151bcd01f422ec52b7 /.gitignore | |
| parent | 71414876a73dfc328a0b4e45f285f5a9e6753294 (diff) | |
stuff
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d26c7464b..2f9680a59 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -dist/
\ No newline at end of file +dist/ +.DS_Store |
