diff options
author | Alan Pearce | 2017-06-17 21:46:34 +0200 |
---|---|---|
committer | Alan Pearce | 2017-06-17 22:03:48 +0200 |
commit | b9278a555cf89d9cb261cba7b8e300001c147207 (patch) | |
tree | 65121bc12d618c831c462bc01fc5bb48badd3436 /.gitignore | |
download | homestead-b9278a555cf89d9cb261cba7b8e300001c147207.tar.lz homestead-b9278a555cf89d9cb261cba7b8e300001c147207.tar.zst homestead-b9278a555cf89d9cb261cba7b8e300001c147207.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9c975e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Dependency directories +node_modules/ |