add .DS_Store, .idea, and .vscode. Closes #7

This commit is contained in:
TJ Holowaychuk
2017-11-19 09:55:38 -08:00
parent 03dd2717c9
commit f5df8e4fcc
+3
View File
@@ -16,6 +16,7 @@ var DefaultFiles = []string{
"Makefile",
"Gulpfile.js",
"Gruntfile.js",
".DS_Store",
".tern-project",
".gitattributes",
".editorconfig",
@@ -42,6 +43,8 @@ var DefaultDirectories = []string{
"powered-test",
"docs",
"doc",
".idea",
".vscode",
"website",
"images",
"assets",