Skip to content

Commit 0179278

Browse files
committed
Merge pull request #1 from opiepj/develop
Gitignore file.
2 parents 6da6387 + 4a0d9f2 commit 0179278

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

.gitignore

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# @AngularClass
2+
3+
# Logs
4+
logs
5+
*.log
6+
7+
# Runtime data
8+
pids
9+
*.pid
10+
*.seed
11+
12+
# Directory for instrumented libs generated by jscoverage/JSCover
13+
lib-cov
14+
15+
# Coverage directory used by tools like istanbul
16+
coverage
17+
18+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
19+
.grunt
20+
21+
# Compiled binary addons (http://nodejs.org/api/addons.html)
22+
build/Release
23+
24+
# Users Environment Variables
25+
.lock-wscript
26+
27+
# OS generated files #
28+
.DS_Store
29+
ehthumbs.db
30+
Icon?
31+
Thumbs.db
32+
33+
# Node Files #
34+
/node_modules
35+
/bower_components
36+
37+
# Typing TSD #
38+
/src/typings/tsd/
39+
/typings/
40+
/tsd_typings/
41+
42+
# Dist #
43+
/dist
44+
/public/__build__/
45+
/src/*/__build__/
46+
__build__/**
47+
.webpack.json
48+
49+
50+
# IDE #
51+
.idea/

0 commit comments

Comments
 (0)