diff options
| author | ache <ache@ache.one> | 2018-02-04 04:58:45 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2018-02-04 04:58:45 +0100 |
| commit | 3ef74a1c31be1c7ea0cb5a5886e493bdbfd46be6 (patch) | |
| tree | 3d56fbd4b3e438210eef74a77dbf47623f4eb73f | |
| 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/ |