浏览代码

Add .gitignore

Daniel Supernault 7 年之前
当前提交
de6b395746
共有 2 个文件被更改,包括 18 次插入0 次删除
  1. 5 0
      .gitattributes
  2. 13 0
      .gitignore

+ 5 - 0
.gitattributes

@@ -0,0 +1,5 @@
+* text=auto
+*.css linguist-vendored
+*.scss linguist-vendored
+*.js linguist-vendored
+CHANGELOG.md export-ignore

+ 13 - 0
.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