Skip to content

Commit 927f7b4

Browse files
author
Vladimir Varbanov
committed
adding ignore files
1 parent 478241f commit 927f7b4

11 files changed

+2458
-0
lines changed

._.gitignore

171 Bytes
Binary file not shown.

._History-arts-kids.sublime-project

232 Bytes
Binary file not shown.

._History-arts-kids.sublime-workspace

232 Bytes
Binary file not shown.

Art History Kids.sublime-project

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"folders":
3+
[
4+
{
5+
"file_exclude_patterns":
6+
[
7+
".bowerrc",
8+
".editorconfig",
9+
".jshintrc",
10+
".map",
11+
".sublime-grunt.cache",
12+
"logs/*",
13+
"!.gitkeep",
14+
"node_modules/*",
15+
"sftp-config.json",
16+
"build/logs/*",
17+
".log",
18+
"npm-debug.log",
19+
".settings/",
20+
".project",
21+
".tern-project",
22+
"/phantomjsdriver.log",
23+
"/test/e2e/runner-dev.js"
24+
],
25+
"folder_exclude_patterns":
26+
[
27+
".sass-cache",
28+
"node_modules",
29+
"build",
30+
".idea",
31+
"coverage",
32+
".idea/",
33+
"/node_modules"
34+
],
35+
"path": "."
36+
}
37+
]
38+
}

0 commit comments

Comments
 (0)