Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update gitignore and add npmignore for tests and uncessary developmen…
…t files.
  • Loading branch information
mjclawar committed Feb 9, 2017
commit 3f07568b7bddc52cbdcd272b95c8cb6d053d691a
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Packages
node_modules/
*.log

# IntelliJ project files
.idea
Expand Down
10 changes: 10 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Packages
node_modules/

# IntelliJ project files
.idea

# Documentation
docs/
__tests__/
scripts/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/StratoDem/pandas.js.git"
"url": "https://github.com/StratoDem/pandas.js.git"
},
"jest": {
"modulePaths": [
Expand Down