Skip to content

Commit

Permalink
Updated npm/git ignore files
Browse files Browse the repository at this point in the history
  • Loading branch information
swernerx committed Feb 15, 2017
1 parent 71fdbfc commit 3f132fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
# Ignore test262 output
*.log

# d8 artifact
.d8_history

# NPM packages installed locally
node_modules

Expand Down
11 changes: 1 addition & 10 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,19 @@
# Pre-processed locale data output from Ldml2JsonConverter
cldr/
data/

# test262 compiled python files
*.pyc

# Ignore test262 output
*.log

# d8 artifact
.d8_history

# The NPM package only needs runtime files.
# (It doesn't need anything used during development of this library.)
tools/
tests/

coverage/
tasks/
tmp/
.travis.yml
appveyor.yml
Gruntfile.js

# source files
src/
scripts/
locale-data/json/

0 comments on commit 3f132fb

Please sign in to comment.