diff options
| author | Marak <[email protected]> | 2017-09-08 15:28:48 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-08 15:28:48 -0400 |
| commit | aa8ac6cc11bb1be49dfd184289d45c8d9f420734 (patch) | |
| tree | 07d96577999a4453f238d53c5e7bccb206d28091 | |
| parent | f695fc03792bd36b1223e1525dd0770b97fe0c17 (diff) | |
| parent | 96d2c44e927a8e8a49c5df8d6faf94249bfa2ad9 (diff) | |
| download | faker-aa8ac6cc11bb1be49dfd184289d45c8d9f420734.tar.xz faker-aa8ac6cc11bb1be49dfd184289d45c8d9f420734.zip | |
Merge pull request #351 from prio101/master
[dist] Added .npm in .gitignore file
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -14,7 +14,9 @@ lib-cov node_modules/ /npm-debug.log /coverage +/.npm + # meteor specific .build* -versions.json
\ No newline at end of file +versions.json |
