Browse Source

update .gitignore

jimmylee 6 tháng trước cách đây
mục cha
commit
00d725db00
1 tập tin đã thay đổi với 16 bổ sung0 xóa
  1. 16 0
      .gitignore

+ 16 - 0
.gitignore

@@ -1,9 +1,13 @@
 .DS_Store
 node_modules/
+package-lock.json
 npm-debug.log*
 yarn-debug.log*
 yarn-error.log*
 
+# Build output
+dist/
+
 # Editor directories and files
 .idea
 .vscode
@@ -11,3 +15,15 @@ yarn-error.log*
 *.ntvs*
 *.njsproj
 *.sln
+
+# Local env files
+.env
+.env.local
+.env.*.local
+
+# Log files
+logs
+*.log
+
+# OS files
+Thumbs.db