Initial commit (a clone of the jsmachines project as of v1.15.3)
This commit is contained in:
commit
a5e3e6a59d
714 changed files with 130602 additions and 0 deletions
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
*.IMG
|
||||
*.img
|
||||
*.dsk
|
||||
*.heapsnapshot
|
||||
.DS_Store
|
||||
.buildpath
|
||||
.idea
|
||||
.project
|
||||
.settings
|
||||
index.html
|
||||
node_modules
|
||||
npm-debug.log
|
||||
private
|
||||
static
|
||||
tmp
|
||||
/books
|
||||
/notes
|
||||
/states
|
||||
/videos
|
||||
/web
|
||||
.elasticbeanstalk/
|
||||
Loading…
Reference in a new issue