Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
beaccfe7
Commit
beaccfe7
authored
Jul 27, 2020
by
aniket-engg
Committed by
Aniket
Jul 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
files moved and removed
parent
6ad5e32a
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
0 additions
and
17 deletions
+0
-17
extensions.json
.vscode/extensions.json
+0
-6
CONTRIBUTING.md
CONTRIBUTING.md
+0
-0
LICENSE
LICENSE
+0
-0
gulpfile.js
gulpfile.js
+0
-0
lerna.json
lerna.json
+0
-0
release-process.md
release-process.md
+0
-0
.gitkeep
tools/schematics/.gitkeep
+0
-0
tsconfig.tools.json
tools/tsconfig.tools.json
+0
-11
No files found.
.vscode/extensions.json
deleted
100644 → 0
View file @
6ad5e32a
{
"recommendations"
:
[
"ms-vscode.vscode-typescript-tslint-plugin"
,
"esbenp.prettier-vscode"
]
}
libs/
CONTRIBUTING.md
→
CONTRIBUTING.md
View file @
beaccfe7
File moved
libs/
LICENSE
→
LICENSE
View file @
beaccfe7
File moved
libs/
gulpfile.js
→
gulpfile.js
View file @
beaccfe7
File moved
l
ibs/l
erna.json
→
lerna.json
View file @
beaccfe7
File moved
libs/
release-process.md
→
release-process.md
View file @
beaccfe7
File moved
tools/schematics/.gitkeep
deleted
100644 → 0
View file @
6ad5e32a
tools/tsconfig.tools.json
deleted
100644 → 0
View file @
6ad5e32a
{
"extends"
:
"../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"../dist/out-tsc/tools"
,
"rootDir"
:
"."
,
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"types"
:
[
"node"
]
},
"include"
:
[
"**/*.ts"
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment