Skip to content
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
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
*.egg-info
__pycache__

# Generated code
/stubs/

# Build artifacts
/build/
bin/
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ else
endif

# Configuration
STUBS_DIR := stubs
STUBS_DIR := fastly_compute/testing/stubs
BUILD_DIR := build
EXAMPLES_DIR := examples
COMPUTE_WIT := wit/deps/fastly/compute.wit
Expand Down
Loading
Loading