Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit b9c3211

Browse files
committed
Update gitignore
1 parent c72f8b9 commit b9c3211

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

core/src/.gitignore

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
.idea/*
1+
.idea/
22
data/cache/*
33
data/files/*
44
data/logs/*
55
data/personal/*
66
data/plugins/*
77
data/public/*
8-
data/tmp
8+
data/tmp
9+
node_modules/
10+
.DS_Store
11+
.jshintignore
12+
.jshintrc
13+
.validate.json

0 commit comments

Comments
 (0)