소스 검색

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