Skip to content

Commit

Permalink
base OpenFL 9.0.2 push
Browse files Browse the repository at this point in the history
  • Loading branch information
barisyild committed Dec 18, 2020
0 parents commit d59893a
Show file tree
Hide file tree
Showing 2,296 changed files with 202,671 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.DS_Store
node_modules
*.userprefs
*.swp
*.hash
.idea
.svn
NME.iml
out
target
tests/unit/build
tests/unit/report
tests/unit/src
tests/unit/test/ExampleTest.hx
tests/unit/test/TestMain.hx
tests/unit/test/TestSuite.hx
tests/unit/test/*/ExampleTest.hx
tests/unit/test/*/TestMain.hx
tests/unit/test/*/TestSuite.hx
tests/unit/test/*/*/ExampleTest.hx
tests/unit/test/*/*/TestMain.hx
tests/unit/test/*/*/TestSuite.hx
tools/*.n
docs/xml
docs/pages
haxedoc.xml
.temp
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sh eol=lf
45 changes: 45 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
.DS_Store
node_modules
*.userprefs
*.swp
*.hash
*.iml
.idea
.svn
.vscode
test/unit/build
test/unit/report
test/unit/src
test/unit/test/ExampleTest.hx
test/unit/test/TestMain.hx
test/unit/test/TestSuite.hx
test/unit/test/*/ExampleTest.hx
test/unit/test/*/TestMain.hx
test/unit/test/*/TestSuite.hx
test/unit/test/*/*/ExampleTest.hx
test/unit/test/*/*/TestMain.hx
test/unit/test/*/*/TestSuite.hx
dist
docs
docs-api
scripts/xml
scripts/*.n
haxedoc.xml
.temp
dump
*/dump/*
lib/_gen
lib-esm/_gen
test/**/bundle.js
npm-debug.log
*.map
*.tgz
bin/tools.js
*.bak
packages/*/lib
**/ExampleTest.hx
**/TestMain.hx
**/TestSuite.hx
**/test/index.js
**/.haxelib
.idea
7 changes: 7 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
*.DS_Store
samples
test
package-lock.json
npm-debug.log
*.map
*.tgz
Loading

0 comments on commit d59893a

Please sign in to comment.