diff options
| author | Ben Beltran <ben@nsovocal.com> | 2019-12-23 00:20:40 +0100 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2019-12-23 00:20:40 +0100 |
| commit | 24c19840864ecca77c75983d3388c3c19a260e79 (patch) | |
| tree | 08fc200e3efe1cf5bbcdf6a382daa8f99284b4cd /.gitignore | |
| parent | 41c797efe5f35ea3797501fa52639dc0c5429377 (diff) | |
Ignore .env file
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1f7fab6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +node_modules + +.cache +dist +.env |