mirror of https://github.com/chyyuu/v8-cpu.git
Codebase Maintenance
* Add the missing dependency (angular 1.4.5) * Do not track generated js files * Fix .gitignore Signed-off-by: Junjie Mao <junjie.mao@enight.me>
This commit is contained in:
parent
6817d197f1
commit
2f7661da82
|
@ -1,6 +1,5 @@
|
|||
.gitignore
|
||||
.idea
|
||||
.DS_Store
|
||||
.*
|
||||
!.gitignore
|
||||
node_modules/*
|
||||
ASMSimulator.iml
|
||||
*~
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
*.js
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -9,6 +9,7 @@
|
|||
"grunt-contrib-concat": "~0.3.0",
|
||||
"grunt-contrib-uglify": "~0.2.4",
|
||||
"grunt-contrib-jshint": "~0.7.0",
|
||||
"grunt-contrib-watch": "~0.5.3"
|
||||
"grunt-contrib-watch": "~0.5.3",
|
||||
"angular": "~1.4.5"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue