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

Commit 6e1b186

Browse files
author
ScriptPilot
committed
Revert "clean up"
This reverts commit eb03d37.
1 parent 14f7a62 commit 6e1b186

File tree

381 files changed

+105264
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

381 files changed

+105264
-3
lines changed

.babelrc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"presets": ["es2015", "stage-2"],
3+
"plugins": ["transform-runtime"],
4+
"comments": false
5+
}

.gitignore

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# This file is updated automatically, please add or remove files in the configuration file.
2+
3+
*.log*
4+
*.zip
5+
.DS_Store
6+
.editorconfig
7+
.enable-dev-mode
8+
.eslintrc
9+
.git/
10+
_SYNCAPP/
11+
database-backup.json
12+
ftp-config.json
13+
node_modules/
14+
snapshots/

.npmignore

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# This file is updated automatically, please add or remove files in the configuration file.
2+
3+
*.log*
4+
*.zip
5+
.DS_Store
6+
.editorconfig
7+
.enable-dev-mode
8+
.eslintrc
9+
.git/
10+
DOCUMENTATION.md
11+
_SYNCAPP/
12+
build/
13+
database-backup.json
14+
demo/
15+
docs/
16+
ftp-config.json
17+
media/
18+
node_modules/
19+
snapshots/

0 commit comments

Comments
 (0)