Permalink
Browse files

Chore: Update .gitignore

Ref #649
Ref #658
  • Loading branch information...
1 parent 526ee32 commit 64e063c7a0b615047ae0eff42ed33977edc99f23 @rxaviers rxaviers committed Dec 13, 2016
Showing with 8 additions and 4 deletions.
  1. +4 −3 .gitignore
  2. +1 −0 examples/amd-bower/.gitignore
  3. +0 −1 examples/app-npm-webpack/.gitignore
  4. +2 −0 examples/plain-javascript/.gitignore
  5. +1 −0 package.json
View
@@ -1,5 +1,6 @@
.sizecache.json
-bower_components/
-external
-node_modules
+.tmp-globalize-webpack/
+dist/.build/
+external/
+node_modules/
tmp/
@@ -0,0 +1 @@
+bower_components/
@@ -1,2 +1 @@
dist/
-.tmp-globalize-webpack/
@@ -0,0 +1,2 @@
+cldrjs/
+globalize/
View
@@ -52,6 +52,7 @@
"files": [
"CONTRIBUTING.md",
"dist/",
+ "!dist/.build",
"doc/",
"examples/",
"LICENSE.txt",

0 comments on commit 64e063c

Please sign in to comment.