From de6b39574689b4870bcfac8dd4d567f52e6dac9b Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sun, 15 Apr 2018 17:56:33 -0600 Subject: [PATCH] Add .gitignore --- .gitattributes | 5 +++++ .gitignore | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..967315dd3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +* text=auto +*.css linguist-vendored +*.scss linguist-vendored +*.js linguist-vendored +CHANGELOG.md export-ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..67c0aeabe --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +/node_modules +/public/hot +/public/storage +/storage/*.key +/vendor +/.idea +/.vscode +/.vagrant +Homestead.json +Homestead.yaml +npm-debug.log +yarn-error.log +.env