Removed zip files
This commit is contained in:
parent
248ca3449c
commit
a73e47f83a
3 changed files with 13 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
|||
**/node_modules/**/*
|
||||
**/.DS_Store
|
||||
|
||||
**/Claudio_Maggioni.zip
|
||||
|
|
12
hw4/Claudio_Maggioni/.tern-project
Normal file
12
hw4/Claudio_Maggioni/.tern-project
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"plugins": {
|
||||
"es_modules": {},
|
||||
"node": {}
|
||||
},
|
||||
"libs": [
|
||||
"ecma5",
|
||||
"ecma6",
|
||||
"browser"
|
||||
],
|
||||
"ecmaVersion": 6
|
||||
}
|
Binary file not shown.
Reference in a new issue