4e23608e by jrivera Committed by David LaPalomento

Swap where we ignore dist directory

Github doesn't get the dist directory but npm should
1 parent ccb8d9fd
1 .DS_Store 1 .DS_Store
2 dist/*
2 /node_modules/ 3 /node_modules/
3 *~ 4 *~
4 *.iml 5 *.iml
......
1 dist/*
2 *~ 1 *~
3 *.iml 2 *.iml
4 *.swp 3 *.swp
......