Browse Source

Swap where we ignore dist directory

Github doesn't get the dist directory but npm should
pull/368/merge
jrivera 10 years ago
committed by David LaPalomento
parent
commit
4e23608eae
  1. 1
      .gitignore
  2. 3
      .npmignore

1
.gitignore

@ -1,4 +1,5 @@
.DS_Store
dist/*
/node_modules/
*~
*.iml

3
.npmignore

@ -1,6 +1,5 @@
dist/*
*~
*.iml
*.swp
tmp/**
test/**
test/**
Loading…
Cancel
Save