🔧 Config > Add .git to ignored paths

This commit is contained in:
brunosimon
2017-01-21 10:43:57 +01:00
parent 31f993a0d8
commit 6e346aefa2
+2 -1
View File
@@ -6,6 +6,7 @@
[ [
"**/.DS_Store", "**/.DS_Store",
"node_modules/**", "node_modules/**",
"vendors/**" "vendors/**",
".git"
] ]
} }