Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
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
19 changes: 10 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
built/
node_modules/
selenium/
testapp/inbrowsertest/
typings/
website/bower_components/
website/build/
website/docgen/build/
# Shared between .npmignore and .gitignore

chromedriver.log
libpeerconnection.log
xmloutput*
npm-debug.log
.idea/

.vscode/
*.DS_Store
*.swp
selenium/

# Build artifacts

built/
node_modules/
website/bower_components/
website/build/
website/docgen/build/
26 changes: 17 additions & 9 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,27 +1,35 @@
# Shared between .npmignore and .gitignore

chromedriver.log
libpeerconnection.log
xmloutput*
npm-debug.log
.idea/
.vscode/
*.DS_Store
*.swp
selenium/

# Development folders

.github/
built/spec/
debugging/
docs/
lib/
scripts/
spec/
stress/
selenium/
testapp/
typings/
website/

built/spec/
# Development files

.clang-format
.gitattributes
.github/
.gitignore
.idea/
.jshintrc
.npmignore
.travis.yml
chromedriver.log
circle.yml
libpeerconnection.log
npm-debug.log
xmloutput*
release.md