Skip to content
Draft
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
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

# Now explicitly add the source code, Cargo files and readme:
!Cargo.toml
!Cargo.lock
!rustfmt.toml
!deny.toml
!src/
!resources/
!README.rst
!LICENSE.txt
!ci/extra_checks.sh
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ coverage
# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
# expression-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
Expand Down
Loading