We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6043a commit b7edea0Copy full SHA for b7edea0
.jamignore
@@ -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
@@ -1,3 +1,4 @@
*.suo
*.ide
*.user
@@ -9,6 +10,7 @@
/.editorconfig
/.gitattributes
/Gruntfile.js
/.vs
/.git
0 commit comments