diff options
| author | ache <ache@ache.one> | 2018-02-04 04:58:30 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2018-02-04 04:58:30 +0100 |
| commit | 8e3b045ff1a30907be3170f4b0bb77cf25f52dd8 (patch) | |
| tree | 247b2034c0e98367994a86704f629025b7c58a01 | |
| parent | Work on the style guideline (diff) | |
Add a gitignore file
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2658d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ |