Skip to content

Commit

Permalink
v7.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
caiiiycuk committed Jul 17, 2020
0 parents commit 48f617f
Show file tree
Hide file tree
Showing 17 changed files with 9,161 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Ignore docs files
_gh_pages
_site
.ruby-version

# Numerous always-ignore extensions
*.diff
*.err
*.orig
*.log
*.rej
*.swo
*.swp
*.zip
*.vi
*~

# OS or Editor folders
.DS_Store
._*
Thumbs.db
.cache
.project
.settings
.tmproj
*.esproj
nbproject
*.sublime-project
*.sublime-workspace
.idea

# Komodo
*.komodoproject
.komodotools

# grunt-html-validation
validation-status.json
validation-report.json

# Folders to ignore
node_modules
.buildconfig
.vscode
buildconfig
cmake-build-debug
travis-build
build
cmake-build-debug
build
build-emterp
24 changes: 24 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
dreamlayers-em-dosbox-em-dosbox-svn-sdl2
3rd-party
.idea
dist.zip
js-dos-cpp
build
build-emterp
.vscode
cmake-build-debug
.buildconfig
.travis.yml
CMakeLists.txt
gulpfile.js
travis-build.sh
tsconfig.json
tslint.json
6.22*.zip
udnefined.zip
dryrun.zip
dev.js
/test
/dist/test/ra.html
/dist/test/ra.zip
cmake-build-*
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
language: node_js
node_js:
- "11.8"

script:
- nvm use 11.8
- npm install -g gulp
- npm install
- gulp
339 changes: 339 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

Loading

0 comments on commit 48f617f

Please sign in to comment.