🎨 Update files structure

This commit is contained in:
brunosimon
2017-07-18 03:47:13 +02:00
parent 5a7431a6b9
commit 2b49b8a847
29 changed files with 13 additions and 24 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"debug": false,
"port": 1571,
"maxFileSize": 99999,
"exclude":
[
"**/.DS_Store",
"node_modules/**",
"vendor/**",
".git"
]
}