Skip to content

Commit b7edea0

Browse files
committed
jam
1 parent dc6043a commit b7edea0

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

.jamignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.*
2+
*.suo
3+
*.ide
4+
*.user
5+
*.userosscache
6+
*.sln
7+
*.sln.docstates
8+
*.csproj
9+
10+
/.editorconfig
11+
/.gitattributes
12+
/Gruntfile.js
13+
/bower.json
14+
15+
/.vs
16+
/.git
17+
/_other
18+
/build/bin
19+
/node_modules
20+
/bower_components
21+
/test
22+
/test/typescript/*.js

.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.*
12
*.suo
23
*.ide
34
*.user
@@ -9,6 +10,7 @@
910
/.editorconfig
1011
/.gitattributes
1112
/Gruntfile.js
13+
/bower.json
1214

1315
/.vs
1416
/.git

0 commit comments

Comments
 (0)