Browse Source

types: update .gitignore and .npmignore

Mokhtar Naamani 4 years ago
parent
commit
9f353fe8ea
2 changed files with 12 additions and 2 deletions
  1. 7 1
      types/.gitignore
  2. 5 1
      types/.npmignore

+ 7 - 1
types/.gitignore

@@ -1,4 +1,10 @@
 # Don't track build artifacts
 **/*.js
 **/*.d.ts
-hiring/schemas
+hiring/schemas
+
+# from prior versions
+lib/
+
+# artifact of webpack when building pioneer?
+build/

+ 5 - 1
types/.npmignore

@@ -1,2 +1,6 @@
 # No need to include src in published package
-src/
+src/
+
+# old build artifacts
+lib/
+build/