Skip to content
This repository was archived by the owner on Feb 17, 2024. It is now read-only.

Commit 5a0c9d5

Browse files
committedAug 1, 2016
chore: update gitignore
1 parent 2e9dd48 commit 5a0c9d5

File tree

5 files changed

+12
-660
lines changed

5 files changed

+12
-660
lines changed
 

‎.gitignore

+12-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Logs
22
logs
33
*.log
4+
npm-debug.log*
45

56
# Runtime data
67
pids
@@ -16,24 +17,21 @@ coverage
1617
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
1718
.grunt
1819

20+
# node-waf configuration
21+
.lock-wscript
22+
1923
# Compiled binary addons (http://nodejs.org/api/addons.html)
2024
build/Release
2125

22-
# Users Environment Variables
23-
.lock-wscript
26+
# Dependency directory
27+
node_modules
2428

25-
# OS generated files #
26-
.DS_Store
27-
ehthumbs.db
28-
Icon?
29-
Thumbs.db
29+
# Optional npm cache directory
30+
.npm
3031

31-
# Node Files #
32-
node_modules
33-
bower_components
32+
# Optional REPL history
33+
.node_repl_history
3434

35-
# Dist #
36-
dist
37-
public/__build__/**
38-
.webpack.json
35+
/typings/
3936

37+
/dist

‎.npmignore

-9
This file was deleted.

‎tsd.json

-12
This file was deleted.

‎typings/angular2/angular2.d.ts

-622
This file was deleted.

‎typings/tsd.d.ts

-3
This file was deleted.

0 commit comments

Comments
 (0)
This repository has been archived.