Skip to content

Commit 48f617f

Browse files
committed
v7.0.0-beta.0
0 parents  commit 48f617f

17 files changed

+9161
-0
lines changed

.gitignore

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Ignore docs files
2+
_gh_pages
3+
_site
4+
.ruby-version
5+
6+
# Numerous always-ignore extensions
7+
*.diff
8+
*.err
9+
*.orig
10+
*.log
11+
*.rej
12+
*.swo
13+
*.swp
14+
*.zip
15+
*.vi
16+
*~
17+
18+
# OS or Editor folders
19+
.DS_Store
20+
._*
21+
Thumbs.db
22+
.cache
23+
.project
24+
.settings
25+
.tmproj
26+
*.esproj
27+
nbproject
28+
*.sublime-project
29+
*.sublime-workspace
30+
.idea
31+
32+
# Komodo
33+
*.komodoproject
34+
.komodotools
35+
36+
# grunt-html-validation
37+
validation-status.json
38+
validation-report.json
39+
40+
# Folders to ignore
41+
node_modules
42+
.buildconfig
43+
.vscode
44+
buildconfig
45+
cmake-build-debug
46+
travis-build
47+
build
48+
cmake-build-debug
49+
build
50+
build-emterp

.npmignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
dreamlayers-em-dosbox-em-dosbox-svn-sdl2
2+
3rd-party
3+
.idea
4+
dist.zip
5+
js-dos-cpp
6+
build
7+
build-emterp
8+
.vscode
9+
cmake-build-debug
10+
.buildconfig
11+
.travis.yml
12+
CMakeLists.txt
13+
gulpfile.js
14+
travis-build.sh
15+
tsconfig.json
16+
tslint.json
17+
6.22*.zip
18+
udnefined.zip
19+
dryrun.zip
20+
dev.js
21+
/test
22+
/dist/test/ra.html
23+
/dist/test/ra.zip
24+
cmake-build-*

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: node_js
2+
node_js:
3+
- "11.8"
4+
5+
script:
6+
- nvm use 11.8
7+
- npm install -g gulp
8+
- npm install
9+
- gulp

LICENSE

Lines changed: 339 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)