Skip to content

Commit 255e4bc

Browse files
ricardochlSplaktar
authored andcommitted
initial commit
1 parent 7d272d6 commit 255e4bc

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Compiled output
2+
/build
3+
/tmp
4+
5+
# Node
6+
/node_modules
7+
npm-debug.log
8+
yarn-error.log
9+
10+
# IDEs and editors
11+
.idea/
12+
.project
13+
.classpath
14+
.c9/
15+
*.launch
16+
.settings/
17+
*.sublime-workspace
18+
19+
# System files
20+
.DS_Store
21+
Thumbs.db

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"name": "angular-es",
3+
"version": "1.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [],
10+
"author": "",
11+
"license": "ISC"
12+
}

0 commit comments

Comments
 (0)